Home | History | Annotate | Download | only in stl

Lines Matching defs:unordered_multiset

187 class unordered_multiset
189 : public __stlport_class<unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> >
192 typedef unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
227 explicit unordered_multiset(size_type __n = 0, const hasher& __hf = hasher(),
233 unordered_multiset(__move_source<_Self> src)
239 unordered_multiset(_InputIterator __f, _InputIterator __l,
246 unordered_multiset(const value_type* __f, const value_type* __l,
253 unordered_multiset(const_iterator __f, const_iterator __l,
333 #define _STLP_TEMPLATE_CONTAINER unordered_multiset<_Value,_HashFcn,_EqualKey,_Alloc>
342 // and unordered_multiset.
352 struct __move_traits<_STLP_TR1 unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> > :
353 _STLP_PRIV __move_traits_aux<typename _STLP_TR1 unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc>::_Ht>
384 class insert_iterator<_STLP_TR1 unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> > {
386 typedef _STLP_TR1 unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Container;