Searched defs:ComplexValue (Results 1 – 1 of 1) sorted by relevance
63 struct ComplexValue { struct64 int v;66 explicit ComplexValue(int v) : v(v) { in ComplexValue() function70 ComplexValue(const ComplexValue& other) : v(other.v) { in ComplexValue() argument74 ~ComplexValue() { in ~ComplexValue()78 static ssize_t instanceCount;