Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dlogging.h400 #define DCHECK_LE(lhs, rhs) DCHECK_OP(LE, <=, lhs, rhs) macro
412 #define DCHECK_LE(v1, v2) ((void) 0) macro
/third_party/node/src/
Dutil.h173 #define DCHECK_LE(a, b) CHECK((a) <= (b)) macro
184 #define DCHECK_LE(a, b) macro
/third_party/cef/include/base/
Dcef_logging.h551 #define DCHECK_LE(val1, val2) DCHECK_OP(LE, <=, val1, val2) macro
/third_party/gn/src/base/
Dlogging.h727 #define DCHECK_LE(val1, val2) DCHECK_OP(LE, <=, val1, val2) macro