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

/haiku/headers/cpp/
H A Dhashtable.h41 using __STD::hashtable;
H A Dhash_map.h39 using __STD::hashtable;
H A Dhash_set.h39 using __STD::hashtable;
H A Drope.h17 #include <hashtable.h>
H A Dstl_hashtable.h58 class hashtable;
71 typedef hashtable<_Val,_Key,_HashFcn,_ExtractKey,_EqualKey,_Alloc>
110 typedef hashtable<_Val,_Key,_HashFcn,_ExtractKey,_EqualKey,_Alloc>
170 class hashtable;
173 bool operator==(const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht1,
174 const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht2);
178 // do. If we're using standard-conforming allocators, then a hashtable
187 class hashtable { class
247 hashtable(size_type __n,
262 hashtable(size_typ
667 operator ==(const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht1, const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht2) argument
[all...]
H A Dstl_hash_map.h53 typedef hashtable<pair<const _Key,_Tp>,_Key,_HashFcn,
235 typedef hashtable<pair<const _Key, _Tp>, _Key, _HashFcn,
H A Dstl_hash_set.h52 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value>,
231 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value>,

Completed in 44 milliseconds