Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/
H A DLruCache_test.cpp57 struct ComplexValue { struct
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() argument
75 ssize_t ComplexValue::instanceCount = 0;
137 ComplexValue::instanceCount = 0; in SetUp()
253 cache.put(ComplexKey(0), ComplexValue(0)); in TEST_F()
254 cache.put(ComplexKey(1), ComplexValue(1)); in TEST_F()
262 cache.put(ComplexKey(0), ComplexValue(0)); in TEST_F()
263 cache.put(ComplexKey(1), ComplexValue(1)); in TEST_F()
[all …]