Searched refs:LookAheadMatcher (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/ |
D | matcher-fst.h | 244 class LookAheadMatcher< MatcherFst<F, M, N, I> > { 252 LookAheadMatcher(const FST &fst, MatchType match_type) { in LookAheadMatcher() function 256 LookAheadMatcher(const LookAheadMatcher<FST> &matcher, bool safe = false) { 260 ~LookAheadMatcher() { delete matcher_; } in ~LookAheadMatcher() 263 LookAheadMatcher<FST> *Copy(bool safe = false) const { 264 return new LookAheadMatcher<FST>(*this, safe); 299 void operator=(const LookAheadMatcher<FST> &); // disallow
|
D | lookahead-filter.h | 62 LookAheadMatcher< Fst <Arc> > matcher1(fst1, MATCH_OUTPUT); in LookAheadMatchType() 63 LookAheadMatcher< Fst <Arc> > matcher2(fst2, MATCH_INPUT); in LookAheadMatchType() 194 class M1 = LookAheadMatcher<typename F::FST1>, 327 class M1 = LookAheadMatcher<typename F::FST1>, 421 class M1 = LookAheadMatcher<typename F::FST1>, 628 typedef LookAheadMatcher< Fst<A> > M; 638 typedef LookAheadMatcher< Fst<A> > M; 649 typedef LookAheadMatcher< Fst<A> > M; 662 typedef LookAheadMatcher< Fst<A> > M; 675 typedef LookAheadMatcher< Fst<A> > M; [all …]
|
D | lookahead-matcher.h | 708 class LookAheadMatcher { 717 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher() function 724 LookAheadMatcher(const LookAheadMatcher<F> &matcher, bool safe = false) { 729 ~LookAheadMatcher() { delete base_; } in ~LookAheadMatcher() 732 LookAheadMatcher<F> *Copy(bool safe = false) const { 733 return new LookAheadMatcher<F>(*this, safe); 807 void operator=(const LookAheadMatcher<Arc> &); // disallow
|
/external/openfst/src/include/fst/script/ |
D | info-impl.h | 164 LookAheadMatcher< Fst<A> > imatcher(fst, MATCH_INPUT); 168 LookAheadMatcher< Fst<A> > omatcher(fst, MATCH_OUTPUT);
|