OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Loggable
(Results
1 - 4
of
4
) 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/system_wrappers/interface/
logging.h
79
static bool
Loggable
(LoggingSeverity sev);
119
RESTRICT_LOGGING_PRECONDITION(sev) !(webrtc::LogMessage::
Loggable
(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)) \
profiler.cc
122
if (!LogMessage::
Loggable
(severity_to_use)) {
Completed in 1407 milliseconds