Home | History | Annotate | Download | only in lib

Lines Matching refs:nonterminal_hash_

124         nonterminal_hash_(impl.nonterminal_hash_),
144 nonterminal_hash_[label] = fst_array_.size();
190 nonterminal_hash_.find(arc.olabel);
191 if (it != nonterminal_hash_.end()) {
206 Label nonterminal = nonterminal_hash_[root];
212 Label nonterminal = nonterminal_hash_[label];
327 nonterminal_hash_.find(arc.olabel);
328 if (it != nonterminal_hash_.end()) { // recurse into non terminal
501 NonTerminalHash nonterminal_hash_;