Home | History | Annotate | Download | only in base

Lines Matching defs:DLOG_IF

63 //   DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
553 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
567 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
619 // This behavior is different from DLOG_IF et al.