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

/system/core/base/include/android-base/
H A Dlogging.h178 #define CHECK_EQ(x, y) CHECK_OP(x, y, == ) macro
234 if (::android::base::kEnableDChecks) CHECK_EQ(x, y)
/system/extras/perfprofd/quipper/base/
H A Dlogging.h236 // Don't use this macro directly in your code, use CHECK_EQ et al below.
239 // CHECK_EQ(...) else { ... } work properly.
301 #define CHECK_EQ(val1, val2) CHECK_OP(EQ, ==, val1, val2) macro
462 // Used for CHECK_EQ(), etc. Takes ownership of the given string.

Completed in 157 milliseconds