Home
last modified time | relevance | path

Searched defs:DCHECK_GE (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/
Dlogging.h86 #define DCHECK_GE(x, y) CHECK_GE(x, y) macro
114 #define DCHECK_GE(val1, val2) \ macro