Home
last modified time | relevance | path

Searched defs:VLOG (Results 1 – 4 of 4) sorted by relevance

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dlog.h69 #define VLOG(x) \ macro
/third_party/skia/src/sksl/
DSkSLPool.cpp12 #define VLOG(...) // printf(__VA_ARGS__) macro
/third_party/re2/util/
Dlogging.h55 #define VLOG(x) if((x)>0){}else LOG_INFO.stream() macro
/third_party/cef/include/base/
Dcef_logging.h279 #define VLOG(verbose_level) \ macro