Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/base/
H A Dlogging.h138 #define TC3_CHECK_GE(x, y) TC3_CHECK((x) >= (y)) macro
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Dlogging.h139 #define TC3_CHECK_GE(x, y) TC3_CHECK((x) >= (y)) macro