Home | History | Annotate | Download | only in base

Lines Matching defs:PLOG_IF

125 //   PLOG_IF(ERROR, cond) << "Couldn't do foo";
469 #define PLOG_IF(severity, condition) \
622 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)