Home
last modified time | relevance | path

Searched refs:TwoNonterms (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/utils/grammar/
Dtypes.h49 using TwoNonterms = std::pair<Nonterm, Nonterm>; variable
61 inline uint64 operator()(const TwoNonterms& x) const { in operator()
/external/libtextclassifier/native/utils/grammar/utils/
Dir.h97 std::unordered_map<TwoNonterms, LhsSet, BinaryRuleHasher> binary_rules;
Dir.cc150 const std::unordered_map<TwoNonterms, Ir::LhsSet, BinaryRuleHasher>& in SerializeBinaryRulesShard() argument
162 const TwoNonterms key = it.first; in SerializeBinaryRulesShard()
/external/libtextclassifier/native/utils/grammar/parsing/
Dmatcher.cc194 const TwoNonterms nonterminals) { in FindBinaryRulesMatches()