Home | History | Annotate | Download | only in base

Lines Matching defs:PLOG_IF

121 //   PLOG_IF(ERROR, cond) << "Couldn't do foo";
422 #define PLOG_IF(severity, condition) \
555 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)