Home | History | Annotate | Download | only in lib

Lines Matching refs:CacheImpl

118 class DeterminizeFstImplBase : public CacheImpl<A> {
136 : CacheImpl<A>(opts), fst_(fst.Copy()) {
154 return CacheImpl<A>::Start();
162 return CacheImpl<A>::Final(s);
170 return CacheImpl<A>::NumArcs(s);
176 return CacheImpl<A>::NumInputEpsilons(s);
182 return CacheImpl<A>::NumOutputEpsilons(s);
188 CacheImpl<A>::InitArcIterator(s, data);
371 CacheImpl<A>::AddArc(s, arc);
502 CacheImpl<A>::AddArc(s, aiter.Value());
503 CacheImpl<A>::SetArcs(s);