Home
last modified time | relevance | path

Searched refs:LOG_STREAM (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dlogging.h399 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream() macro
401 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))
403 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
461 true ? (void) 0 : ::logging::LogMessageVoidify() & LOG_STREAM(FATAL)
512 LAZY_STREAM(LOG_STREAM(FATAL), false) \
661 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
699 LAZY_STREAM(LOG_STREAM(DCHECK), false) \
710 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_ON() ? !(condition) : false) \
/external/libweave/third_party/chromium/base/
Dlogging.h339 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream() macro
341 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))
343 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
366 true ? (void) 0 : ::logging::LogMessageVoidify() & LOG_STREAM(FATAL)
536 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
565 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_ON() ? !(condition) : false) \
/external/libchrome/base/debug/
Dleak_tracker.h99 LOG_STREAM(ERROR) << "Leaked " << node << " which was allocated by:";
100 allocation_stack.OutputToStream(&LOG_STREAM(ERROR));