Home | History | Annotate | Download | only in fst

Lines Matching refs:opts

303   ArcMapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {}
333 const ArcMapFstOptions& opts)
334 : CacheImpl<B>(opts),
344 const ArcMapFstOptions& opts)
345 : CacheImpl<B>(opts),
562 ArcMapFst(const Fst<A> &fst, const C &mapper, const ArcMapFstOptions& opts)
563 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {}
565 ArcMapFst(const Fst<A> &fst, C* mapper, const ArcMapFstOptions& opts)
566 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {}