Searched defs:DCHECK_IS_ON (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dlogging.h629 #define DCHECK_IS_ON() \ macro
641 #define DCHECK_IS_ON() true macro
647 // These are just dummy values since DCHECK_IS_ON() is always false in
653 #define DCHECK_IS_ON() false macro
664 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_ON() && !(condition)) \
668 LAZY_STREAM(PLOG_STREAM(DCHECK), DCHECK_IS_ON() && !(condition)) \
674 if (DCHECK_IS_ON()) \

Completed in 28 milliseconds