Home | History | Annotate | Download | only in base

Lines Matching defs:LOG_STREAM

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)) \