Home | History | Annotate | Download | only in fst

Lines Matching defs:fst_

80       : fst_(fst), distance_(distance), sd_state_(fst_, distance, opts, true),
132 const Fst<Arc> &fst_;
177 for (ArcIterator< Fst<Arc> > ait(fst_, state);
208 final_ = Plus(final_, Times((*distance_)[state], fst_.Final(state)));
401 fst_(fst.Copy()),
404 *fst_,
416 fst_(impl.fst_->Copy(true)),
419 *fst_,
429 delete fst_;
434 SetStart(fst_->Start());
469 (fst_->Properties(kError, false) || rmeps_state_.Error()))
492 const Fst<A> *fst_;