Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dregexp_cache.cc35 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()
Dregexp_cache.h54 typedef std::tr1::unordered_map<string, const RegExp*> CacheImpl; typedef
56 typedef std::map<string, const RegExp*> CacheImpl;
69 scoped_ptr<CacheImpl> cache_impl_; // protected by lock_
/third_party/skia/src/core/
DSkImageFilterCache.cpp30 class CacheImpl : public SkImageFilterCache { class
33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl() function in __anon21e46db60311::CacheImpl
34 ~CacheImpl() override { in ~CacheImpl()
155 return new CacheImpl(maxBytes); in Create()
/third_party/flutter/skia/src/core/
DSkImageFilterCache.cpp30 class CacheImpl : public SkImageFilterCache { class
33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl() function in __anon21c47fcb0311::CacheImpl
34 ~CacheImpl() override { in ~CacheImpl()
158 return new CacheImpl(maxBytes); in Create()