Home
last modified time | relevance | path

Searched refs:Expression_ArithmeticExpression (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/native/libtextclassifier_fbgen_utils_grammar_semantics_expression/gen/utils/grammar/semantics/
Dexpression_generated.h71 Expression_ArithmeticExpression = 7, enumerator
73 Expression_MAX = Expression_ArithmeticExpression
85 Expression_ArithmeticExpression in EnumValuesExpression()
106 if (flatbuffers::IsOutRange(e, Expression_NONE, Expression_ArithmeticExpression)) return ""; in EnumNameExpression()
140 static const Expression enum_value = Expression_ArithmeticExpression;
172 static const Expression enum_value = Expression_ArithmeticExpression;
254 return type == Expression_ArithmeticExpression ?
258 return type == Expression_ArithmeticExpression ?
349 …_type() == libtextclassifier3::grammar::SemanticExpression_::Expression_ArithmeticExpression ? sta…
1350 case Expression_ArithmeticExpression: {
[all …]
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/semantics/
H A Dcomposer.cc62 evaluators_.emplace(SemanticExpression_::Expression_ArithmeticExpression, in SemanticComposer()
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
H A Darithmetic-eval.cc101 SemanticExpression_::Expression_ArithmeticExpression); in Apply()