Lines Matching refs:_Key
46 template<typename _Key, typename _Compare = std::less<_Key>,
47 typename _Allocator = std::allocator<_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;
57 typedef _Key key_type;
58 typedef _Key value_type;
89 set(const set<_Key,_Compare,_Allocator>& __x) in set() argument
96 set<_Key,_Compare,_Allocator>&
97 operator=(const set<_Key,_Compare,_Allocator>& __x)
203 swap(set<_Key,_Compare,_Allocator>& __x) in swap() argument
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, in swap() argument
327 set<_Key,_Compare,_Allocator>& __y) in swap()