Searched refs:CacheImpl (Results 1 – 4 of 4) sorted by relevance
35 cache_impl_(new CacheImpl(min_items)) in RegExpCache()37 cache_impl_(new CacheImpl()) in RegExpCache()43 for (CacheImpl::const_iterator in ~RegExpCache()51 CacheImpl::const_iterator it = cache_impl_->find(pattern); in GetRegExp()
54 typedef std::tr1::unordered_map<string, const RegExp*> CacheImpl; typedef56 typedef std::map<string, const RegExp*> CacheImpl;69 scoped_ptr<CacheImpl> cache_impl_; // protected by lock_
30 class CacheImpl : public SkImageFilterCache { class33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl() function in __anon21e46db60311::CacheImpl34 ~CacheImpl() override { in ~CacheImpl()155 return new CacheImpl(maxBytes); in Create()
30 class CacheImpl : public SkImageFilterCache { class33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl() function in __anon21c47fcb0311::CacheImpl34 ~CacheImpl() override { in ~CacheImpl()158 return new CacheImpl(maxBytes); in Create()