Searched refs:__hm2 (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_hash_map.h | 207 const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm2) 209 return __hm1._M_ht == __hm2._M_ht; 217 hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm2) in swap() argument 219 __hm1.swap(__hm2); in swap() 388 const hash_multimap<_Key,_Tp,_HF,_EqKey,_Alloc>& __hm2) 390 return __hm1._M_ht == __hm2._M_ht; 398 hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm2) in swap() argument 400 __hm1.swap(__hm2); in swap()
|