Lines Matching refs:hash_multiset

228 class hash_multiset
258 hash_multiset() in hash_multiset() function
260 explicit hash_multiset(size_type __n) in hash_multiset() function
262 hash_multiset(size_type __n, const hasher& __hf) in hash_multiset() function
264 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql,
270 hash_multiset(_InputIterator __f, _InputIterator __l) in hash_multiset() function
274 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multiset() function
278 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multiset() function
283 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n,
290 hash_multiset(const value_type* __f, const value_type* __l) in hash_multiset() function
293 hash_multiset(const value_type* __f, const value_type* __l, size_type __n) in hash_multiset() function
296 hash_multiset(const value_type* __f, const value_type* __l, size_type __n, in hash_multiset() function
300 hash_multiset(const value_type* __f, const value_type* __l, size_type __n,
306 hash_multiset(const_iterator __f, const_iterator __l) in hash_multiset() function
309 hash_multiset(const_iterator __f, const_iterator __l, size_type __n) in hash_multiset() function
312 hash_multiset(const_iterator __f, const_iterator __l, size_type __n, in hash_multiset() function
316 hash_multiset(const_iterator __f, const_iterator __l, size_type __n,
327 void swap(hash_multiset& hs) { _M_ht.swap(hs._M_ht); } in swap()
328 friend bool operator== __STL_NULL_TMPL_ARGS (const hash_multiset&,
329 const hash_multiset&);
373 operator==(const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1,
374 const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs2)
383 swap(hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, in swap()
384 hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs2) { in swap()