Home
last modified time | relevance | path

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

/system/core/libutils/tests/
DLruCache_test.cpp28 struct ComplexKey { struct
29 int k;
31 explicit ComplexKey(int k) : k(k) { in ComplexKey() argument
35 ComplexKey(const ComplexKey& other) : k(other.k) { in ComplexKey() function
39 ~ComplexKey() { in ~ComplexKey()
43 bool operator ==(const ComplexKey& other) const { in operator ==()
47 bool operator !=(const ComplexKey& other) const { in operator !=()
51 static ssize_t instanceCount;