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

/frameworks/native/libs/utils/tests/
H A DBasicHashtable_test.cpp63 struct ComplexValue { struct in namespace:android
66 explicit ComplexValue(int v) : v(v) { function in struct:android::ComplexValue
70 ComplexValue(const ComplexValue& other) : v(other.v) { function in struct:android::ComplexValue
74 ~ComplexValue() {
81 ssize_t ComplexValue::instanceCount = 0;
83 typedef key_value_pair_t<ComplexKey, ComplexValue> ComplexEntry;
90 ComplexValue::instanceCount = 0;
98 if (keys != ComplexKey::instanceCount || values != ComplexValue::instanceCount) {
101 << ComplexValue
[all...]

Completed in 39 milliseconds