Lines Matching refs:hash_multimap

49     class hash_multimap
50 : public _GLIBCXX_EXT::hash_multimap<_Value,_Tp,_HashFcn,_EqualKey,_Alloc>,
51 public __gnu_debug::_Safe_sequence<hash_multimap<_Value, _Tp, _HashFcn,
54 typedef _GLIBCXX_EXT::hash_multimap<_Value,_Tp,_HashFcn,_EqualKey,_Alloc>
56 typedef __gnu_debug::_Safe_sequence<hash_multimap> _Safe_base;
73 hash_multimap> iterator;
75 hash_multimap> const_iterator;
83 hash_multimap() { } in hash_multimap() function
85 explicit hash_multimap(size_type __n) : _Base(__n) { } in hash_multimap() function
87 hash_multimap(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } in hash_multimap() function
89 hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql,
94 hash_multimap(_InputIterator __f, _InputIterator __l) in hash_multimap() function
98 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multimap() function
102 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multimap() function
107 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n,
118 swap(hash_multimap& __x) in swap()
248 operator==(const hash_multimap<_Value,_Tp,_HashFcn,_EqualKey,_Alloc>& __x,
249 const hash_multimap<_Value,_Tp,_HashFcn,_EqualKey,_Alloc>& __y)
255 operator!=(const hash_multimap<_Value,_Tp,_HashFcn,_EqualKey,_Alloc>& __x,
256 const hash_multimap<_Value,_Tp,_HashFcn,_EqualKey,_Alloc>& __y)
262 swap(hash_multimap<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __x, in swap()
263 hash_multimap<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __y) in swap()