Home
last modified time | relevance | path

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

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