HomeSort by relevance Sort by last modified time
    Searched refs:LOG_STREAM (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/debug/
leak_tracker.h 95 LOG_STREAM(ERROR) << "Leaked " << node << " which was allocated by:";
96 allocation_stack.OutputToStream(&LOG_STREAM(ERROR));
  /external/chromium_org/base/debug/
leak_tracker.h 95 LOG_STREAM(ERROR) << "Leaked " << node << " which was allocated by:";
96 allocation_stack.OutputToStream(&LOG_STREAM(ERROR));
  /external/chromium/base/
logging.h 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)) \
    [all...]
  /external/chromium_org/base/
logging.h 396 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()
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)) \
    [all...]

Completed in 52 milliseconds