VLOG              397 base/logging.h #define VLOG(verbose_level) \
VLOG              830 third_party/cld/base/logging.h #define VLOG(verboselevel) LOG_IF(INFO, VLOG_IS_ON(verboselevel))
VLOG               42 third_party/re2/util/logging.h #define VLOG(x) if((x)>0){}else LOG_INFO.stream()
VLOG              264 third_party/tcmalloc/chromium/src/base/logging.h inline void VLOG(int lvl, const char* pat, ...)     { LOG_PRINTF(lvl, pat); }
VLOG              165 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc #undef VLOG          // and we start by evilling overriding logging.h VLOG
VLOG              166 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc #define VLOG(lvl)    if (FLAGS_verbose >= (lvl))  cout << "\n"
VLOG              230 third_party/tcmalloc/vendor/src/base/logging.h inline void VLOG(int lvl, const char* pat, ...)     { LOG_PRINTF(lvl, pat); }
VLOG              165 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc #undef VLOG          // and we start by evilling overriding logging.h VLOG
VLOG              166 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc #define VLOG(lvl)    if (FLAGS_verbose >= (lvl))  cout << "\n"