Searched refs:nonterminal_hash_ (Results 1 - 3 of 3) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h124 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_; member in class:fst::ReplaceFstImpl
[all...]
/external/openfst/src/include/fst/
H A Dreplace-util.h182 NonTerminalHash nonterminal_hash_; // non-terminal to Fst ID member in class:fst::ReplaceUtil
205 nonterminal_hash_[label] = fst_array_.size();
210 root_fst_ = nonterminal_hash_[root_label_];
228 nonterminal_hash_[label] = fst_array_.size();
232 root_fst_ = nonterminal_hash_[root_label];
245 nonterminal_hash_(nonterminal_hash),
298 nonterminal_hash_.find(arc.olabel);
299 if (it != nonterminal_hash_.end()) {
H A Dreplace.h374 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_; member in class:fst::ReplaceFstImpl
[all...]

Completed in 88 milliseconds