Home
last modified time | relevance | path

Searched refs:EqualityForHashedEntries (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/core/libutils/include/utils/
H A DLruCache.h93 struct EqualityForHashedEntries : public std::unary_function<KeyedEntry*, hash_t> { struct
101 typedef std::unordered_set<KeyedEntry*, HashForEntry, EqualityForHashedEntries> LruCacheSet; argument