Home
last modified time | relevance | path

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

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