Home | History | Annotate | Download | only in utils

Lines Matching refs:CacheEntry

147     // A CacheEntry is a single key/value pair in the cache.
148 class CacheEntry {
150 CacheEntry();
151 CacheEntry(const sp<Blob>& key, const sp<Blob>& value);
152 CacheEntry(const CacheEntry& ce);
154 bool operator<(const CacheEntry& rhs) const;
155 const CacheEntry& operator=(const CacheEntry&);
238 SortedVector<CacheEntry> mCacheEntries;