OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DPLOG_IF
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/
logging_unittest.cc
94
DPLOG_IF
(INFO, true) << mock_log_source.Log();
160
DPLOG_IF
(INFO, true) << mock_log_source.Log();
362
DPLOG_IF
(INFO, debug_only_variable) << "test";
logging.h
128
//
DPLOG_IF
(ERROR, cond) << "Couldn't do foo";
731
#define
DPLOG_IF
(severity, condition) PLOG_IF(severity, condition)
744
#define
DPLOG_IF
(severity, condition) EAT_STREAM_PARAMETERS
[
all
...]
command_line.cc
440
DPLOG_IF
(FATAL, !args) << "CommandLineToArgvW failed on command line: "
Completed in 76 milliseconds