OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DLOG_ASSERT
(Results
1 - 2
of
2
) sorted by null
/external/chromium/googleurl/base/
logging.h
68
//
DLOG_ASSERT
(assertion);
72
// We also override the standard 'assert' to use '
DLOG_ASSERT
'.
242
#define
DLOG_ASSERT
(condition) LOG_ASSERT(condition)
347
#define
DLOG_ASSERT
(condition) \
398
#define assert(x)
DLOG_ASSERT
(x)
/external/chromium/base/
logging.h
75
//
DLOG_ASSERT
(assertion);
118
// We also override the standard 'assert' to use '
DLOG_ASSERT
'.
561
#define
DLOG_ASSERT
(condition) LOG_ASSERT(condition)
578
#define
DLOG_ASSERT
(condition) DLOG_EAT_STREAM_PARAMETERS
712
#define assert(x)
DLOG_ASSERT
(x)
[
all
...]
Completed in 140 milliseconds