Home | History | Annotate | Download | only in pdt

Lines Matching refs:ImplToFst

223 // reference counting, delegating most methods to ImplToFst.
225 class ExpandFst : public ImplToFst< ExpandFstImpl<A> > {
241 : ImplToFst<Impl>(new Impl(fst, parens, ExpandFstOptions<A>())) {}
247 : ImplToFst<Impl>(new Impl(fst, parens, opts)) {}
251 : ImplToFst<Impl>(fst, safe) {}
274 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }