Home | History | Annotate | Download | only in lib

Lines Matching refs:CacheBaseImpl

59 class CacheBaseImpl : public VectorFstBaseImpl<S> {
70 CacheBaseImpl()
78 explicit CacheBaseImpl(const CacheOptions &opts)
85 ~CacheBaseImpl() {
338 DISALLOW_EVIL_CONSTRUCTORS(CacheBaseImpl);
342 const size_t CacheBaseImpl<S>::kMinCacheLimit = 8096;
369 // A CacheBaseImpl with a commonly used CacheState.
371 class CacheImpl : public CacheBaseImpl< CacheState<A> > {
378 : CacheBaseImpl< CacheState<A> >(opts) {}
385 // Use this to make a state iterator for a CacheBaseImpl-derived Fst.
425 // Use this to make an arc iterator for a CacheBaseImpl-derived Fst.