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()
82 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multimap> in _GLIBCXX_VISIBILITY()
85 multimap> const_iterator; in _GLIBCXX_VISIBILITY()
97 multimap() : _Base() { } in _GLIBCXX_VISIBILITY()
99 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
102 ~multimap() { } in _GLIBCXX_VISIBILITY()
104 multimap() = default; in _GLIBCXX_VISIBILITY()
105 multimap(const multimap&) = default; in _GLIBCXX_VISIBILITY()
106 multimap(multimap&&) = default; in _GLIBCXX_VISIBILITY()
108 multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
114 multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY()
117 multimap(const multimap& __m, in _GLIBCXX_VISIBILITY()
121 multimap(multimap&& __m, const __type_identity_t<allocator_type>& __a) in _GLIBCXX_VISIBILITY()
126 multimap(initializer_list<value_type> __l, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
130 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
136 ~multimap() = default; in _GLIBCXX_VISIBILITY()
139 explicit multimap(const _Compare& __comp, in _GLIBCXX_VISIBILITY()
144 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
152 multimap(_Base_ref __x) in _GLIBCXX_VISIBILITY()
156 multimap& in _GLIBCXX_VISIBILITY()
157 operator=(const multimap&) = default; in _GLIBCXX_VISIBILITY()
159 multimap& in _GLIBCXX_VISIBILITY()
160 operator=(multimap&&) = default; in _GLIBCXX_VISIBILITY()
162 multimap& in _GLIBCXX_VISIBILITY()
444 swap(multimap& __x) in _GLIBCXX_VISIBILITY()
600 multimap(_InputIterator, _InputIterator, in _GLIBCXX_VISIBILITY()
602 -> multimap<__iter_key_t<_InputIterator>, __iter_val_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
609 multimap(initializer_list<pair<_Key, _Tp>>, in _GLIBCXX_VISIBILITY()
611 -> multimap<_Key, _Tp, _Compare, _Allocator>; in _GLIBCXX_VISIBILITY()
616 multimap(_InputIterator, _InputIterator, _Allocator) in _GLIBCXX_VISIBILITY()
617 -> multimap<__iter_key_t<_InputIterator>, __iter_val_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
622 multimap(initializer_list<pair<_Key, _Tp>>, _Allocator) in _GLIBCXX_VISIBILITY()
623 -> multimap<_Key, _Tp, less<_Key>, _Allocator>; in _GLIBCXX_VISIBILITY()
630 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
631 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
637 operator<=>(const multimap<_Key, _Tp, _Compare, _Alloc>& __lhs, in _GLIBCXX_VISIBILITY()
638 const multimap<_Key, _Tp, _Compare, _Alloc>& __rhs) in _GLIBCXX_VISIBILITY()
644 operator!=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
645 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
651 operator<(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
652 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
658 operator<=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
659 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
665 operator>=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
666 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
672 operator>(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
673 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
680 swap(multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
681 multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()