Searched refs:DicNodesCache (Results 1 – 3 of 3) sorted by relevance
32 class DicNodesCache {34 AK_FORCE_INLINE explicit DicNodesCache(const bool usesLargeCapacityCache) in DicNodesCache() function46 AK_FORCE_INLINE virtual ~DicNodesCache() {} in ~DicNodesCache()131 DISALLOW_COPY_AND_ASSIGN(DicNodesCache);
27 const int DicNodesCache::LARGE_PRIORITY_QUEUE_CAPACITY = 310;29 const int DicNodesCache::SMALL_PRIORITY_QUEUE_CAPACITY = 100;
83 DicNodesCache *getDicTraverseCache() { return &mDicNodesCache; } in getDicTraverseCache()175 DicNodesCache mDicNodesCache;