Searched defs:CHECK_LT (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/utils/google-benchmark/src/ |
D | check.h | 70 #define CHECK_LT(a, b) CHECK((a) < (b)) macro
|
/external/google-benchmark/src/ |
D | check.h | 70 #define CHECK_LT(a, b) CHECK((a) < (b)) macro
|
/external/v8/src/base/ |
D | logging.h | 202 #define CHECK_LT(lhs, rhs) CHECK_OP(LT, <, lhs, rhs) macro
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | logging.h | 254 #define CHECK_LT(val1, val2) CHECK_OP(Check_LT, <, val1, val2) macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 227 #define CHECK_LT(a, b) CHECK_IMPL((a), <, (b)) macro
|
/external/libchrome/base/ |
D | logging.h | 714 #define CHECK_LT(val1, val2) CHECK_OP(LT, < , val1, val2) macro
|