Searched defs:DLOG_ASSERT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/
H A Dlogging.h72 // DLOG_ASSERT(assertion);
115 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
554 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) macro
568 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
675 #define assert(x) DLOG_ASSERT(x)
/external/chromium_org/third_party/cld/base/
H A Dlogging.h91 // DLOG_ASSERT(assertion);
95 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
745 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) macro
778 #define DLOG_ASSERT(condition) \ macro
852 #define assert(x) DLOG_ASSERT(x)

Completed in 72 milliseconds