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

/art/runtime/base/
H A Dlogging.h132 #define CHECK_LT(x, y) CHECK_OP(x, y, <) macro
181 #define DCHECK_LT(x, y) if (::art::kEnableDChecks) CHECK_LT(x, y)

Completed in 49 milliseconds