Home | History | Annotate | Download | only in base

Lines Matching defs:DLOG_ASSERT

76 //   DLOG_ASSERT(assertion);
119 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
621 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
635 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
783 #define assert(x) DLOG_ASSERT(x)