Searched refs:GetCacheLimit (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Ddeterminize.h697 using CacheBaseImpl< CacheState<A> >::GetCacheLimit;
888 CacheOptions copts(GetCacheGc(), GetCacheLimit());
H A Dcache.h467 size_t GetCacheLimit() const { return cache_limit_; } function in class:fst::CacheBaseImpl
H A Dreplace.h457 << ", gc_limit = " << CacheImpl<A>::GetCacheLimit();
H A Dcompact-fst.h711 : CacheImpl<A>(CacheOptions(impl.GetCacheGc(), impl.GetCacheLimit())),

Completed in 216 milliseconds