Home
last modified time | relevance | path

Searched defs:DCHECK_LT (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dlogging.h33 #define DCHECK_LT(X, Y) assert((X) < (Y)) macro
/third_party/re2/util/
Dlogging.h23 #define DCHECK_LT(val1, val2) assert((val1) < (val2)) macro
/third_party/node/src/
Dutil.h176 #define DCHECK_LT(a, b) CHECK((a) < (b)) macro
187 #define DCHECK_LT(a, b) macro
/third_party/cef/include/base/
Dcef_logging.h552 #define DCHECK_LT(val1, val2) DCHECK_OP(LT, <, val1, val2) macro
/third_party/gn/src/base/
Dlogging.h728 #define DCHECK_LT(val1, val2) DCHECK_OP(LT, <, val1, val2) macro