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

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h250 class ArcLookAheadMatcher class in namespace:fst
265 ArcLookAheadMatcher(const FST &fst, MatchType match_type, function in class:fst::ArcLookAheadMatcher
272 ArcLookAheadMatcher(const ArcLookAheadMatcher<M, F> &lmatcher, argument
280 ArcLookAheadMatcher<M, F> *Copy(bool safe = false) const {
281 return new ArcLookAheadMatcher<M, F>(*this, safe);
338 bool ArcLookAheadMatcher<M, F>::LookAheadFst(const Fst<Arc> &fst, StateId s) {
380 FSTERROR() << "ArcLookAheadMatcher::LookAheadFst: bad match type";

Completed in 66 milliseconds