HomeSort by relevance Sort by last modified time
    Searched defs:Matcher1 (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/include/fst/
compose-filter.h 166 // typedef ... Matcher1;
171 // // M1 *matcher1 = 0, M2 *matcher2 = 0);
196 // Matcher1 *GetMatcher1();
213 typedef M1 Matcher1;
221 M1 *matcher1 = 0, M2 *matcher2 = 0)
222 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)),
271 Matcher1 *GetMatcher1() { return matcher1_; }
277 Matcher1 *matcher1_;
298 typedef M1 Matcher1;
    [all...]
lookahead-filter.h 62 LookAheadMatcher< Fst <Arc> > matcher1(fst1, MATCH_OUTPUT);
64 return LookAheadMatchType(matcher1, matcher2);
202 typedef typename F::Matcher1 Matcher1;
212 M1 *matcher1, M2 *matcher2)
213 : filter_(fst1, fst2, matcher1, matcher2),
264 Matcher1 *GetMatcher1() { return filter_.GetMatcher1(); }
267 const LookAheadSelector<Matcher1, Matcher2, MT> &Selector() const {
313 LookAheadSelector<Matcher1, Matcher2, MT> selector_;
335 typedef typename F::Matcher1 Matcher1
    [all...]
compose.h 53 M *matcher1; // FST1 matcher (see matcher.h) member in struct:fst::ComposeFstOptions
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) member in struct:fst::ComposeFstImplOptions
92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
96 : matcher1(0), matcher2(0), filter(0), state_table(0) {}
212 typedef typename F::Matcher1 Matcher1;
364 Matcher1 *matcher1_;
381 new F(fst1, fst2, opts.matcher1, opts.matcher2))
    [all...]

Completed in 31 milliseconds