Searched defs:ComplexValue (Results 1 – 1 of 1) sorted by relevance
57 struct ComplexValue { struct58 int v;60 explicit ComplexValue(int v) : v(v) { in ComplexValue() function64 ComplexValue(const ComplexValue& other) : v(other.v) { in ComplexValue() function68 ~ComplexValue() { in ~ComplexValue()72 static ssize_t instanceCount;