Searched refs:TwoNonterms (Results 1 – 4 of 4) sorted by relevance
49 using TwoNonterms = std::pair<Nonterm, Nonterm>; variable61 inline uint64 operator()(const TwoNonterms& x) const { in operator()
97 std::unordered_map<TwoNonterms, LhsSet, BinaryRuleHasher> binary_rules;
150 const std::unordered_map<TwoNonterms, Ir::LhsSet, BinaryRuleHasher>& in SerializeBinaryRulesShard() argument162 const TwoNonterms key = it.first; in SerializeBinaryRulesShard()
194 const TwoNonterms nonterminals) { in FindBinaryRulesMatches()