Home
last modified time | relevance | path

Searched defs:TC3_CHECK_LT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/base/
H A Dlogging.h135 #define TC3_CHECK_LT(x, y) TC3_CHECK((x) < (y)) macro
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Dlogging.h136 #define TC3_CHECK_LT(x, y) TC3_CHECK((x) < (y)) macro