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

  /external/openfst/src/include/fst/
compose-filter.h 167 // typedef ... Matcher2;
171 // // M1 *matcher1 = 0, M2 *matcher2 = 0);
197 // Matcher2 *GetMatcher2();
214 typedef M2 Matcher2;
221 M1 *matcher1 = 0, M2 *matcher2 = 0)
223 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)),
272 Matcher2 *GetMatcher2() { return matcher2_; }
278 Matcher2 *matcher2_;
299 typedef M2 Matcher2;
    [all...]
lookahead-filter.h 63 LookAheadMatcher< Fst <Arc> > matcher2(fst2, MATCH_INPUT);
64 return LookAheadMatchType(matcher1, matcher2);
203 typedef typename F::Matcher2 Matcher2;
212 M1 *matcher1, M2 *matcher2)
213 : filter_(fst1, fst2, matcher1, matcher2),
265 Matcher2 *GetMatcher2() { return filter_.GetMatcher2(); }
267 const LookAheadSelector<Matcher1, Matcher2, MT> &Selector() const {
313 LookAheadSelector<Matcher1, Matcher2, MT> selector_;
336 typedef typename F::Matcher2 Matcher2
    [all...]
compose.h 54 M *matcher2; // FST2 matcher member in struct:fst::ComposeFstOptions
61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
64 ComposeFstOptions() : matcher1(0), matcher2(0), filter(0), state_table(0) {}
85 M2 *matcher2; // FST2 matcher member in struct:fst::ComposeFstImplOptions
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)),
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 286 typedef typename F::Matcher2 Matcher2;
295 Matcher1 *matcher1 = 0, Matcher2 *matcher2 = 0,
298 : filter_(fst1, fst2, matcher1, matcher2),
385 Matcher2 *GetMatcher2() { return filter_.GetMatcher2(); }
429 using COptions::matcher2;
437 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kParenLoop);
439 filter = new PdtFilter(ifst1, ifst2, matcher1, matcher2, &parens,
458 using COptions::matcher2;
    [all...]

Completed in 263 milliseconds