Searched refs:LOG_STREAM (Results 1 – 2 of 2) sorted by relevance
95 LOG_STREAM(ERROR) << "Leaked " << node << " which was allocated by:";96 allocation_stack.OutputToStream(&LOG_STREAM(ERROR));
367 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream() macro369 #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)) \