Searched defs:CacheImpl (Results 1 – 2 of 2) sorted by relevance
54 typedef std::tr1::unordered_map<string, const RegExp*> CacheImpl; typedef
30 class CacheImpl : public SkImageFilterCache { class33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl() function in __anon3f8961750311::CacheImpl