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

/haiku/headers/cpp/
H A Dstl_hashtable.h66 struct _Hashtable_const_iterator;
76 typedef _Hashtable_const_iterator<_Val, _Key, _HashFcn,
109 struct _Hashtable_const_iterator { struct
115 typedef _Hashtable_const_iterator<_Val, _Key, _HashFcn,
130 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab) function in struct:_Hashtable_const_iterator
132 _Hashtable_const_iterator() {} function in struct:_Hashtable_const_iterator
133 _Hashtable_const_iterator(const iterator& __it) function in struct:_Hashtable_const_iterator
237 typedef _Hashtable_const_iterator<_Val,_Key,_HashFcn,_ExtractKey,_EqualKey,
244 _Hashtable_const_iterator<_Val,_Key,_HashFcn,_ExtractKey,_EqualKey,_Alloc>;
590 _Hashtable_const_iterator<_Va
642 iterator_category(const _Hashtable_const_iterator<_Val,_Key,_HF, _ExK,_EqK,_All>&) argument
651 value_type(const _Hashtable_const_iterator<_Val,_Key,_HF,_ExK,_EqK,_All>&) argument
659 distance_type(const _Hashtable_const_iterator<_Val,_Key,_HF,_ExK,_EqK,_All>&) argument
[all...]

Completed in 43 milliseconds