HomeSort by relevance Sort by last modified time
    Searched defs:RAW_LOG (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/third_party/symbolize/glog/
raw_logging.h 6 #define RAW_LOG(severity, ...); // Do nothing.
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.h 246 // 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); }
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.h 212 // 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); }
  /external/chromium_org/base/
logging.h 815 #define RAW_LOG(level, message) logging::RawLog(logging::LOG_ ## level, message)
    [all...]

Completed in 218 milliseconds