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

/system/core/libutils/tests/
H A DLruCache_test.cpp56 struct ComplexValue { struct in namespace:__anon1481
59 explicit ComplexValue(int v) : v(v) { function in struct:__anon1481::ComplexValue
63 ComplexValue(const ComplexValue& other) : v(other.v) { function in struct:__anon1481::ComplexValue
67 ~ComplexValue() {
74 ssize_t ComplexValue::instanceCount = 0;
81 typedef LruCache<ComplexKey, ComplexValue> ComplexCache;
105 ComplexValue::instanceCount = 0;
113 if (keys != ComplexKey::instanceCount || values != ComplexValue::instanceCount) {
116 << ComplexValue
[all...]
H A DBasicHashtable_test.cpp59 struct ComplexValue { struct in namespace:__anon1477
62 explicit ComplexValue(int v) : v(v) { function in struct:__anon1477::ComplexValue
66 ComplexValue(const ComplexValue& other) : v(other.v) { function in struct:__anon1477::ComplexValue
70 ~ComplexValue() {
77 ssize_t ComplexValue::instanceCount = 0;
84 typedef key_value_pair_t<ComplexKey, ComplexValue> ComplexEntry;
95 ComplexValue::instanceCount = 0;
103 if (keys != ComplexKey::instanceCount || values != ComplexValue::instanceCount) {
106 << ComplexValue
[all...]

Completed in 42 milliseconds