Home
last modified time | relevance | path

Searched refs:CreateSemanticValue (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
Dconstituent-eval_test.cc61 context.rule_constituents[0] = CreateSemanticValue(value_0); in TEST_F()
65 context.rule_constituents[42] = CreateSemanticValue(value_42); in TEST_F()
/external/libtextclassifier/native/utils/grammar/testing/
Dutils.h118 const SemanticValue* CreateSemanticValue(const TestValueT& value) { in CreateSemanticValue() function