OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOG_F
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.h
185
#define
LOG_F
(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
187
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
/external/chromium/third_party/libjingle/overrides/talk/base/
logging.h
43
//
LOG_F
(sev) Like LOG(), but includes the name of the current function.
308
#define
LOG_F
(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
310
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
336
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
/external/chromium/third_party/libjingle/source/talk/base/
logging.h
43
//
LOG_F
(sev) Like LOG(), but includes the name of the current function.
304
#define
LOG_F
(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
306
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
332
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
/external/chromium_org/third_party/libjingle/source/talk/base/
logging.h
43
//
LOG_F
(sev) Like LOG(), but includes the name of the current function.
45
// LOG_T_F(sev) Like
LOG_F
(), but includes the this pointer.
314
#define
LOG_F
(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
317
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
346
#define
LOG_F
(sev) LOG(sev) << __FUNCTION__ << ": "
Completed in 54 milliseconds