Lines Matching refs:hash_multimap
114 class hash_multimap
134 explicit hash_multimap(size_type n = 193, const hasher& hf = hasher(),
138 hash_multimap(InputIterator f, InputIterator l,
142 explicit hash_multimap(const allocator_type&);
143 hash_multimap(const hash_multimap&);
144 ~hash_multimap();
145 hash_multimap& operator=(const hash_multimap&);
167 void swap(hash_multimap&);
187 void swap(hash_multimap<Key, T, Hash, Pred, Alloc>& x,
188 hash_multimap<Key, T, Hash, Pred, Alloc>& y);
192 operator==(const hash_multimap<Key, T, Hash, Pred, Alloc>& x,
193 const hash_multimap<Key, T, Hash, Pred, Alloc>& y);
197 operator!=(const hash_multimap<Key, T, Hash, Pred, Alloc>& x,
198 const hash_multimap<Key, T, Hash, Pred, Alloc>& y);
408 template <class, class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS hash_multimap;
461 template <class, class, class, class, class> friend class _LIBCPP_TEMPLATE_VIS hash_multimap;
741 class _LIBCPP_TEMPLATE_VIS hash_multimap
782 hash_multimap() { }
783 explicit hash_multimap(size_type __n, const hasher& __hf = hasher(),
785 hash_multimap(size_type __n, const hasher& __hf,
789 hash_multimap(_InputIterator __first, _InputIterator __last);
791 hash_multimap(_InputIterator __first, _InputIterator __last,
795 hash_multimap(_InputIterator __first, _InputIterator __last,
799 hash_multimap(const hash_multimap& __u);
840 void swap(hash_multimap& __u) {__table_.swap(__u.__table_);}
876 hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_multimap(
884 hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_multimap(
894 hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_multimap(
902 hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_multimap(
913 hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_multimap(
923 hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_multimap(
924 const hash_multimap& __u)
935 hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>::insert(_InputIterator __first,
945 swap(hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
946 hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
953 operator==(const hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
954 const hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
958 typedef typename hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>::const_iterator
977 operator!=(const hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
978 const hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)