Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/libutils/
H A DLruCache_test.cpp81 struct KeyWithPointer { struct
82 int *ptr;
83 bool operator ==(const KeyWithPointer& other) const { in operator ==()