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

/art/runtime/base/
H A Dlogging.h180 #define DCHECK_LE(x, y) if (::art::kEnableDChecks) CHECK_LE(x, y) macro

Completed in 48 milliseconds