Searched refs:TC3_DCHECK_EQ (Results 1 – 8 of 8) sorted by relevance
/external/libtextclassifier/native/utils/base/ |
D | logging.h | 149 #define TC3_DCHECK_EQ(x, y) TC3_NULLSTREAM macro 161 #define TC3_DCHECK_EQ(x, y) TC3_CHECK_EQ(x, y) macro
|
D | arena.cc | 201 TC3_DCHECK_EQ(0, reinterpret_cast<size_t>(freestart_) & (alignment - 1)); in SatisfyAlignment()
|
/external/icing/icing/text_classifier/lib3/utils/base/ |
D | logging.h | 147 #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/ |
D | span-eval.h | 36 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
|
D | constituent-eval.h | 34 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
|
D | const-eval.h | 37 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
|
D | parse-number-eval.h | 41 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
|
D | arithmetic-eval.cc | 100 TC3_DCHECK_EQ(expression->expression_type(), in Apply()
|