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

/system/core/base/include/android-base/
H A Dlogging.h297 #define CHECK_LT(x, y) CHECK_OP(x, y, < ) macro
360 if (::android::base::kEnableDChecks) CHECK_LT(x, y)

Completed in 53 milliseconds