Searched refs:compose_eval (Results 1 – 1 of 1) sorted by relevance
/external/libtextclassifier/native/utils/grammar/semantics/evaluators/ |
D | compose-eval_test.cc | 62 ComposeEvaluator compose_eval(&const_eval_, semantic_values_schema_.get()); in TEST_F() local 65 compose_eval.Apply(/*context=*/{}, expression.get(), &arena_); in TEST_F() 92 ComposeEvaluator compose_eval(&const_eval_, semantic_values_schema_.get()); in TEST_F() local 95 compose_eval.Apply(/*context=*/{}, expression.get(), &arena_); in TEST_F() 119 ComposeEvaluator compose_eval(&const_eval_, semantic_values_schema_.get()); in TEST_F() local 122 compose_eval.Apply(/*context=*/{}, expression.get(), &arena_); in TEST_F() 157 ComposeEvaluator compose_eval(&const_eval_, semantic_values_schema_.get()); in TEST_F() local 160 compose_eval.Apply(/*context=*/{}, expression.get(), &arena_); in TEST_F() 194 ComposeEvaluator compose_eval(&null_eval, semantic_values_schema_.get()); in TEST_F() local 197 compose_eval.Apply(/*context=*/{}, expression.get(), &arena_); in TEST_F() [all …]
|