Home | History | Annotate | Download | only in base

Lines Matching refs:DLOG_IS_ON

728 #define DLOG_IS_ON(severity) LOG_IS_ON(severity)
741 #define DLOG_IS_ON(severity) false
751 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
754 LAZY_STREAM(PLOG_STREAM(severity), DLOG_IS_ON(severity))