Lines Matching refs:multimap

42     class multimap  in _GLIBCXX_VISIBILITY()
43 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>, in _GLIBCXX_VISIBILITY()
46 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base; in _GLIBCXX_VISIBILITY()
61 multimap> iterator; in _GLIBCXX_VISIBILITY()
63 multimap> const_iterator; in _GLIBCXX_VISIBILITY()
73 multimap() in _GLIBCXX_VISIBILITY()
75 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
77 ~multimap() { } in _GLIBCXX_VISIBILITY()
79 multimap() = default; in _GLIBCXX_VISIBILITY()
80 multimap(const multimap&) = default; in _GLIBCXX_VISIBILITY()
81 multimap(multimap&&) = default; in _GLIBCXX_VISIBILITY()
82 ~multimap() = default; in _GLIBCXX_VISIBILITY()
85 explicit multimap(const _Compare& __comp, in _GLIBCXX_VISIBILITY()
95 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
101 multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
107 multimap(const _Allocator& __a) in _GLIBCXX_VISIBILITY()
110 multimap(const multimap& __x, const _Allocator& __a) in _GLIBCXX_VISIBILITY()
113 multimap(multimap&& __x, const _Allocator& __a) in _GLIBCXX_VISIBILITY()
117 multimap(initializer_list<value_type> __l, const _Allocator& __a) in _GLIBCXX_VISIBILITY()
121 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
126 multimap(const _Base& __x) in _GLIBCXX_VISIBILITY()
130 multimap& in _GLIBCXX_VISIBILITY()
131 operator=(const multimap& __x) in _GLIBCXX_VISIBILITY()
139 multimap& in _GLIBCXX_VISIBILITY()
140 operator=(const multimap&) = default; in _GLIBCXX_VISIBILITY()
142 multimap& in _GLIBCXX_VISIBILITY()
143 operator=(multimap&&) = default; in _GLIBCXX_VISIBILITY()
145 multimap& in _GLIBCXX_VISIBILITY()
366 swap(multimap& __x) in _GLIBCXX_VISIBILITY()
593 operator==(const multimap<_K1, _T1, _C1, _A1>&, in _GLIBCXX_VISIBILITY()
594 const multimap<_K1, _T1, _C1, _A1>&); in _GLIBCXX_VISIBILITY()
598 operator<(const multimap<_K1, _T1, _C1, _A1>&, in _GLIBCXX_VISIBILITY()
599 const multimap<_K1, _T1, _C1, _A1>&); in _GLIBCXX_VISIBILITY()
605 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
606 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
616 operator<(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
617 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
627 operator!=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
628 const multimap<_Key, _Tp, _Compare, _Allocator>& __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 swap(multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
656 multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()