Home
last modified time | relevance | path

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

/system/core/libutils/
DLruCache_test.cpp29 struct ComplexKey { struct
30 int k;
32 explicit ComplexKey(int k) : k(k) { in ComplexKey() argument
36 ComplexKey(const ComplexKey& other) : k(other.k) { in ComplexKey() argument
40 ~ComplexKey() { in ~ComplexKey()
44 bool operator ==(const ComplexKey& other) const { in operator ==()
48 bool operator !=(const ComplexKey& other) const { in operator !=()
52 static ssize_t instanceCount;