Lines Matching defs:_Compare

46   template<typename _Key, typename _Compare = std::less<_Key>,
49 : public _GLIBCXX_STD::set<_Key,_Compare,_Allocator>,
50 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
52 typedef _GLIBCXX_STD::set<_Key,_Compare,_Allocator> _Base;
59 typedef _Compare key_compare;
60 typedef _Compare value_compare;
78 explicit set(const _Compare& __comp = _Compare(),
84 const _Compare& __comp = _Compare(),
89 set(const set<_Key,_Compare,_Allocator>& __x)
96 set<_Key,_Compare,_Allocator>&
97 operator=(const set<_Key,_Compare,_Allocator>& __x)
203 swap(set<_Key,_Compare,_Allocator>& __x)
288 template<typename _Key, typename _Compare, typename _Allocator>
290 operator==(const set<_Key,_Compare,_Allocator>& __lhs,
291 const set<_Key,_Compare,_Allocator>& __rhs)
294 template<typename _Key, typename _Compare, typename _Allocator>
296 operator!=(const set<_Key,_Compare,_Allocator>& __lhs,
297 const set<_Key,_Compare,_Allocator>& __rhs)
300 template<typename _Key, typename _Compare, typename _Allocator>
302 operator<(const set<_Key,_Compare,_Allocator>& __lhs,
303 const set<_Key,_Compare,_Allocator>& __rhs)
306 template<typename _Key, typename _Compare, typename _Allocator>
308 operator<=(const set<_Key,_Compare,_Allocator>& __lhs,
309 const set<_Key,_Compare,_Allocator>& __rhs)
312 template<typename _Key, typename _Compare, typename _Allocator>
314 operator>=(const set<_Key,_Compare,_Allocator>& __lhs,
315 const set<_Key,_Compare,_Allocator>& __rhs)
318 template<typename _Key, typename _Compare, typename _Allocator>
320 operator>(const set<_Key,_Compare,_Allocator>& __lhs,
321 const set<_Key,_Compare,_Allocator>& __rhs)
324 template<typename _Key, typename _Compare, typename _Allocator>
326 swap(set<_Key,_Compare,_Allocator>& __x,
327 set<_Key,_Compare,_Allocator>& __y)