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/third_party/libjingle/overrides/talk/base/
logging.h
144
static inline bool
Loggable
(LoggingSeverity sev) { return (sev >= min_sev_); }
292
!(talk_base::LogMessage::
Loggable
(sev)) \
/external/chromium/third_party/libjingle/source/talk/base/
logging.h
141
static inline bool
Loggable
(LoggingSeverity sev) { return (sev >= min_sev_); }
288
!(talk_base::LogMessage::
Loggable
(sev)) \
/external/chromium_org/third_party/libjingle/source/talk/base/
logging.h
144
static inline bool
Loggable
(LoggingSeverity sev) { return (sev >= min_sev_); }
298
!(talk_base::LogMessage::
Loggable
(sev)) \
profiler.cc
139
if (!LogMessage::
Loggable
(severity_to_use)) {
Completed in 41 milliseconds