Searched defs:LOG_STREAM (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dlogging.h367 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream() macro
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)) \
/external/chromium_org/base/
H A Dlogging.h396 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream() macro
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)) \

Completed in 154 milliseconds