Home | History | Annotate | Download | only in fst

Lines Matching refs:ImplToFst

551 class ArcMapFst : public ImplToFst< ArcMapFstImpl<A, B, C> > {
563 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {}
566 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {}
569 : ImplToFst<Impl>(new Impl(fst, mapper, ArcMapFstOptions())) {}
572 : ImplToFst<Impl>(new Impl(fst, mapper, ArcMapFstOptions())) {}
576 : ImplToFst<Impl>(fst, safe) {}
591 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }