Home | History | Annotate | Download | only in fst

Lines Matching defs:fst_

216       : CacheImpl<A>(opts), fst_(fst.Copy()),
245 : CacheImpl<A>(opts), fst_(fst.Copy()),
278 fst_(impl.fst_->Copy(true)),
289 ~RelabelFstImpl() { delete fst_; }
293 StateId s = fst_->Start();
301 SetFinal(s, fst_->Final(s));
331 if ((mask & kError) && fst_->Properties(kError, false))
344 for (ArcIterator<Fst<A> > aiter(*fst_, s); !aiter.Done(); aiter.Next()) {
368 const Fst<A> *fst_;
469 : impl_(fst.GetImpl()), siter_(*impl_->fst_), s_(0) {}