HomeSort by relevance Sort by last modified time
    Searched defs:PLOG_IF (Results 1 - 2 of 2) sorted by null

  /system/extras/perfprofd/quipper/base/
logging.h 95 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
213 #define PLOG_IF(severity, condition) \
327 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
  /external/libchrome/base/
logging.h 124 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
456 #define PLOG_IF(severity, condition) \
628 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
    [all...]

Completed in 564 milliseconds