Searched refs:ComplexKey (Results 1 – 1 of 1) sorted by relevance
31 struct ComplexKey { struct34 explicit ComplexKey(int k) : k(k) { in ComplexKey() argument38 ComplexKey(const ComplexKey& other) : k(other.k) { in ComplexKey() function42 ~ComplexKey() { in ~ComplexKey() argument46 bool operator ==(const ComplexKey& other) const { in operator ==() argument50 bool operator !=(const ComplexKey& other) const { in operator !=() argument57 ssize_t ComplexKey::instanceCount = 0;59 template<> inline hash_t hash_type(const ComplexKey& value) { in hash_type()83 typedef key_value_pair_t<ComplexKey, ComplexValue> ComplexEntry;84 typedef BasicHashtable<ComplexKey, ComplexEntry> ComplexHashtable;[all …]