Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dlogging.h379 #define CHECK_LE(lhs, rhs) CHECK_OP(LE, <=, lhs, rhs) macro
/third_party/cef/include/base/
Dcef_logging.h424 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2) macro
/third_party/node/src/
Dutil.h161 #define CHECK_LE(a, b) CHECK((a) <= (b)) macro
/third_party/gn/src/base/
Dlogging.h569 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2) macro