Home | History | Annotate | Download | only in fst

Lines Matching refs:MultiEpsMatcher

982 // MultiEpsMatcher: allows treating multiple non-0 labels as
986 // MultiEpsMatcher. The user can instead pass in this object; in that
987 // case, MultiEpsMatcher takes its ownership iff 'own_matcher' is
990 class MultiEpsMatcher {
998 MultiEpsMatcher(const FST &fst, MatchType match_type,
1015 MultiEpsMatcher(const MultiEpsMatcher<M> &matcher, bool safe = false)
1024 ~MultiEpsMatcher() {
1029 MultiEpsMatcher<M> *Copy(bool safe = false) const {
1030 return new MultiEpsMatcher<M>(*this, safe);
1078 FSTERROR() << "MultiEpsMatcher: Bad multi-eps label: 0";
1086 FSTERROR() << "MultiEpsMatcher: Bad multi-eps label: 0";
1109 void operator=(const MultiEpsMatcher<M> &); // Disallow
1113 bool MultiEpsMatcher<M>::Find(Label match_label) {