Searched refs:LookAheadMatcher (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dmatcher-fst.h244 class LookAheadMatcher< MatcherFst<F, M, N, I> > { class in namespace:fst
252 LookAheadMatcher(const FST &fst, MatchType match_type) { function in class:fst::LookAheadMatcher
256 LookAheadMatcher(const LookAheadMatcher<FST> &matcher, bool safe = false) { function in class:fst::LookAheadMatcher
260 ~LookAheadMatcher() { delete matcher_; }
263 LookAheadMatcher<FST> *Copy(bool safe = false) const {
264 return new LookAheadMatcher<FST>(*this, safe);
299 void operator=(const LookAheadMatcher<FST> &); // disallow
H A Dlookahead-filter.h62 LookAheadMatcher< Fst <Arc> > matcher1(fst1, MATCH_OUTPUT);
63 LookAheadMatcher< Fst <Arc> > matcher2(fst2, MATCH_INPUT);
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< Fs
[all...]
H A Dlookahead-matcher.h41 // class LookAheadMatcher {
50 // LookAheadMatcher(const F &fst, MatchType match_type);
53 // LookAheadMatcher(const LookAheadMatcher &matcher, bool safe = false);
708 class LookAheadMatcher { class in namespace:fst
717 LookAheadMatcher(const F &fst, MatchType match_type) { function in class:fst::LookAheadMatcher
724 LookAheadMatcher(const LookAheadMatcher<F> &matcher, bool safe = false) { function in class:fst::LookAheadMatcher
729 ~LookAheadMatcher() { delete base_; }
732 LookAheadMatcher<
[all...]
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h164 LookAheadMatcher< Fst<A> > imatcher(fst, MATCH_INPUT);
168 LookAheadMatcher< Fst<A> > omatcher(fst, MATCH_OUTPUT);

Completed in 120 milliseconds