Lines Matching refs:multimap
99 class multimap in _GLIBCXX_VISIBILITY()
131 friend class multimap<_Key, _Tp, _Compare, _Alloc>; in _GLIBCXX_VISIBILITY()
180 multimap() : _M_t() { } in _GLIBCXX_VISIBILITY()
182 multimap() = default; in _GLIBCXX_VISIBILITY()
191 multimap(const _Compare& __comp, in _GLIBCXX_VISIBILITY()
201 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
204 multimap(const multimap&) = default; in _GLIBCXX_VISIBILITY()
213 multimap(multimap&&) = default; in _GLIBCXX_VISIBILITY()
225 multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
233 multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY()
237 multimap(const multimap& __m, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
241 multimap(multimap&& __m, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
247 multimap(initializer_list<value_type> __l, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
253 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
269 multimap(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
285 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
297 ~multimap() = default; in _GLIBCXX_VISIBILITY()
306 multimap& in _GLIBCXX_VISIBILITY()
307 operator=(const multimap& __x) in _GLIBCXX_VISIBILITY()
313 multimap& in _GLIBCXX_VISIBILITY()
314 operator=(const multimap&) = default; in _GLIBCXX_VISIBILITY()
317 multimap& in _GLIBCXX_VISIBILITY()
318 operator=(multimap&&) = default; in _GLIBCXX_VISIBILITY()
331 multimap& in _GLIBCXX_VISIBILITY()
658 merge(multimap<_Key, _Tp, _Cmp2, _Alloc>& __source) in _GLIBCXX_VISIBILITY()
660 using _Merge_helper = _Rb_tree_merge_helper<multimap, _Cmp2>; in _GLIBCXX_VISIBILITY()
666 merge(multimap<_Key, _Tp, _Cmp2, _Alloc>&& __source) in _GLIBCXX_VISIBILITY()
673 using _Merge_helper = _Rb_tree_merge_helper<multimap, _Cmp2>; in _GLIBCXX_VISIBILITY()
797 swap(multimap& __x) in _GLIBCXX_VISIBILITY()
1065 operator==(const multimap<_K1, _T1, _C1, _A1>&, in _GLIBCXX_VISIBILITY()
1066 const multimap<_K1, _T1, _C1, _A1>&); in _GLIBCXX_VISIBILITY()
1071 operator<=>(const multimap<_K1, _T1, _C1, _A1>&, in _GLIBCXX_VISIBILITY()
1072 const multimap<_K1, _T1, _C1, _A1>&); in _GLIBCXX_VISIBILITY()
1076 operator<(const multimap<_K1, _T1, _C1, _A1>&, in _GLIBCXX_VISIBILITY()
1077 const multimap<_K1, _T1, _C1, _A1>&); in _GLIBCXX_VISIBILITY()
1089 multimap(_InputIterator, _InputIterator, in _GLIBCXX_VISIBILITY()
1091 -> multimap<__iter_key_t<_InputIterator>, __iter_val_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
1098 multimap(initializer_list<pair<_Key, _Tp>>, in _GLIBCXX_VISIBILITY()
1100 -> multimap<_Key, _Tp, _Compare, _Allocator>; in _GLIBCXX_VISIBILITY()
1105 multimap(_InputIterator, _InputIterator, _Allocator) in _GLIBCXX_VISIBILITY()
1106 -> multimap<__iter_key_t<_InputIterator>, __iter_val_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
1111 multimap(initializer_list<pair<_Key, _Tp>>, _Allocator) in _GLIBCXX_VISIBILITY()
1112 -> multimap<_Key, _Tp, less<_Key>, _Allocator>; in _GLIBCXX_VISIBILITY()
1128 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1129 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1149 operator<=>(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1150 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1166 operator<(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1167 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1173 operator!=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1174 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1180 operator>(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1181 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1187 operator<=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1188 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1194 operator>=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1195 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1202 swap(multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1203 multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1214 _Rb_tree_merge_helper<_GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp1, _Alloc>, in _GLIBCXX_VISIBILITY()
1218 friend class _GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp1, _Alloc>; in _GLIBCXX_VISIBILITY()
1225 _S_get_tree(_GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()