Home | History | Annotate | Download | only in pdt

Lines Matching refs:GetImpl

261     GetImpl()->InitArcIterator(s, data);
265 return GetImpl()->GetStack();
269 return GetImpl()->GetStateTable();
274 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }
286 : CacheStateIterator< ExpandFst<A> >(fst, fst.GetImpl()) {}
298 : CacheArcIterator< ExpandFst<A> >(fst.GetImpl(), s) {
299 if (!fst.GetImpl()->HasArcs(s))
300 fst.GetImpl()->ExpandState(s);