Home | History | Annotate | Download | only in lib

Lines Matching refs:CacheImpl

59 class ReplaceFstImpl : public CacheImpl<A> {
69 using CacheImpl<A>::HasStart;
70 using CacheImpl<A>::HasArcs;
71 using CacheImpl<A>::SetStart;
100 : CacheImpl<A>(opts), opts_(opts) {
115 : CacheImpl<A>(opts), opts_(opts), root_(kNoLabel) {
235 return CacheImpl<A>::Start();
252 return CacheImpl<A>::Final(s);
258 return CacheImpl<A>::NumArcs(s);
264 return CacheImpl<A>::NumInputEpsilons(s);
270 return CacheImpl<A>::NumOutputEpsilons(s);
278 CacheImpl<A>::InitArcIterator(s, data);