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

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
logging.h 37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
135 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
137 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
140 #define LOG_API0() LOG_F(LS_VERBOSE)
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.h 195 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
197 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
  /external/chromium_org/third_party/webrtc/base/
logging.h 26 // LOG_F(sev) Like LOG(), but includes the name of the current function.
28 // LOG_T_F(sev) Like LOG_F(), but includes the this pointer.
283 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
286 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "

Completed in 59 milliseconds