Searched refs:DCHECK_GT (Results 1 - 2 of 2) sorted by relevance

/system/core/base/include/android-base/
H A Dlogging.h340 #define DCHECK_GT(x, y) \ macro
/system/extras/perfprofd/quipper/base/
H A Dlogging.h436 #define DCHECK_GT(val1, val2) DCHECK_OP(GT, > , val1, val2) macro

Completed in 95 milliseconds