Lines Matching refs:_Value

215 template <class _Value,
216 class _Hash = hash<_Value>,
217 class _Pred = std::equal_to<_Value>,
218 class _Alloc = std::allocator<_Value> >
222 typedef _Value key_type;
313 template <class _Value, class _Hash, class _Pred, class _Alloc>
314 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n, const hasher& __hf, const key_equal…
319 template <class _Value, class _Hash, class _Pred, class _Alloc>
320 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
326 template <class _Value, class _Hash, class _Pred, class _Alloc>
328 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(_InputIterator __first, _InputIterator __last) {
332 template <class _Value, class _Hash, class _Pred, class _Alloc>
334 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
341 template <class _Value, class _Hash, class _Pred, class _Alloc>
343 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
355 template <class _Value, class _Hash, class _Pred, class _Alloc>
356 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(const hash_set& __u) : __table_(__u.__table_) {
361 template <class _Value, class _Hash, class _Pred, class _Alloc>
363 inline void hash_set<_Value, _Hash, _Pred, _Alloc>::insert(_InputIterator __first, _InputIterator _…
368 template <class _Value, class _Hash, class _Pred, class _Alloc>
370 swap(hash_set<_Value, _Hash, _Pred, _Alloc>& __x, hash_set<_Value, _Hash, _Pred, _Alloc>& __y) {
374 template <class _Value, class _Hash, class _Pred, class _Alloc>
376 operator==(const hash_set<_Value, _Hash, _Pred, _Alloc>& __x, const hash_set<_Value, _Hash, _Pred, …
379 typedef typename hash_set<_Value, _Hash, _Pred, _Alloc>::const_iterator const_iterator;
388 template <class _Value, class _Hash, class _Pred, class _Alloc>
390 operator!=(const hash_set<_Value, _Hash, _Pred, _Alloc>& __x, const hash_set<_Value, _Hash, _Pred, …
394 template <class _Value,
395 class _Hash = hash<_Value>,
396 class _Pred = std::equal_to<_Value>,
397 class _Alloc = std::allocator<_Value> >
401 typedef _Value key_type;
491 template <class _Value, class _Hash, class _Pred, class _Alloc>
492 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(size_type __n, const hasher& __hf, const…
497 template <class _Value, class _Hash, class _Pred, class _Alloc>
498 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
504 template <class _Value, class _Hash, class _Pred, class _Alloc>
506 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(_InputIterator __first, _InputIterator _…
510 template <class _Value, class _Hash, class _Pred, class _Alloc>
512 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
519 template <class _Value, class _Hash, class _Pred, class _Alloc>
521 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
533 template <class _Value, class _Hash, class _Pred, class _Alloc>
534 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(const hash_multiset& __u) : __table_(__u…
539 template <class _Value, class _Hash, class _Pred, class _Alloc>
541 inline void hash_multiset<_Value, _Hash, _Pred, _Alloc>::insert(_InputIterator __first, _InputItera…
546 template <class _Value, class _Hash, class _Pred, class _Alloc>
548 swap(hash_multiset<_Value, _Hash, _Pred, _Alloc>& __x, hash_multiset<_Value, _Hash, _Pred, _Alloc>&…
552 template <class _Value, class _Hash, class _Pred, class _Alloc>
553 _LIBCPP_HIDE_FROM_ABI bool operator==(const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
554 const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __y) {
557 typedef typename hash_multiset<_Value, _Hash, _Pred, _Alloc>::const_iterator const_iterator;
570 template <class _Value, class _Hash, class _Pred, class _Alloc>
571 inline _LIBCPP_HIDE_FROM_ABI bool operator!=(const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
572 … const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __y) {