Home
last modified time | relevance | path

Searched defs:EntryWithSize (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DMruCache.h32 struct EntryWithSize { struct
33 EntryWithSize(const S&& d) : EntryWithSize(std::move(d), 0) {} in EntryWithSize() argument
35 EntryWithSize(const S&& d, const size_t ds) : data(std::move(d)), dataSize(ds) { in EntryWithSize() argument
43 bool operator==(const EntryWithSize& rhs) const { return data == rhs.data; } argument