Home | History | Annotate | Download | only in fst

Lines Matching refs:opts

39   explicit IntersectFstOptions(const CacheOptions &opts,
42 : ComposeFstOptions<A, M, F, T>(opts, mat1, mat2, filt, sttable) { }
71 const CacheOptions opts = CacheOptions()) {
74 SetImpl(CreateBase(fst1, fst2, opts));
83 const IntersectFstOptions<A, M, F, T> &opts) {
86 SetImpl(CreateBase1(fst1, fst2, opts));
145 const IntersectOptions &opts = IntersectOptions()) {
148 if (opts.filter_type == AUTO_FILTER) {
152 } else if (opts.filter_type == SEQUENCE_FILTER) {
156 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) {
160 } else if (opts.filter_type == MATCH_FILTER) {
166 if (opts.connect)