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

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

Completed in 1256 milliseconds