Home | History | Annotate | Download | only in fst

Lines Matching defs:InitLookAheadFst

91 //  void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false);
163 virtual void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) = 0;
222 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {}
312 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {
340 InitLookAheadFst(fst);
544 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {
551 void InitLookAheadFst(const L& fst, bool copy = false) {
585 InitLookAheadFst(fst);
785 void InitLookAheadFst(const Fst<Arc>& fst, bool copy = false) {
788 lbase->InitLookAheadFst(fst, copy);