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

/external/webrtc/webrtc/system_wrappers/include/
H A Dlogging.h37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
123 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": " macro
125 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": " macro
/external/honggfuzz/includes/libcommon/
H A Dlog.h54 #define LOG_F(...) \ macro
/external/honggfuzz/libcommon/
H A Dlog.h54 #define LOG_F(...) \ macro
/external/webrtc/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.
289 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": " macro
292 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": " macro

Completed in 199 milliseconds