Home
last modified time | relevance | path

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

/system/core/libutils/
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;
97 typedef LruCache<ComplexKey, ComplexValue> ComplexCache;
137 ComplexValue::instanceCount = 0; in SetUp()
145 if (keys != ComplexKey::instanceCount || values != ComplexValue::instanceCount) { in assertInstanceCount()
148 << ComplexValue::instanceCount << " values"; in assertInstanceCount()
253 cache.put(ComplexKey(0), ComplexValue(0)); in TEST_F()
[all …]