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

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
logging.cc 51 bool LogMessage::Loggable(LoggingSeverity sev) {
  /external/chromium_org/third_party/webrtc/base/
logging.h 127 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); }
267 !(rtc::LogMessage::Loggable(sev)) \

Completed in 585 milliseconds