Searched refs:__hs1 (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_hash_set.h | 201 operator==(const hash_set<_Value,_HashFcn,_EqualKey,_Alloc>& __hs1, 204 return __hs1._M_ht == __hs2._M_ht; 211 swap(hash_set<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, in swap() argument 214 __hs1.swap(__hs2); in swap() 373 operator==(const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, 376 return __hs1._M_ht == __hs2._M_ht; 383 swap(hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, in swap() argument 385 __hs1.swap(__hs2); in swap()
|