Lines Matching refs:unordered_multimap
73 class unordered_multimap; in _GLIBCXX_VISIBILITY() local
879 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>& __source) in _GLIBCXX_VISIBILITY()
887 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>&& __source) in _GLIBCXX_VISIBILITY()
1233 class unordered_multimap in _GLIBCXX_VISIBILITY()
1271 unordered_multimap() = default; in _GLIBCXX_VISIBILITY()
1281 unordered_multimap(size_type __n, in _GLIBCXX_VISIBILITY()
1302 unordered_multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
1311 unordered_multimap(const unordered_multimap&) = default; in _GLIBCXX_VISIBILITY()
1314 unordered_multimap(unordered_multimap&&) = default; in _GLIBCXX_VISIBILITY()
1321 unordered_multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY()
1330 unordered_multimap(const unordered_multimap& __ummap, in _GLIBCXX_VISIBILITY()
1340 unordered_multimap(unordered_multimap&& __ummap, in _GLIBCXX_VISIBILITY()
1356 unordered_multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
1364 unordered_multimap(size_type __n, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
1365 : unordered_multimap(__n, hasher(), key_equal(), __a) in _GLIBCXX_VISIBILITY()
1368 unordered_multimap(size_type __n, const hasher& __hf, in _GLIBCXX_VISIBILITY()
1370 : unordered_multimap(__n, __hf, key_equal(), __a) in _GLIBCXX_VISIBILITY()
1374 unordered_multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
1377 : unordered_multimap(__first, __last, __n, hasher(), key_equal(), __a) in _GLIBCXX_VISIBILITY()
1381 unordered_multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY()
1384 : unordered_multimap(__first, __last, __n, __hf, key_equal(), __a) in _GLIBCXX_VISIBILITY()
1387 unordered_multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
1390 : unordered_multimap(__l, __n, hasher(), key_equal(), __a) in _GLIBCXX_VISIBILITY()
1393 unordered_multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY()
1396 : unordered_multimap(__l, __n, __hf, key_equal(), __a) in _GLIBCXX_VISIBILITY()
1400 unordered_multimap& in _GLIBCXX_VISIBILITY()
1401 operator=(const unordered_multimap&) = default; in _GLIBCXX_VISIBILITY()
1404 unordered_multimap& in _GLIBCXX_VISIBILITY()
1405 operator=(unordered_multimap&&) = default; in _GLIBCXX_VISIBILITY()
1418 unordered_multimap& in _GLIBCXX_VISIBILITY()
1732 swap(unordered_multimap& __x) in _GLIBCXX_VISIBILITY()
1742 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>& __source) in _GLIBCXX_VISIBILITY()
1745 = _Hash_merge_helper<unordered_multimap, _H2, _P2>; in _GLIBCXX_VISIBILITY()
1751 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>&& __source) in _GLIBCXX_VISIBILITY()
1759 = _Hash_merge_helper<unordered_multimap, _H2, _P2>; in _GLIBCXX_VISIBILITY()
1959 operator==(const unordered_multimap<_Key1, _Tp1, in _GLIBCXX_VISIBILITY()
1961 const unordered_multimap<_Key1, _Tp1, in _GLIBCXX_VISIBILITY()
1973 unordered_multimap(_InputIterator, _InputIterator, in _GLIBCXX_VISIBILITY()
1974 unordered_multimap<int, int>::size_type = {}, in _GLIBCXX_VISIBILITY()
1977 -> unordered_multimap<__iter_key_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
1985 unordered_multimap(initializer_list<pair<_Key, _Tp>>, in _GLIBCXX_VISIBILITY()
1986 unordered_multimap<int, int>::size_type = {}, in _GLIBCXX_VISIBILITY()
1989 -> unordered_multimap<_Key, _Tp, _Hash, _Pred, _Allocator>; in _GLIBCXX_VISIBILITY()
1994 unordered_multimap(_InputIterator, _InputIterator, in _GLIBCXX_VISIBILITY()
1995 unordered_multimap<int, int>::size_type, _Allocator) in _GLIBCXX_VISIBILITY()
1996 -> unordered_multimap<__iter_key_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
2004 unordered_multimap(_InputIterator, _InputIterator, _Allocator) in _GLIBCXX_VISIBILITY()
2005 -> unordered_multimap<__iter_key_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
2013 unordered_multimap(_InputIterator, _InputIterator, in _GLIBCXX_VISIBILITY()
2014 unordered_multimap<int, int>::size_type, _Hash, in _GLIBCXX_VISIBILITY()
2016 -> unordered_multimap<__iter_key_t<_InputIterator>, in _GLIBCXX_VISIBILITY()
2022 unordered_multimap(initializer_list<pair<_Key, _Tp>>, in _GLIBCXX_VISIBILITY()
2023 unordered_multimap<int, int>::size_type, in _GLIBCXX_VISIBILITY()
2025 -> unordered_multimap<_Key, _Tp, hash<_Key>, equal_to<_Key>, _Allocator>; in _GLIBCXX_VISIBILITY()
2029 unordered_multimap(initializer_list<pair<_Key, _Tp>>, _Allocator) in _GLIBCXX_VISIBILITY()
2030 -> unordered_multimap<_Key, _Tp, hash<_Key>, equal_to<_Key>, _Allocator>; in _GLIBCXX_VISIBILITY()
2034 unordered_multimap(initializer_list<pair<_Key, _Tp>>, in _GLIBCXX_VISIBILITY()
2035 unordered_multimap<int, int>::size_type, in _GLIBCXX_VISIBILITY()
2037 -> unordered_multimap<_Key, _Tp, _Hash, equal_to<_Key>, _Allocator>; in _GLIBCXX_VISIBILITY()
2050 swap(unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
2051 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
2069 operator==(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
2070 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
2075 operator!=(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
2076 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
2093 using unordered_multimap = _GLIBCXX_STD_C::unordered_multimap<_Tp...>; in _GLIBCXX_VISIBILITY()
2102 _S_get_table(unordered_multimap<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2110 _GLIBCXX_STD_C::unordered_multimap<_Key, _Val, _Hash1, _Eq1, _Alloc>, in _GLIBCXX_VISIBILITY()
2117 using unordered_multimap = _GLIBCXX_STD_C::unordered_multimap<_Tp...>; in _GLIBCXX_VISIBILITY()
2119 friend unordered_multimap<_Key, _Val, _Hash1, _Eq1, _Alloc>; in _GLIBCXX_VISIBILITY()
2126 _S_get_table(unordered_multimap<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()