• Home
  • Raw
  • Download

Lines Matching refs:_Value

376 template <class _Value, class _Hash, class _Pred, class _Alloc>
379 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
380 class _Alloc = allocator<_Value> >
385 typedef _Value key_type;
394 static_assert(sizeof(__diagnose_unordered_container_requirements<_Value, _Hash, _Pred>(0)), "");
734 template <class _Value, class _Hash, class _Pred, class _Alloc>
735 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n,
745 template <class _Value, class _Hash, class _Pred, class _Alloc>
746 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(size_type __n,
756 template <class _Value, class _Hash, class _Pred, class _Alloc>
758 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
767 template <class _Value, class _Hash, class _Pred, class _Alloc>
769 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
781 template <class _Value, class _Hash, class _Pred, class _Alloc>
783 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
795 template <class _Value, class _Hash, class _Pred, class _Alloc>
797 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
806 template <class _Value, class _Hash, class _Pred, class _Alloc>
807 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
818 template <class _Value, class _Hash, class _Pred, class _Alloc>
819 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
832 template <class _Value, class _Hash, class _Pred, class _Alloc>
834 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
845 template <class _Value, class _Hash, class _Pred, class _Alloc>
846 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
865 template <class _Value, class _Hash, class _Pred, class _Alloc>
866 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
875 template <class _Value, class _Hash, class _Pred, class _Alloc>
876 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
888 template <class _Value, class _Hash, class _Pred, class _Alloc>
889 unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(
901 template <class _Value, class _Hash, class _Pred, class _Alloc>
903 unordered_set<_Value, _Hash, _Pred, _Alloc>&
904 unordered_set<_Value, _Hash, _Pred, _Alloc>::operator=(unordered_set&& __u)
911 template <class _Value, class _Hash, class _Pred, class _Alloc>
913 unordered_set<_Value, _Hash, _Pred, _Alloc>&
914 unordered_set<_Value, _Hash, _Pred, _Alloc>::operator=(
923 template <class _Value, class _Hash, class _Pred, class _Alloc>
927 unordered_set<_Value, _Hash, _Pred, _Alloc>::insert(_InputIterator __first,
934 template <class _Value, class _Hash, class _Pred, class _Alloc>
937 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
938 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
945 template <class _Value, class _Hash, class _Pred, class _Alloc, class _Predicate>
947 void erase_if(unordered_set<_Value, _Hash, _Pred, _Alloc>& __c, _Predicate __pred)
951 template <class _Value, class _Hash, class _Pred, class _Alloc>
953 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
954 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
958 typedef typename unordered_set<_Value, _Hash, _Pred, _Alloc>::const_iterator
970 template <class _Value, class _Hash, class _Pred, class _Alloc>
973 operator!=(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
974 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
979 template <class _Value, class _Hash = hash<_Value>, class _Pred = equal_to<_Value>,
980 class _Alloc = allocator<_Value> >
985 typedef _Value key_type;
994 static_assert(sizeof(__diagnose_unordered_container_requirements<_Value, _Hash, _Pred>(0)), "");
1302 template <class _Value, class _Hash, class _Pred, class _Alloc>
1303 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1313 template <class _Value, class _Hash, class _Pred, class _Alloc>
1314 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1325 template <class _Value, class _Hash, class _Pred, class _Alloc>
1327 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1336 template <class _Value, class _Hash, class _Pred, class _Alloc>
1338 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1350 template <class _Value, class _Hash, class _Pred, class _Alloc>
1352 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1364 template <class _Value, class _Hash, class _Pred, class _Alloc>
1366 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1375 template <class _Value, class _Hash, class _Pred, class _Alloc>
1376 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1387 template <class _Value, class _Hash, class _Pred, class _Alloc>
1388 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1401 template <class _Value, class _Hash, class _Pred, class _Alloc>
1403 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1414 template <class _Value, class _Hash, class _Pred, class _Alloc>
1415 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1434 template <class _Value, class _Hash, class _Pred, class _Alloc>
1435 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1444 template <class _Value, class _Hash, class _Pred, class _Alloc>
1445 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1457 template <class _Value, class _Hash, class _Pred, class _Alloc>
1458 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::unordered_multiset(
1470 template <class _Value, class _Hash, class _Pred, class _Alloc>
1472 unordered_multiset<_Value, _Hash, _Pred, _Alloc>&
1473 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::operator=(
1481 template <class _Value, class _Hash, class _Pred, class _Alloc>
1483 unordered_multiset<_Value, _Hash, _Pred, _Alloc>&
1484 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::operator=(
1493 template <class _Value, class _Hash, class _Pred, class _Alloc>
1497 unordered_multiset<_Value, _Hash, _Pred, _Alloc>::insert(_InputIterator __first,
1504 template <class _Value, class _Hash, class _Pred, class _Alloc>
1507 swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
1508 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
1515 template <class _Value, class _Hash, class _Pred, class _Alloc, class _Predicate>
1517 void erase_if(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __c, _Predicate __pred)
1521 template <class _Value, class _Hash, class _Pred, class _Alloc>
1523 operator==(const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
1524 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
1528 typedef typename unordered_multiset<_Value, _Hash, _Pred, _Alloc>::const_iterator
1544 template <class _Value, class _Hash, class _Pred, class _Alloc>
1547 operator!=(const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
1548 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)