Home | History | Annotate | Download | only in fst

Lines Matching refs:SortedMatcher

138 class SortedMatcher : public MatcherBase<typename F::Arc> {
148 SortedMatcher(const F &fst, MatchType match_type,
167 FSTERROR() << "SortedMatcher: bad match type";
173 SortedMatcher(const SortedMatcher<F> &matcher, bool safe = false)
184 virtual ~SortedMatcher() {
190 virtual SortedMatcher<F> *Copy(bool safe = false) const {
191 return new SortedMatcher<F>(*this, safe);
217 FSTERROR() << "SortedMatcher: bad match type";
320 void operator=(const SortedMatcher<F> &); // Disallow
326 bool SortedMatcher<F>::Search() {
1169 base_ = new SortedMatcher<F>(fst, match_type);