Lines Matching full:_hash
213 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
221 typedef _Hash hasher;
330 template <class _Value, class _Hash, class _Pred, class _Alloc>
331 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
338 template <class _Value, class _Hash, class _Pred, class _Alloc>
339 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
346 template <class _Value, class _Hash, class _Pred, class _Alloc>
348 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
355 template <class _Value, class _Hash, class _Pred, class _Alloc>
357 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
366 template <class _Value, class _Hash, class _Pred, class _Alloc>
368 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
377 template <class _Value, class _Hash, class _Pred, class _Alloc>
378 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(
386 template <class _Value, class _Hash, class _Pred, class _Alloc>
390 hash_set<_Value, _Hash, _Pred, _Alloc>::insert(_InputIterator __first,
397 template <class _Value, class _Hash, class _Pred, class _Alloc>
400 swap(hash_set<_Value, _Hash, _Pred, _Alloc>& __x,
401 hash_set<_Value, _Hash, _Pred, _Alloc>& __y)
406 template <class _Value, class _Hash, class _Pred, class _Alloc>
408 operator==(const hash_set<_Value, _Hash, _Pred, _Alloc>& __x,
409 const hash_set<_Value, _Hash, _Pred, _Alloc>& __y)
413 typedef typename hash_set<_Value, _Hash, _Pred, _Alloc>::const_iterator
425 template <class _Value, class _Hash, class _Pred, class _Alloc>
428 operator!=(const hash_set<_Value, _Hash, _Pred, _Alloc>& __x,
429 const hash_set<_Value, _Hash, _Pred, _Alloc>& __y)
434 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
442 typedef _Hash hasher;
550 template <class _Value, class _Hash, class _Pred, class _Alloc>
551 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
558 template <class _Value, class _Hash, class _Pred, class _Alloc>
559 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
567 template <class _Value, class _Hash, class _Pred, class _Alloc>
569 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
576 template <class _Value, class _Hash, class _Pred, class _Alloc>
578 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
587 template <class _Value, class _Hash, class _Pred, class _Alloc>
589 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
598 template <class _Value, class _Hash, class _Pred, class _Alloc>
599 hash_multiset<_Value, _Hash, _Pred, _Alloc>::hash_multiset(
607 template <class _Value, class _Hash, class _Pred, class _Alloc>
611 hash_multiset<_Value, _Hash, _Pred, _Alloc>::insert(_InputIterator __first,
618 template <class _Value, class _Hash, class _Pred, class _Alloc>
621 swap(hash_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
622 hash_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
627 template <class _Value, class _Hash, class _Pred, class _Alloc>
629 operator==(const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
630 const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
634 typedef typename hash_multiset<_Value, _Hash, _Pred, _Alloc>::const_iterator
650 template <class _Value, class _Hash, class _Pred, class _Alloc>
653 operator!=(const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
654 const hash_multiset<_Value, _Hash, _Pred, _Alloc>& __y)