Home | History | Annotate | Download | only in utils

Lines Matching refs:CacheEntry

155     // A CacheEntry is a single key/value pair in the cache.
156 class CacheEntry {
158 CacheEntry();
159 CacheEntry(const sp<Blob>& key, const sp<Blob>& value);
160 CacheEntry(const CacheEntry& ce);
162 bool operator<(const CacheEntry& rhs) const;
163 const CacheEntry& operator=(const CacheEntry&);
246 SortedVector<CacheEntry> mCacheEntries;