Searched defs:HashSetTableDefinition (Results 1 – 1 of 1) sorted by relevance
46 struct HashSetTableDefinition { struct47 typedef Key KeyType;48 typedef HashSetElement<Key> ValueType;50 size_t HashKey(const KeyType& key) const in HashKey()52 size_t Hash(const ValueType* value) const in Hash()54 bool Compare(const KeyType& key, const ValueType* value) const in Compare()56 ValueType*& GetLink(ValueType* value) const in GetLink()