Searched defs:ComplexKey (Results 1 – 1 of 1) sorted by relevance
28 struct ComplexKey { struct29 int k;31 explicit ComplexKey(int k) : k(k) { in ComplexKey() argument35 ComplexKey(const ComplexKey& other) : k(other.k) { in ComplexKey() function39 ~ComplexKey() { in ~ComplexKey()43 bool operator ==(const ComplexKey& other) const { in operator ==()47 bool operator !=(const ComplexKey& other) const { in operator !=()51 static ssize_t instanceCount;