Home | History | Annotate | Download | only in lib

Lines Matching refs:opts

79   explicit ComposeFstOptions(const CacheOptions &opts) : CacheOptions(opts) {}
107 const CacheOptions &opts)
108 :CacheImpl<A>(opts), fst1_(fst1.Copy()), fst2_(fst2.Copy()) {
346 const CacheOptions &opts)
347 :ComposeFstImplBase<A>(fst1, fst2, opts) {
698 const ComposeFstOptions<T> &opts)
699 : impl_(Init(fst1, fst2, opts)) { }
768 const ComposeFstOptions<T> &opts) {
794 return new ComposeFstImpl<A, T>(fst1, fst2, opts);
807 fst1, fst2, opts);
814 fst1, fst2, opts);
818 return new ComposeFstImpl<A, T>(fst1, fst2, opts);
900 const ComposeOptions &opts = ComposeOptions()) {
904 if (opts.connect)