Home | History | Annotate | Download | only in fst

Lines Matching defs:LookAheadFst

72 //  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) {
219 bool LookAheadFst(const Fst<Arc> &fst, StateId s) {return true; }
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(const Fst<Arc> &fst, StateId s) {
380 FSTERROR() << "ArcLookAheadMatcher::LookAheadFst: bad match type";
542 bool LookAheadFst(const L &fst, StateId s);
569 return LookAheadFst(fst, s);
583 bool LabelLookAheadMatcher<M, F, S>::LookAheadFst(const L &fst, StateId s) {
758 bool LookAheadFst(const Fst<Arc> &fst, StateId s) {
761 return lbase->LookAheadFst(fst, s);