Lines Matching refs:CacheImpl
147 class RelabelFstImpl : public CacheImpl<A> {
156 using CacheImpl<A>::HasStart;
157 using CacheImpl<A>::HasArcs;
168 : CacheImpl<A>(opts), fst_(fst.Copy()),
195 : CacheImpl<A>(opts), fst_(fst.Copy()),
236 return CacheImpl<A>::Start();
243 return CacheImpl<A>::Final(s);
250 return CacheImpl<A>::NumArcs(s);
257 return CacheImpl<A>::NumInputEpsilons(s);
264 return CacheImpl<A>::NumOutputEpsilons(s);
271 CacheImpl<A>::InitArcIterator(s, data);