Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/grammar/semantics/
Dcomposer.cc42 TC3_CHECK(node->IsUnaryRule()); in GatherConstituents()
87 if (!derivation.parse_tree->IsUnaryRule() || in Eval()
/external/libtextclassifier/native/utils/grammar/parsing/
Dparse-tree.h68 bool IsUnaryRule() const { return !rhs1 && rhs2; } in IsUnaryRule() function