Searched refs:MultiEpsMatcher (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dmatcher.h982 // 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 { class in namespace:fst
998 MultiEpsMatcher(const FST &fst, MatchType match_type, function in class:fst::MultiEpsMatcher
1015 MultiEpsMatcher(const MultiEpsMatcher<M> &matcher, bool safe = false) function in class:fst::MultiEpsMatcher
1024 ~MultiEpsMatcher() {
1029 MultiEpsMatcher<M> *Copy(bool safe = false) const {
1030 return new MultiEpsMatcher<
[all...]
H A Dlookahead-filter.h433 typedef MultiEpsMatcher<typename F::Matcher1> Matcher1;
434 typedef MultiEpsMatcher<typename F::Matcher2> Matcher2;
H A Dreplace.h1239 typedef MultiEpsMatcher<Matcher<Fst<A> > > LocalMatcher;

Completed in 188 milliseconds