Home | History | Annotate | Download | only in fst

Lines Matching defs:LookAheadMatcher

41 // class LookAheadMatcher {
50 // LookAheadMatcher(const F &fst, MatchType match_type);
53 // LookAheadMatcher(const LookAheadMatcher &matcher, bool safe = false);
708 class LookAheadMatcher {
717 LookAheadMatcher(const F &fst, MatchType match_type) {
724 LookAheadMatcher(const LookAheadMatcher<F> &matcher, bool safe = false) {
729 ~LookAheadMatcher() { delete base_; }
732 LookAheadMatcher<F> *Copy(bool safe = false) const {
733 return new LookAheadMatcher<F>(*this, safe);
798 FSTERROR() << "LookAheadMatcher: No look-ahead matcher defined";
807 void operator=(const LookAheadMatcher<Arc> &); // disallow