Home | History | Annotate | Download | only in base

Lines Matching refs:PLOG_IF

127 //   PLOG_IF(ERROR, cond) << "Couldn't do foo";
427 #define PLOG_IF(severity, condition) \
731 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)