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

  /external/chromium/base/
logging.h 367 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()
369 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))
371 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
451 LAZY_STREAM(LOG_STREAM(FATAL), !(condition)) \
574 true ? (void) 0 : ::logging::LogMessageVoidify() & LOG_STREAM(FATAL)
598 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
664 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_ON() && !(condition)) \
    [all...]
  /external/chromium_org/base/
logging.h 396 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()
398 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))
400 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
488 true ? (void) 0 : ::logging::LogMessageVoidify() & LOG_STREAM(FATAL)
515 LAZY_STREAM(LOG_STREAM(FATAL), !(condition)) \
655 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
735 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_ON() && !(condition)) \
    [all...]

Completed in 3572 milliseconds