Home
last modified time | relevance | path

Searched refs:TC3_DCHECK_LT (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/utils/base/
Dlogging.h150 #define TC3_DCHECK_LT(x, y) TC3_NULLSTREAM macro
162 #define TC3_DCHECK_LT(x, y) TC3_CHECK_LT(x, y) macro
/external/icing/icing/text_classifier/lib3/utils/base/
Dlogging.h148 #define TC3_DCHECK_LT(x, y) TC3_NULLSTREAM macro
160 #define TC3_DCHECK_LT(x, y) TC3_CHECK_LT(x, y) macro
/external/libtextclassifier/native/utils/grammar/parsing/
Dmatcher.cc69 TC3_DCHECK_LT(buffer_pos, buffer_size); in Next()