Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/libutils/
H A DLruCache_test.cpp81 struct KeyWithPointer { struct
83 bool operator ==(const KeyWithPointer& other) const { in operator ==() argument
106 template<> inline android::hash_t hash_type(const KeyWithPointer& value) { in hash_type()
128 class InvalidateKeyCallback : public OnEntryRemoved<KeyWithPointer, StringValue> {
130 void operator()(KeyWithPointer& k, StringValue&) { in operator ()()
333 LruCache<KeyWithPointer, StringValue> cache(1); in TEST_F()
335 KeyWithPointer key1; in TEST_F()
337 KeyWithPointer key2; in TEST_F()