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

/external/openfst/src/include/fst/
H A Dmatcher-fst.h282 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { function in class:fst::LookAheadMatcher
283 return matcher_->LookAheadFst(fst, s);
H A Dlookahead-matcher.h72 // bool LookAheadFst(const Fst<Arc>& fst, StateId s);
75 // // lookahead and matcher FSTs for the last call to LookAheadFst.
82 // // call LookAheadFst? If so, return true and copy it to '*arc', o.w.
88 // // to LookAheadFst() for possible precomputation. If copy is true,
148 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { function in class:fst::LookAheadMatcherBase
219 bool LookAheadFst(const Fst<Arc> &fst, StateId s) {return true; } function in class:fst::TrivialLookAheadMatcher
237 return LookAheadFst(fst, s);
310 bool LookAheadFst(const Fst<Arc> &fst, StateId s);
328 return LookAheadFst(fst, s);
338 bool ArcLookAheadMatcher<M, F>::LookAheadFst(cons function in class:fst::ArcLookAheadMatcher
583 bool LabelLookAheadMatcher<M, F, S>::LookAheadFst(const L &fst, StateId s) { function in class:fst::LabelLookAheadMatcher
758 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { function in class:fst::LookAheadMatcher
[all...]

Completed in 371 milliseconds