Searched defs:RAW_LOG (Results 1 - 4 of 4) sorted by path

/external/chromium_org/base/
H A Dlogging.h815 #define RAW_LOG(level, message) logging::RawLog(logging::LOG_ ## level, message) macro
/external/chromium_org/base/third_party/symbolize/glog/
H A Draw_logging.h6 #define RAW_LOG(severity, ...); // Do nothing. macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h246 // global code that calls RAW_LOG may execute before FLAGS_verbose is set.
260 // RAW_LOG is the main function; some synonyms are used in unittests.
261 inline void RAW_LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } function
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h212 // global code that calls RAW_LOG may execute before FLAGS_verbose is set.
226 // RAW_LOG is the main function; some synonyms are used in unittests.
227 inline void RAW_LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } function

Completed in 1772 milliseconds