Searched defs:Loggable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dlogging.cc51 bool LogMessage::Loggable(LoggingSeverity sev) { function in class:webrtc::LogMessage
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.h127 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); } function in class:rtc::LogMessage
267 !(rtc::LogMessage::Loggable(sev)) \

Completed in 158 milliseconds