Home | History | Annotate | Download | only in EGL

Lines Matching defs:CacheEntry

143     // A CacheEntry is a single key/value pair in the cache.
144 class CacheEntry {
146 CacheEntry();
147 CacheEntry(const std::shared_ptr<Blob>& key, const std::shared_ptr<Blob>& value);
148 CacheEntry(const CacheEntry& ce);
150 bool operator<(const CacheEntry& rhs) const;
151 const CacheEntry& operator=(const CacheEntry&);
240 std::vector<CacheEntry> mCacheEntries;