Searched defs:CacheBaseImpl (Results 1 - 2 of 2) 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...]
/external/openfst/src/include/fst/
H A Dcache.h103 class CacheBaseImpl : public VectorFstBaseImpl<S> { class in namespace:fst
120 explicit CacheBaseImpl(C *allocator = 0) function in class:fst::CacheBaseImpl
131 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0) function in class:fst::CacheBaseImpl
143 CacheBaseImpl(const CacheBaseImpl<S, C> &impl, bool preserve_cache = false) argument
178 ~CacheBaseImpl() {
497 void operator=(const CacheBaseImpl<S, C> &impl); // disallow
502 S *CacheBaseImpl<S, C>::ExtendState(typename S::Arc::StateId s) {
559 void CacheBaseImpl<S, C>::GC(typename S::Arc::StateId current,
602 template <class S, class C> const uint32 CacheBaseImpl<
[all...]

Completed in 111 milliseconds