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

  /external/webrtc/webrtc/system_wrappers/include/
logging.h 37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
123 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
125 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
  /external/honggfuzz/libcommon/
log.h 54 #define LOG_F(...) \
  /external/webrtc/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.
289 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
292 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "

Completed in 115 milliseconds