Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dlogging.h380 #define CHECK_LT(lhs, rhs) CHECK_OP(LT, <, lhs, rhs) macro
/third_party/cef/include/base/
Dcef_logging.h425 #define CHECK_LT(val1, val2) CHECK_OP(LT, <, val1, val2) macro
/third_party/node/src/
Dutil.h162 #define CHECK_LT(a, b) CHECK((a) < (b)) macro
/third_party/gn/src/base/
Dlogging.h570 #define CHECK_LT(val1, val2) CHECK_OP(LT, <, val1, val2) macro