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

  /device/google/cuttlefish_common/common/libs/glog/
logging.h 27 #define LOG_IF(LEVEL, CONDITION) if (CONDITION) LOG(LEVEL)
  /external/libchrome/base/
logging.h 61 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
74 // compiles. LOG_IF and development flags also work well together
82 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
355 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
421 #define LOG_IF(severity, condition) \
455 LOG_IF(FATAL, !(ANALYZER_ASSUME_TRUE(condition))) \
    [all...]

Completed in 100 milliseconds