Searched refs:_EqlKey (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_hash_map.h | 204 template <class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc> 206 operator==(const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1, 207 const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm2) 214 template <class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc> 216 swap(hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1, in swap() argument 217 hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm2) in swap() 395 template <class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc> 397 swap(hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1, in swap() argument 398 hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm2) in swap()
|