/external/openfst/src/include/fst/extensions/pdt/ |
replace.h | 82 size_t fst_id = label2id[label]; local 84 const Fst<Arc> *ifst = ifst_array[fst_id].second; 90 fst_start[fst_id] = os; 97 fst_final[fst_id].push_back(make_pair(os, ifst->Final(is)));
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
replace.h | 88 prefix_id(p), fst_id(f), fst_state(s) {} 91 StateId fst_id; // current fst being walked member in struct:fst::ReplaceFstImpl::StateTuple 244 const Fst<A>* fst = fst_array_[tuple.fst_id]; 298 const Fst<A>* fst = fst_array_[tuple.fst_id]; 312 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate)); 322 FindState(StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate)); 332 tuple.fst_id, arc.nextstate); 346 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate)); 366 return ((x.prefix_id == y.prefix_id) && (x.fst_id == y.fst_id) & 390 Label fst_id; member in struct:fst::ReplaceFstImpl::PrefixTuple [all...] |
/external/openfst/src/include/fst/ |
replace.h | 82 : prefix_id(-1), fst_id(kNoStateId), fst_state(kNoStateId) {} 85 : prefix_id(p), fst_id(f), fst_state(s) {} 88 StateId fst_id; // current fst being walked member in struct:fst::ReplaceStateTuple 99 x.fst_id == y.fst_id && 125 cumulative_size_array_->at(tuple.fst_id - 1) + 151 return t.prefix_id + t.fst_id * kPrime0 + t.fst_state * kPrime1; 501 const Fst<A>* fst = fst_array_[tuple.fst_id]; 523 const Fst<A>* fst = fst_array_[tuple.fst_id]; 560 const Fst<A>* fst = fst_array_[tuple.fst_id]; 795 Label fst_id; member in struct:fst::ReplaceFstImpl::PrefixTuple [all...] |