Home | History | Annotate | Download | only in fst

Lines Matching refs:lbase

715   typedef LookAheadMatcherBase<Arc> LBase;
751 LBase *lbase = static_cast<LBase *>(base_);
752 return lbase->LookAheadLabel(label);
760 LBase *lbase = static_cast<LBase *>(base_);
761 return lbase->LookAheadFst(fst, s);
769 LBase *lbase = static_cast<LBase *>(base_);
770 return lbase->LookAheadWeight();
778 LBase *lbase = static_cast<LBase *>(base_);
779 return lbase->LookAheadPrefix(arc);
787 LBase *lbase = static_cast<LBase *>(base_);
788 lbase->InitLookAheadFst(fst, copy);