Searched refs:ComplexValue (Results 1 – 1 of 1) sorted by relevance
57 struct ComplexValue { struct60 explicit ComplexValue(int v) : v(v) { in ComplexValue() function64 ComplexValue(const ComplexValue& other) : v(other.v) { in ComplexValue() function68 ~ComplexValue() { in ~ComplexValue() argument75 ssize_t ComplexValue::instanceCount = 0;137 ComplexValue::instanceCount = 0; in SetUp()253 cache.put(ComplexKey(0), ComplexValue(0)); in TEST_F()254 cache.put(ComplexKey(1), ComplexValue(1)); in TEST_F()262 cache.put(ComplexKey(0), ComplexValue(0)); in TEST_F()263 cache.put(ComplexKey(1), ComplexValue(1)); in TEST_F()[all …]