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

  /external/openfst/src/include/fst/extensions/pdt/
compose.h 33 MultiEpsMatcher< Matcher<Fst<Arc> > >,
35 MultiEpsMatcher<
39 typedef MultiEpsMatcher< Matcher<Fst<Arc> > > PdtMatcher;
69 MultiEpsMatcher< Matcher<Fst<Arc> > >,
71 MultiEpsMatcher<
75 typedef MultiEpsMatcher< Matcher<Fst<Arc> > > PdtMatcher;
  /external/openfst/src/include/fst/
matcher.h 896 // MultiEpsMatcher: allows treating multiple non-0 labels as
900 // MultiEpsMatcher. The user can instead pass in this object; in that
901 // case, MultiEpsMatcher takes its ownership iff 'own_matcher' is
904 class MultiEpsMatcher {
912 MultiEpsMatcher(const FST &fst, MatchType match_type,
929 MultiEpsMatcher(const MultiEpsMatcher<M> &matcher, bool safe = false)
938 ~MultiEpsMatcher() {
943 MultiEpsMatcher<M> *Copy(bool safe = false) const {
944 return new MultiEpsMatcher<M>(*this, safe)
    [all...]
lookahead-filter.h 433 typedef MultiEpsMatcher<typename F::Matcher1> Matcher1;
434 typedef MultiEpsMatcher<typename F::Matcher2> Matcher2;
replace.h     [all...]

Completed in 116 milliseconds