Home | History | Annotate | Download | only in fst

Lines Matching refs:ImplToFst

953 // reference counting, delegating most methods to ImplToFst.
955 class ReplaceFst : public ImplToFst< ReplaceFstImpl<A, T> > {
968 using ImplToFst<Impl>::Properties;
972 : ImplToFst<Impl>(new Impl(fst_array, ReplaceFstOptions<A, T>(root))) {}
976 : ImplToFst<Impl>(new Impl(fst_array, opts)) {}
980 : ImplToFst<Impl>(fst, safe) {}
1011 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }