Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DLruCache_test.cpp57 struct ComplexValue { struct
58 int v;
60 explicit ComplexValue(int v) : v(v) { in ComplexValue() function
64 ComplexValue(const ComplexValue& other) : v(other.v) { in ComplexValue() function
68 ~ComplexValue() { in ~ComplexValue()
72 static ssize_t instanceCount;