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

  /external/chromium/base/
logging.h 124 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
441 #define PLOG_IF(severity, condition) \
562 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
    [all...]
  /external/chromium_org/base/
logging.h 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)
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 638 // PLOG() and PLOG_IF() and PCHECK() behave exactly like their LOG* and
648 #define PLOG_IF(severity, condition) \
655 PLOG_IF(FATAL, PREDICT_FALSE(!(condition))) \
667 PLOG_IF(FATAL, PREDICT_FALSE((invocation) == -1)) << #invocation
    [all...]

Completed in 799 milliseconds