Lines Matching refs:Fst
148 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst()
163 virtual void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) = 0;
174 virtual bool LookAheadFst_(const Fst<Arc> &fst,
219 bool LookAheadFst(const Fst<Arc> &fst, StateId s) {return true; } in LookAheadFst()
222 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {}
236 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
310 bool LookAheadFst(const Fst<Arc> &fst, StateId s);
312 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {
327 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
333 const Fst<Arc> *lfst_; // Look-ahead FST
338 bool ArcLookAheadMatcher<M, F>::LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst()
367 for (ArcIterator< Fst<Arc> > aiter(*lfst_, s); in LookAheadFst()
544 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {
552 lfst_ = static_cast<const Fst<Arc> *>(&fst);
568 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
573 const Fst<Arc> *lfst_; // Look-ahead FST
584 if (static_cast<const Fst<Arc> *>(&fst) != lfst_) in LookAheadFst()
667 Fst<A> &fst = (*impl)->GetFst(); in LabelLookAheadRelabeler()
758 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst()
785 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {