Searched defs:LookAheadMatcher (Results 1 - 2 of 2) 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-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...]

Completed in 104 milliseconds