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