Home
last modified time | relevance | path

Searched defs:lhs_set (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/utils/grammar/parsing/
Dmatcher.cc271 if (const RulesSet_::LhsSet* lhs_set = in AddTerminal() local
287 if (const RulesSet_::LhsSet* lhs_set = FindTerminalMatches( in AddTerminal() local
322 const RulesSet_::LhsSet* lhs_set) { in ExecuteLhsSet()
406 if (const RulesSet_::LhsSet* lhs_set = in ProcessPendingSet() local
426 if (const RulesSet_::LhsSet* lhs_set = in ProcessPendingSet() local
/external/libtextclassifier/native/utils/grammar/utils/
Dir.cc60 bool IsSameLhsSet(const Ir::LhsSet& lhs_set, in IsSameLhsSet()
77 Ir::LhsSet SortedLhsSet(const Ir::LhsSet& lhs_set) { in SortedLhsSet()
91 int AddLhsSet(const Ir::LhsSet& lhs_set, RulesSetT* rules_set) { in AddLhsSet()
174 Nonterm Ir::AddToSet(const Lhs& lhs, LhsSet* lhs_set) { in AddToSet()
272 Ir::LhsSet lhs_set; in SerializeTerminalRules() member