Lines Matching refs:multimap

99     class multimap  in _GLIBCXX_VISIBILITY()
129 friend class multimap<_Key, _Tp, _Compare, _Alloc>; in _GLIBCXX_VISIBILITY()
178 multimap() : _M_t() { } in _GLIBCXX_VISIBILITY()
180 multimap() = default; in _GLIBCXX_VISIBILITY()
189 multimap(const _Compare& __comp, in _GLIBCXX_VISIBILITY()
199 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
202 multimap(const multimap&) = default; in _GLIBCXX_VISIBILITY()
211 multimap(multimap&&) = default; in _GLIBCXX_VISIBILITY()
223 multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
231 multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY()
235 multimap(const multimap& __m, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
239 multimap(multimap&& __m, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
245 multimap(initializer_list<value_type> __l, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
251 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
267 multimap(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
283 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
295 ~multimap() = default; in _GLIBCXX_VISIBILITY()
304 multimap& in _GLIBCXX_VISIBILITY()
305 operator=(const multimap& __x) in _GLIBCXX_VISIBILITY()
311 multimap& in _GLIBCXX_VISIBILITY()
312 operator=(const multimap&) = default; in _GLIBCXX_VISIBILITY()
315 multimap& in _GLIBCXX_VISIBILITY()
316 operator=(multimap&&) = default; in _GLIBCXX_VISIBILITY()
329 multimap& in _GLIBCXX_VISIBILITY()
656 merge(multimap<_Key, _Tp, _C2, _Alloc>& __source) in _GLIBCXX_VISIBILITY()
658 using _Merge_helper = _Rb_tree_merge_helper<multimap, _C2>; in _GLIBCXX_VISIBILITY()
664 merge(multimap<_Key, _Tp, _C2, _Alloc>&& __source) in _GLIBCXX_VISIBILITY()
671 using _Merge_helper = _Rb_tree_merge_helper<multimap, _C2>; in _GLIBCXX_VISIBILITY()
795 swap(multimap& __x) in _GLIBCXX_VISIBILITY()
1044 operator==(const multimap<_K1, _T1, _C1, _A1>&, in _GLIBCXX_VISIBILITY()
1045 const multimap<_K1, _T1, _C1, _A1>&); in _GLIBCXX_VISIBILITY()
1049 operator<(const multimap<_K1, _T1, _C1, _A1>&, in _GLIBCXX_VISIBILITY()
1050 const multimap<_K1, _T1, _C1, _A1>&); in _GLIBCXX_VISIBILITY()
1060 multimap(_InputIterator, _InputIterator, in _GLIBCXX_VISIBILITY()
1062 -> multimap<__iter_key_t<_InputIterator>, __iter_val_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
1068 multimap(initializer_list<pair<_Key, _Tp>>, in _GLIBCXX_VISIBILITY()
1070 -> multimap<_Key, _Tp, _Compare, _Allocator>; in _GLIBCXX_VISIBILITY()
1075 multimap(_InputIterator, _InputIterator, _Allocator) in _GLIBCXX_VISIBILITY()
1076 -> multimap<__iter_key_t<_InputIterator>, __iter_val_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
1081 multimap(initializer_list<pair<_Key, _Tp>>, _Allocator) in _GLIBCXX_VISIBILITY()
1082 -> multimap<_Key, _Tp, less<_Key>, _Allocator>; in _GLIBCXX_VISIBILITY()
1098 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1099 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1115 operator<(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1116 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1122 operator!=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1123 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1129 operator>(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1130 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1136 operator<=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1137 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1143 operator>=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1144 const multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1150 swap(multimap<_Key, _Tp, _Compare, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
1151 multimap<_Key, _Tp, _Compare, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
1162 _Rb_tree_merge_helper<_GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp1, _Alloc>, in _GLIBCXX_VISIBILITY()
1166 friend class _GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp1, _Alloc>; in _GLIBCXX_VISIBILITY()
1173 _S_get_tree(_GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()