Home
last modified time | relevance | path

Searched refs:Loggable (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
Dlogging.h67 static bool Loggable(LoggingSeverity sev);
107 RESTRICT_LOGGING_PRECONDITION(sev) !(webrtc::LogMessage::Loggable(sev)) \
/external/webrtc/webrtc/base/
Dlogging.h146 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); } in Loggable() function
273 !(rtc::LogMessage::Loggable(sev)) \
Dprofiler.cc128 if (!LogMessage::Loggable(severity_to_use)) { in ReportToLog()
/external/webrtc/webrtc/system_wrappers/source/
Dlogging.cc52 bool LogMessage::Loggable(LoggingSeverity sev) { in Loggable() function in webrtc::LogMessage