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

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h196 TrivialLookAheadMatcher(const TrivialLookAheadMatcher<M> &lmatcher, argument
198 : matcher_(lmatcher.matcher_, safe) {}
272 ArcLookAheadMatcher(const ArcLookAheadMatcher<M, F> &lmatcher, argument
274 : matcher_(lmatcher.matcher_, safe),
276 lfst_(lmatcher.lfst_),
460 LabelLookAheadMatcher(const LabelLookAheadMatcher<M, F, S> &lmatcher, argument
462 : matcher_(lmatcher.matcher_, safe),
463 lfst_(lmatcher.lfst_),
465 lmatcher.label_reachable_ ?
466 new LabelReachable<Arc, S>(*lmatcher
[all...]

Completed in 148 milliseconds