Home
last modified time | relevance | path

Searched refs:TC3_DCHECK (Results 1 – 8 of 8) sorted by relevance

/external/libtextclassifier/native/utils/base/
Dlogging.h148 #define TC3_DCHECK(x) TC3_NULLSTREAM macro
160 #define TC3_DCHECK(x) TC3_CHECK(x) macro
/external/icing/icing/text_classifier/lib3/utils/base/
Dlogging.h146 #define TC3_DCHECK(x) TC3_NULLSTREAM macro
158 #define TC3_DCHECK(x) TC3_CHECK(x) macro
/external/libtextclassifier/native/utils/strings/
Dutf8.cc44 TC3_DCHECK(!IsTrailByte(str[0]) && GetNumBytesForUTF8Char(str) > 0); in ValidCharToRune()
/external/libtextclassifier/native/utils/container/
Dbit-vector.cc51 TC3_DCHECK(index >= 0); in Get()
/external/libtextclassifier/native/utils/grammar/parsing/
Dchart.h48 TC3_DCHECK(!Done()); in Next()
Dmatcher.cc37 TC3_DCHECK(HasNext()); in Next()
/external/libtextclassifier/native/utils/flatbuffers/
Dreflection.cc131 TC3_DCHECK(IsEnum(type)); in ParseEnumValue()
/external/libtextclassifier/native/annotator/duration/
Dduration.cc145 TC3_DCHECK(!annotated_span.classification.empty()); in ClassifyText()