Lines Matching refs:multimap

41     class multimap  in _GLIBCXX_VISIBILITY()
42 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> in _GLIBCXX_VISIBILITY()
44 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base; in _GLIBCXX_VISIBILITY()
67 explicit multimap(const _Compare& __comp = _Compare(), in _GLIBCXX_VISIBILITY()
72 multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
77 multimap(const multimap& __x) in _GLIBCXX_VISIBILITY()
80 multimap(const _Base& __x) in _GLIBCXX_VISIBILITY()
84 multimap(multimap&& __x) in _GLIBCXX_VISIBILITY()
89 multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
95 ~multimap() _GLIBCXX_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
97 multimap& in _GLIBCXX_VISIBILITY()
98 operator=(const multimap& __x) in _GLIBCXX_VISIBILITY()
105 multimap& in _GLIBCXX_VISIBILITY()
106 operator=(multimap&& __x) in _GLIBCXX_VISIBILITY()
115 multimap& in _GLIBCXX_VISIBILITY()
264 swap(multimap& __x) in _GLIBCXX_VISIBILITY()
332 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
333 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
339 operator!=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
340 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
346 operator<(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
347 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
353 operator<=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
354 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
360 operator>=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
361 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
367 operator>(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
368 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()
374 swap(multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, in _GLIBCXX_VISIBILITY()
375 multimap<_Key, _Tp, _Compare, _Allocator>& __rhs) in _GLIBCXX_VISIBILITY()