Home
last modified time | relevance | path

Searched refs:CacheImpl (Results 1 - 3 of 3) sorted by relevance

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

Completed in 2 milliseconds