Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dleak_tracker.h101 LOG_STREAM(ERROR) << "Leaked " << node << " which was allocated by:";
102 allocation_stack.OutputToStream(&LOG_STREAM(ERROR));
/external/libchrome/base/
Dlogging.h418 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream() macro
420 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))
422 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
646 LAZY_STREAM(LOG_STREAM(FATAL), false) \
826 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
867 LAZY_STREAM(LOG_STREAM(DCHECK), false) \
880 LAZY_STREAM(LOG_STREAM(DCHECK), !ANALYZER_ASSUME_TRUE(condition)) \