Lines Matching defs:_Allocator

41 	   typename _Allocator = std::allocator<_Key> >
43 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>,
44 public _Ordered_profile<set<_Key, _Compare, _Allocator> >
46 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base;
84 const _Allocator& __a = _Allocator())
95 const _Allocator& __a = _Allocator())
101 const _Allocator& __a = _Allocator())
105 set(const _Allocator& __a)
108 set(const set& __x, const _Allocator& __a)
111 set(set&& __x, const _Allocator& __a)
115 set(initializer_list<value_type> __l, const _Allocator& __a)
120 const _Allocator& __a)
574 template<typename _Key, typename _Compare, typename _Allocator>
576 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
577 const set<_Key, _Compare, _Allocator>& __rhs)
584 template<typename _Key, typename _Compare, typename _Allocator>
586 operator<(const set<_Key, _Compare, _Allocator>& __lhs,
587 const set<_Key, _Compare, _Allocator>& __rhs)
594 template<typename _Key, typename _Compare, typename _Allocator>
596 operator!=(const set<_Key, _Compare, _Allocator>& __lhs,
597 const set<_Key, _Compare, _Allocator>& __rhs)
600 template<typename _Key, typename _Compare, typename _Allocator>
602 operator<=(const set<_Key, _Compare, _Allocator>& __lhs,
603 const set<_Key, _Compare, _Allocator>& __rhs)
606 template<typename _Key, typename _Compare, typename _Allocator>
608 operator>=(const set<_Key, _Compare, _Allocator>& __lhs,
609 const set<_Key, _Compare, _Allocator>& __rhs)
612 template<typename _Key, typename _Compare, typename _Allocator>
614 operator>(const set<_Key, _Compare, _Allocator>& __lhs,
615 const set<_Key, _Compare, _Allocator>& __rhs)
618 template<typename _Key, typename _Compare, typename _Allocator>
620 swap(set<_Key, _Compare, _Allocator>& __x,
621 set<_Key, _Compare, _Allocator>& __y)