Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/grammar/semantics/
Dcomposer.cc44 node->unary_rule_rhs(); in GatherConstituents()
88 derivation.parse_tree->unary_rule_rhs()->type != in Eval()
94 derivation.parse_tree->unary_rule_rhs()), in Eval()
/external/libtextclassifier/native/utils/grammar/parsing/
Dparse-tree.h74 const ParseTree* unary_rule_rhs() const { return rhs2; } in unary_rule_rhs() function