Lines Matching refs:opts
40 explicit DifferenceFstOptions(const CacheOptions &opts,
73 const CacheOptions &opts = CacheOptions()) {
91 const DifferenceFstOptions<A, M, F, T> &opts) {
95 ComposeFstOptions<A, R> copts(opts);
97 opts.matcher1);
99 MATCHER_REWRITE_ALWAYS, opts.matcher2);
162 const DifferenceOptions &opts = DifferenceOptions()) {
165 if (opts.filter_type == AUTO_FILTER) {
169 } else if (opts.filter_type == SEQUENCE_FILTER) {
173 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) {
177 } else if (opts.filter_type == MATCH_FILTER) {
183 if (opts.connect)