Home
last modified time | relevance | path

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

/system/core/libutils/
DLruCache_test.cpp77 struct KeyWithPointer { struct
79 bool operator ==(const KeyWithPointer& other) const { in operator ==() argument
103 template<> inline android::hash_t hash_type(const KeyWithPointer& value) { in hash_type()
125 class InvalidateKeyCallback : public OnEntryRemoved<KeyWithPointer, StringValue> {
127 void operator()(KeyWithPointer& k, StringValue&) { in operator ()()
330 LruCache<KeyWithPointer, StringValue> cache(1); in TEST_F()
332 KeyWithPointer key1; in TEST_F()
334 KeyWithPointer key2; in TEST_F()