HomeSort by relevance Sort by last modified time
    Searched refs:SortedMatcher (Results 1 - 5 of 5) sorted by null

  /external/openfst/src/include/fst/
matcher-fst.h 310 ArcLookAheadMatcher<SortedMatcher<ConstFst<StdArc> > >,
314 ArcLookAheadMatcher<SortedMatcher<ConstFst<LogArc> > >,
330 LabelLookAheadMatcher<SortedMatcher<ConstFst<StdArc> >,
337 LabelLookAheadMatcher<SortedMatcher<ConstFst<LogArc> >,
344 LabelLookAheadMatcher<SortedMatcher<ConstFst<StdArc> >,
351 LabelLookAheadMatcher<SortedMatcher<ConstFst<LogArc> >,
matcher.h 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> &); // Disallo
    [all...]
lookahead-matcher.h 720 base_ = new SortedMatcher<F>(fst, match_type);
compact-fst.h 890 return new SortedMatcher<CompactFst<A, C, U> >(*this, match_type);
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 43 typedef SortedMatcher<F> M;

Completed in 341 milliseconds