Searched defs:TrivialLookAheadMatcher (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h184 class TrivialLookAheadMatcher class in namespace:fst
193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type) function in class:fst::TrivialLookAheadMatcher
196 TrivialLookAheadMatcher(const TrivialLookAheadMatcher<M> &lmatcher, function in class:fst::TrivialLookAheadMatcher
201 TrivialLookAheadMatcher<M> *Copy(bool safe = false) const {
202 return new TrivialLookAheadMatcher<M>(*this, safe);

Completed in 157 milliseconds