Home | History | Annotate | Download | only in fst

Lines Matching refs:GetImpl

846       GetImpl()->SetProperties(kError, kError);
854 SetImpl(fst.GetImpl()->Copy());
856 SetImpl(fst.GetImpl(), false);
867 GetImpl()->InitArcIterator(s, data);
872 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }
909 : CacheStateIterator< DeterminizeFst<A> >(fst, fst.GetImpl()) {}
921 : CacheArcIterator< DeterminizeFst<A> >(fst.GetImpl(), s) {
922 if (!fst.GetImpl()->HasArcs(s))
923 fst.GetImpl()->Expand(s);