Lines Matching refs:_Key

398 template <class _Key, class _Compare = less<_Key>,
399 class _Allocator = allocator<_Key> >
404 typedef _Key key_type;
729 template <class _Key, class _Compare, class _Allocator>
730 set<_Key, _Compare, _Allocator>::set(set&& __s, const allocator_type& __a)
743 template <class _Key, class _Compare, class _Allocator>
746 operator==(const set<_Key, _Compare, _Allocator>& __x,
747 const set<_Key, _Compare, _Allocator>& __y)
752 template <class _Key, class _Compare, class _Allocator>
755 operator< (const set<_Key, _Compare, _Allocator>& __x,
756 const set<_Key, _Compare, _Allocator>& __y)
761 template <class _Key, class _Compare, class _Allocator>
764 operator!=(const set<_Key, _Compare, _Allocator>& __x,
765 const set<_Key, _Compare, _Allocator>& __y)
770 template <class _Key, class _Compare, class _Allocator>
773 operator> (const set<_Key, _Compare, _Allocator>& __x,
774 const set<_Key, _Compare, _Allocator>& __y)
779 template <class _Key, class _Compare, class _Allocator>
782 operator>=(const set<_Key, _Compare, _Allocator>& __x,
783 const set<_Key, _Compare, _Allocator>& __y)
788 template <class _Key, class _Compare, class _Allocator>
791 operator<=(const set<_Key, _Compare, _Allocator>& __x,
792 const set<_Key, _Compare, _Allocator>& __y)
798 template <class _Key, class _Compare, class _Allocator>
801 swap(set<_Key, _Compare, _Allocator>& __x,
802 set<_Key, _Compare, _Allocator>& __y)
808 template <class _Key, class _Compare = less<_Key>,
809 class _Allocator = allocator<_Key> >
814 typedef _Key key_type;
1139 template <class _Key, class _Compare, class _Allocator>
1140 multiset<_Key, _Compare, _Allocator>::multiset(multiset&& __s, const allocator_type& __a)
1153 template <class _Key, class _Compare, class _Allocator>
1156 operator==(const multiset<_Key, _Compare, _Allocator>& __x,
1157 const multiset<_Key, _Compare, _Allocator>& __y)
1162 template <class _Key, class _Compare, class _Allocator>
1165 operator< (const multiset<_Key, _Compare, _Allocator>& __x,
1166 const multiset<_Key, _Compare, _Allocator>& __y)
1171 template <class _Key, class _Compare, class _Allocator>
1174 operator!=(const multiset<_Key, _Compare, _Allocator>& __x,
1175 const multiset<_Key, _Compare, _Allocator>& __y)
1180 template <class _Key, class _Compare, class _Allocator>
1183 operator> (const multiset<_Key, _Compare, _Allocator>& __x,
1184 const multiset<_Key, _Compare, _Allocator>& __y)
1189 template <class _Key, class _Compare, class _Allocator>
1192 operator>=(const multiset<_Key, _Compare, _Allocator>& __x,
1193 const multiset<_Key, _Compare, _Allocator>& __y)
1198 template <class _Key, class _Compare, class _Allocator>
1201 operator<=(const multiset<_Key, _Compare, _Allocator>& __x,
1202 const multiset<_Key, _Compare, _Allocator>& __y)
1207 template <class _Key, class _Compare, class _Allocator>
1210 swap(multiset<_Key, _Compare, _Allocator>& __x,
1211 multiset<_Key, _Compare, _Allocator>& __y)