Lines Matching refs:_Value
213 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
214 class _Alloc = allocator<_Value> >
219 typedef _Value key_type;
331 template <class _Value, class _Hash, class _Pred, class _Alloc>
332 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
339 template <class _Value, class _Hash, class _Pred, class _Alloc>
340 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
347 template <class _Value, class _Hash, class _Pred, class _Alloc>
349 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
356 template <class _Value, class _Hash, class _Pred, class _Alloc>
358 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
367 template <class _Value, class _Hash, class _Pred, class _Alloc>
369 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
378 template <class _Value, class _Hash, class _Pred, class _Alloc>
379 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
387 template <class _Value, class _Hash, class _Pred, class _Alloc>
391 hash_set<_Value, _Hash, _Pred, _Alloc>::insert(_InputIterator __first,
398 template <class _Value, class _Hash, class _Pred, class _Alloc>
401 swap(hash_set<_Value, _Hash, _Pred, _Alloc>& __x,
402 hash_set<_Value, _Hash, _Pred, _Alloc>& __y)
407 template <class _Value, class _Hash, class _Pred, class _Alloc>
409 operator==(const hash_set<_Value, _Hash, _Pred, _Alloc>& __x,
410 const hash_set<_Value, _Hash, _Pred, _Alloc>& __y)
414 typedef typename hash_set<_Value, _Hash, _Pred, _Alloc>::const_iterator
426 template <class _Value, class _Hash, class _Pred, class _Alloc>
429 operator!=(const hash_set<_Value, _Hash, _Pred, _Alloc>& __x,
430 const hash_set<_Value, _Hash, _Pred, _Alloc>& __y)
435 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
436 class _Alloc = allocator<_Value> >
441 typedef _Value key_type;
552 template <class _Value, class _Hash, class _Pred, class _Alloc>
553 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
560 template <class _Value, class _Hash, class _Pred, class _Alloc>
561 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
569 template <class _Value, class _Hash, class _Pred, class _Alloc>
571 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
578 template <class _Value, class _Hash, class _Pred, class _Alloc>
580 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
589 template <class _Value, class _Hash, class _Pred, class _Alloc>
591 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
600 template <class _Value, class _Hash, class _Pred, class _Alloc>
601 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
609 template <class _Value, class _Hash, class _Pred, class _Alloc>
613 hash_multiset<_Value, _Hash, _Pred, _Alloc>::insert(_InputIterator __first,
620 template <class _Value, class _Hash, class _Pred, class _Alloc>
623 swap(hash_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
624 hash_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
629 template <class _Value, class _Hash, class _Pred, class _Alloc>
631 operator==(const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
632 const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
636 typedef typename hash_multiset<_Value, _Hash, _Pred, _Alloc>::const_iterator
652 template <class _Value, class _Hash, class _Pred, class _Alloc>
655 operator!=(const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
656 const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __y)