Home | History | Annotate | Download | only in fst

Lines Matching refs:LookAheadMatcher

41 // class LookAheadMatcher {
50 // LookAheadMatcher(const F &fst, MatchType match_type);
53 // LookAheadMatcher(const LookAheadMatcher &matcher, bool safe = false);
709 class LookAheadMatcher {
718 LookAheadMatcher(const F &fst, MatchType match_type) {
725 LookAheadMatcher(const LookAheadMatcher<F> &matcher, bool safe = false) {
730 ~LookAheadMatcher() { delete base_; }
733 LookAheadMatcher<F> *Copy(bool safe = false) const {
734 return new LookAheadMatcher<F>(*this, safe);
799 FSTERROR() << "LookAheadMatcher: No look-ahead matcher defined";
808 void operator=(const LookAheadMatcher<Arc> &); // disallow