Lines Matching refs:multimap
44 class multimap in _GLIBCXX_VISIBILITY()
46 multimap<_Key, _Tp, _Compare, _Allocator>, _Allocator, in _GLIBCXX_VISIBILITY()
48 public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> in _GLIBCXX_VISIBILITY()
50 typedef _GLIBCXX_STD_C::multimap< in _GLIBCXX_VISIBILITY()
53 multimap, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY()
72 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multimap> in _GLIBCXX_VISIBILITY()
75 multimap> const_iterator; in _GLIBCXX_VISIBILITY()
87 multimap() : _Base() { } in _GLIBCXX_VISIBILITY()
89 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
92 ~multimap() { } in _GLIBCXX_VISIBILITY()
94 multimap() = default; in _GLIBCXX_VISIBILITY()
95 multimap(const multimap&) = default; in _GLIBCXX_VISIBILITY()
96 multimap(multimap&&) = default; in _GLIBCXX_VISIBILITY()
98 multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
104 multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY()
107 multimap(const multimap& __m, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
110 multimap(multimap&& __m, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
115 multimap(initializer_list<value_type> __l, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
119 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
125 ~multimap() = default; in _GLIBCXX_VISIBILITY()
128 explicit multimap(const _Compare& __comp, in _GLIBCXX_VISIBILITY()
133 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
141 multimap(const _Base& __x) in _GLIBCXX_VISIBILITY()
145 multimap& in _GLIBCXX_VISIBILITY()
146 operator=(const multimap& __x) in _GLIBCXX_VISIBILITY()
153 multimap& in _GLIBCXX_VISIBILITY()
154 operator=(const multimap&) = default; in _GLIBCXX_VISIBILITY()
156 multimap& in _GLIBCXX_VISIBILITY()
157 operator=(multimap&&) = default; in _GLIBCXX_VISIBILITY()
159 multimap& in _GLIBCXX_VISIBILITY()
434 swap(multimap& __x) in _GLIBCXX_VISIBILITY()
590 multimap(_InputIterator, _InputIterator, in _GLIBCXX_VISIBILITY()
592 -> multimap<__iter_key_t<_InputIterator>, __iter_val_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
599 multimap(initializer_list<pair<_Key, _Tp>>, in _GLIBCXX_VISIBILITY()
601 -> multimap<_Key, _Tp, _Compare, _Allocator>; in _GLIBCXX_VISIBILITY()
606 multimap(_InputIterator, _InputIterator, _Allocator) in _GLIBCXX_VISIBILITY()
607 -> multimap<__iter_key_t<_InputIterator>, __iter_val_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
612 multimap(initializer_list<pair<_Key, _Tp>>, _Allocator) in _GLIBCXX_VISIBILITY()
613 -> multimap<_Key, _Tp, less<_Key>, _Allocator>; in _GLIBCXX_VISIBILITY()
620 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
621 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
627 operator<=>(const multimap<_Key, _Tp, _Compare, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
628 const multimap<_Key, _Tp, _Compare, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
634 operator!=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
635 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
641 operator<(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
642 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
648 operator<=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
649 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
655 operator>=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
656 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
662 operator>(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
663 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
670 swap(multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
671 multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()