Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/tests/
DBasicHashtable_test.cpp63 struct ComplexValue { struct
64 int v;
66 explicit ComplexValue(int v) : v(v) { in ComplexValue() function
70 ComplexValue(const ComplexValue& other) : v(other.v) { in ComplexValue() argument
74 ~ComplexValue() { in ~ComplexValue()
78 static ssize_t instanceCount;