Home | History | Annotate | Download | only in fst

Lines Matching defs:fst_

376       : CacheImpl<A>(opts), fst_(fst.Copy()) {
388 fst_(impl.fst_->Copy(true)) {
395 virtual ~DeterminizeFstImplBase() { delete fst_; }
447 const Fst<A> &GetFst() const { return *fst_; }
450 const Fst<A> *fst_; // Input Fst