Searched defs:CacheBaseImpl (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h59 class CacheBaseImpl : public VectorFstBaseImpl<S> { class in namespace:fst
70 CacheBaseImpl() function in class:fst::CacheBaseImpl
78 explicit CacheBaseImpl(const CacheOptions &opts) function in class:fst::CacheBaseImpl
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
[all...]

Completed in 29 milliseconds