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

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_hash_map.h206 operator==(const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1, argument
209 return __hm1._M_ht == __hm2._M_ht;
216 swap(hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1, argument
219 __hm1.swap(__hm2);
387 operator==(const hash_multimap<_Key,_Tp,_HF,_EqKey,_Alloc>& __hm1, argument
390 return __hm1._M_ht == __hm2._M_ht;
397 swap(hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1, argument
400 __hm1.swap(__hm2);

Completed in 95 milliseconds