Home | History | Annotate | Download | only in fst

Lines Matching defs:matcher2

54   M *matcher2;      // FST2 matcher
61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
64 ComposeFstOptions() : matcher1(0), matcher2(0), filter(0), state_table(0) {}
85 M2 *matcher2; // FST2 matcher
92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
96 : matcher1(0), matcher2(0), filter(0), state_table(0) {}
213 typedef typename F::Matcher2 Matcher2;
376 Matcher2 *matcher2_;
392 new F(fst1, fst2, opts.matcher1, opts.matcher2)),
583 ComposeFstImplOptions<M, M, F, T> nopts(opts, opts.matcher1, opts.matcher2,