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

/haiku/headers/cpp/
H A Dstl_hash_set.h201 operator==(const hash_set<_Value,_HashFcn,_EqualKey,_Alloc>& __hs1, argument
204 return __hs1._M_ht == __hs2._M_ht;
211 swap(hash_set<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, argument
214 __hs1.swap(__hs2);
373 operator==(const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, argument
376 return __hs1._M_ht == __hs2._M_ht;
383 swap(hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, argument
385 __hs1.swap(__hs2);

Completed in 27 milliseconds