Searched defs:LOG_F (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dlogging.h37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
135 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": " macro
137 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": " macro
140 #define LOG_API0() LOG_F(LS_VERBOSE)
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h195 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": " macro
197 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.h26 // 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__ << ": " macro
286 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": " macro

Completed in 953 milliseconds