Home | History | Annotate | Download | only in fst

Lines Matching refs:nonterminal_hash_

374       nonterminal_hash_[label] = fst_array_.size();
398 Label nonterminal = nonterminal_hash_[opts.root];
440 nonterminal_hash_(impl.nonterminal_hash_),
469 ReplaceUtil<A> replace_util(fst_array_, nonterminal_hash_, root_);
541 nonterminal_hash_.find(l);
542 return it != nonterminal_hash_.end();
737 nonterminal_hash_.find(arc.olabel);
738 if (it != nonterminal_hash_.end()) { // recurse into non terminal
905 NonTerminalHash nonterminal_hash_;