Home | History | Annotate | Download | only in fst

Lines Matching defs:Matcher1

53   M *matcher1;      // FST1 matcher (see matcher.h)
61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
64 ComposeFstOptions() : matcher1(0), matcher2(0), filter(0), state_table(0) {}
84 M1 *matcher1; // FST1 matcher (see matcher.h)
92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
96 : matcher1(0), matcher2(0), filter(0), state_table(0) {}
212 typedef typename F::Matcher1 Matcher1;
375 Matcher1 *matcher1_;
392 new F(fst1, fst2, opts.matcher1, opts.matcher2)),
583 ComposeFstImplOptions<M, M, F, T> nopts(opts, opts.matcher1, opts.matcher2,