Searched refs:HashMapElement (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/private/shared/
H A DHashMap.h18 // HashMapElement
20 class HashMapElement { class in namespace:BPrivate
22 typedef HashMapElement<Key, Value> Element;
25 HashMapElement() function in class:BPrivate::HashMapElement
33 HashMapElement(const Key& key, const Value& value) function in class:BPrivate::HashMapElement
43 HashMapElement* fNext;
51 typedef HashMapElement<Key, Value> ValueType;
79 typedef HashMapElement<Key, Value> Element;
150 typedef HashMapElement<Key, Value> Element;

Completed in 32 milliseconds