Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/base/
Dlogging.h149 #define TC3_DCHECK_EQ(x, y) TC3_NULLSTREAM macro
161 #define TC3_DCHECK_EQ(x, y) TC3_CHECK_EQ(x, y) macro
Darena.cc201 TC3_DCHECK_EQ(0, reinterpret_cast<size_t>(freestart_) & (alignment - 1)); in SatisfyAlignment()
/external/icing/icing/text_classifier/lib3/utils/base/
Dlogging.h147 #define TC3_DCHECK_EQ(x, y) TC3_NULLSTREAM macro
159 #define TC3_DCHECK_EQ(x, y) TC3_CHECK_EQ(x, y) macro
/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
Dspan-eval.h36 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
Dconstituent-eval.h34 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
Dconst-eval.h37 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
Dparse-number-eval.h41 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
Darithmetic-eval.cc100 TC3_DCHECK_EQ(expression->expression_type(), in Apply()