Home
last modified time | relevance | path

Searched defs:HashSetTableDefinition (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/private/shared/
H A DHashSet.h46 struct HashSetTableDefinition { struct
47 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()