Home | History | Annotate | Download | only in base

Lines Matching refs:DLOG_ASSERT

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)