Lines Matching full:ofst
46 // encoded as the FST 'ofst' where some transitions are labeled with
53 MutableFst<Arc> *ofst,
61 ofst->DeleteStates();
86 for (StateId soff = 0; !non_term_queue.empty(); soff = ofst->NumStates()) {
95 StateId os = ofst->AddState();
99 ofst->SetStart(os);
103 ofst->SetFinal(os, ifst->Final(is));
124 ofst->AddArc(os, arc);
148 for (StateIterator< Fst<Arc> > siter(*ofst);
151 MIter *aiter = new MIter(ofst, os);
186 ofst->AddArc(p.first, farc);
189 aiter = new MIter(ofst, os);