Home | History | Annotate | Download | only in tr1

Lines Matching refs:_Value

38   template<class _Value,
39 class _Hash = hash<_Value>,
40 class _Pred = std::equal_to<_Value>,
41 class _Alloc = std::allocator<_Value>,
44 : public _Hashtable<_Value, _Value, _Alloc,
45 std::_Identity<_Value>, _Pred,
51 typedef _Hashtable<_Value, _Value, _Alloc,
52 std::_Identity<_Value>, _Pred,
72 std::_Identity<_Value>(), __a)
83 std::_Identity<_Value>(), __a)
87 template<class _Value,
88 class _Hash = hash<_Value>,
89 class _Pred = std::equal_to<_Value>,
90 class _Alloc = std::allocator<_Value>,
93 : public _Hashtable<_Value, _Value, _Alloc,
94 std::_Identity<_Value>, _Pred,
100 typedef _Hashtable<_Value, _Value, _Alloc,
101 std::_Identity<_Value>, _Pred,
121 std::_Identity<_Value>(), __a)
133 std::_Identity<_Value>(), __a)
137 template<class _Value, class _Hash, class _Pred, class _Alloc,
140 swap(__unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __x,
141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y)
144 template<class _Value, class _Hash, class _Pred, class _Alloc,
147 swap(__unordered_multiset<_Value, _Hash, _Pred,
149 __unordered_multiset<_Value, _Hash, _Pred,
169 template<class _Value,
170 class _Hash = hash<_Value>,
171 class _Pred = std::equal_to<_Value>,
172 class _Alloc = std::allocator<_Value> >
174 : public __unordered_set<_Value, _Hash, _Pred, _Alloc>
176 typedef __unordered_set<_Value, _Hash, _Pred, _Alloc> _Base;
218 template<class _Value,
219 class _Hash = hash<_Value>,
220 class _Pred = std::equal_to<_Value>,
221 class _Alloc = std::allocator<_Value> >
223 : public __unordered_multiset<_Value, _Hash, _Pred, _Alloc>
225 typedef __unordered_multiset<_Value, _Hash, _Pred, _Alloc> _Base;
253 template<class _Value, class _Hash, class _Pred, class _Alloc>
255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
259 template<class _Value, class _Hash, class _Pred, class _Alloc>
261 swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)