Home | History | Annotate | Download | only in base

Lines Matching defs:DCHECK_EQ

630 // Don't use this macro directly in your code, use DCHECK_EQ et al below.
653 // DCHECK_EQ(string("abc")[1], 'b');
659 #define DCHECK_EQ(val1, val2) DCHECK_OP(EQ, ==, val1, val2)
694 // Used for DCHECK_EQ(), etc. Takes ownership of the given string.