Home | History | Annotate | Download | only in lib

Lines Matching refs:CacheImpl

249 class MapFstImpl : public CacheImpl<B> {
257 using VectorFstBaseImpl<typename CacheImpl<B>::State>::NumStates;
259 using CacheImpl<B>::HasArcs;
260 using CacheImpl<B>::HasFinal;
261 using CacheImpl<B>::HasStart;
271 : CacheImpl<B>(opts), fst_(fst.Copy()),
281 : CacheImpl<B>(opts), fst_(fst.Copy()),
298 return CacheImpl<B>::Start();
331 return CacheImpl<B>::Final(s);
337 return CacheImpl<B>::NumArcs(s);
343 return CacheImpl<B>::NumInputEpsilons(s);
349 return CacheImpl<B>::NumOutputEpsilons(s);
355 CacheImpl<B>::InitArcIterator(s, data);