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/webrtc/webrtc/system_wrappers/include/
logging.h
67
static bool
Loggable
(LoggingSeverity sev);
107
RESTRICT_LOGGING_PRECONDITION(sev) !(webrtc::LogMessage::
Loggable
(sev)) \
/external/webrtc/webrtc/system_wrappers/source/
logging.cc
52
bool LogMessage::
Loggable
(LoggingSeverity sev) {
/external/webrtc/webrtc/base/
logging.h
146
static inline bool
Loggable
(LoggingSeverity sev) { return (sev >= min_sev_); }
273
!(rtc::LogMessage::
Loggable
(sev)) \
profiler.cc
128
if (!LogMessage::
Loggable
(severity_to_use)) {
Completed in 139 milliseconds