Home | History | Annotate | Download | only in base

Lines Matching defs:CHECK_EQ

492 // Captures the result of a CHECK_EQ (for example) and facilitates testing as a
668 // Don't use this macro directly in your code, use CHECK_EQ et al below.
672 // CHECK_EQ(2, a);
786 #define CHECK_EQ(val1, val2) CHECK_OP(EQ, ==, val1, val2)
990 // Used for CHECK_EQ(), etc. Takes ownership of the given string.