OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOG_F
(Results
1 - 2
of
2
) sorted by null
/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__ << ": "
Completed in 937 milliseconds