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

/haiku/headers/private/kernel/util/
H A DVectorMap.h57 typedef typename EntryStrategy::KeyReference KeyReference; typedef in class:VectorMap
61 typedef VectorMapEntry<KeyReference, Value, _Entry, Class>
63 typedef VectorMapEntry<KeyReference, const Value, const _Entry,
109 friend class VectorMapEntry<KeyReference, Value, _Entry, Class>;
110 friend class VectorMapEntry<KeyReference, const Value, const _Entry,
119 template<typename KeyReference, typename _Value, typename Entry,
123 typedef VectorMapEntry<KeyReference, _Value, Entry, Parent> Class;
129 inline KeyReference Key() const
684 typedef const Key &KeyReference; typedef in class:VectorMapEntryStrategy::Pair
733 typedef Key KeyReference; typedef in class:VectorMapEntryStrategy::ImplicitKey
[all...]

Completed in 34 milliseconds