Home | History | Annotate | Download | only in lib

Lines Matching refs:opts

241   MapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {}
270 const MapFstOptions& opts)
271 : CacheImpl<B>(opts), fst_(fst.Copy()),
280 const MapFstOptions& opts)
281 : CacheImpl<B>(opts), fst_(fst.Copy()),
465 const MapFstOptions& opts)
466 : impl_(new MapFstImpl<A, B, C>(fst, mapper, opts)) {}
469 const MapFstOptions& opts)
470 : impl_(new MapFstImpl<A, B, C>(fst, mapper, opts)) {}