Lines Matching refs:lhs_set
171 return rules_set->lhs_set()->Get( in FindTerminalMatches()
186 return rules_set->lhs_set()->Get(entry->value()); in FindUnaryRulesMatches()
214 return rules_set->lhs_set()->Get(rule->lhs_set_index()); in FindBinaryRulesMatches()
271 if (const RulesSet_::LhsSet* lhs_set = in AddTerminal() local
283 lhs_set); in AddTerminal()
287 if (const RulesSet_::LhsSet* lhs_set = FindTerminalMatches( in AddTerminal() local
299 lhs_set); in AddTerminal()
322 const RulesSet_::LhsSet* lhs_set) { in ExecuteLhsSet() argument
323 TC3_CHECK(lhs_set); in ExecuteLhsSet()
326 for (const int32 lhs_entry : *lhs_set->lhs()) { in ExecuteLhsSet()
406 if (const RulesSet_::LhsSet* lhs_set = in ProcessPendingSet() local
416 lhs_set); in ProcessPendingSet()
426 if (const RulesSet_::LhsSet* lhs_set = in ProcessPendingSet() local
440 lhs_set); in ProcessPendingSet()