HomeSort by relevance Sort by last modified time
    Searched defs:VLOG_IF (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
logging.h 110 // There is also a VLOG_IF "verbose level" condition macro for sample
114 // VLOG_IF(1, (size > 1024))
383 #define VLOG_IF(verbose_level, condition) \
563 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition)
    [all...]
  /external/chromium_org/base/
logging.h 111 // There is also a VLOG_IF "verbose level" condition macro for sample
115 // VLOG_IF(1, (size > 1024))
412 #define VLOG_IF(verbose_level, condition) \
623 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition)
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 121 // There are also VLOG_IF, VLOG_EVERY_N and VLOG_IF_EVERY_N "verbose level"
124 // VLOG_IF(1, (size > 1024))
    [all...]

Completed in 458 milliseconds