Searched refs:ComplexKey (Results 1 – 2 of 2) sorted by relevance
28 struct ComplexKey { struct31 explicit ComplexKey(int k) : k(k) { in ComplexKey() argument35 ComplexKey(const ComplexKey& other) : k(other.k) { in ComplexKey() argument39 ~ComplexKey() { in ~ComplexKey() argument43 bool operator ==(const ComplexKey& other) const { in operator ==() argument47 bool operator !=(const ComplexKey& other) const { in operator !=() argument54 ssize_t ComplexKey::instanceCount = 0;81 typedef LruCache<ComplexKey, ComplexValue> ComplexCache;83 template<> inline android::hash_t hash_type(const ComplexKey& value) { in hash_type()104 ComplexKey::instanceCount = 0; in SetUp()[all …]
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;84 typedef key_value_pair_t<ComplexKey, ComplexValue> ComplexEntry;85 typedef BasicHashtable<ComplexKey, ComplexEntry> ComplexHashtable;87 template<> inline hash_t hash_type(const ComplexKey& value) { in hash_type()[all …]