Home | History | Annotate | Download | only in bits

Lines Matching full:_key

344   template<typename _Key, typename _Val, typename _KeyOfValue,
358 typedef _Key key_type;
505 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
515 bool operator()(const _Key& __x, const _Key& __y) const {
519 bool operator()(const _Key& __x, const _Key& __y) {
579 static const _Key&
603 static const _Key&
688 const _Key& __k);
692 const _Key& __k) const;
696 const _Key& __k);
700 const _Key& __k) const;
1007 template<typename _Key, typename _Val, typename _KeyOfValue,
1010 operator==(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
1011 const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __y)
1017 template<typename _Key, typename _Val, typename _KeyOfValue,
1020 operator<(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
1021 const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __y)
1027 template<typename _Key, typename _Val, typename _KeyOfValue,
1030 operator!=(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
1031 const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __y)
1034 template<typename _Key, typename _Val, typename _KeyOfValue,
1037 operator>(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
1038 const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __y)
1041 template<typename _Key, typename _Val, typename _KeyOfValue,
1044 operator<=(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
1045 const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __y)
1048 template<typename _Key, typename _Val, typename _KeyOfValue,
1051 operator>=(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
1052 const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __y)
1055 template<typename _Key, typename _Val, typename _KeyOfValue,
1058 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
1059 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __y)
1063 template<typename _Key, typename _Val, typename _KeyOfValue,
1065 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1074 template<typename _Key, typename _Val, typename _KeyOfValue,
1077 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1093 template<typename _Key, typename _Val, typename _KeyOfValue,
1096 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1110 template<typename _Key, typename _Val, typename _KeyOfValue,
1113 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1132 _Key, typename _Val, typename _KeyOfValue,
1134 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&
1135 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1140 // Note that _Key may be a constant type.
1166 template<typename _Key, typename _Val, typename _KeyOfValue,
1171 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1172 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1191 template<typename _Key, typename _Val, typename _KeyOfValue,
1196 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1197 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1216 template<typename _Key, typename _Val, typename _KeyOfValue,
1221 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1222 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1240 template<typename _Key, typename _Val, typename _KoV,
1242 typename _Rb_tree<_Key, _Val, _KoV, _Compare, _Alloc>::_Link_type
1243 _Rb_tree<_Key, _Val, _KoV, _Compare, _Alloc>::
1276 template<typename _Key, typename _Val, typename _KeyOfValue,
1279 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1292 template<typename _Key, typename _Val, typename _KeyOfValue,
1294 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1296 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1298 const _Key& __k)
1308 template<typename _Key, typename _Val, typename _KeyOfValue,
1310 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1312 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1314 const _Key& __k) const
1324 template<typename _Key, typename _Val, typename _KeyOfValue,
1326 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1328 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1330 const _Key& __k)
1340 template<typename _Key, typename _Val, typename _KeyOfValue,
1342 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1344 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1346 const _Key& __k) const
1356 template<typename _Key, typename _Val, typename _KeyOfValue,
1358 pair<typename _Rb_tree<_Key, _Val, _KeyOfValue,
1360 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1362 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1363 equal_range(const _Key& __k)
1387 template<typename _Key, typename _Val, typename _KeyOfValue,
1389 pair<typename _Rb_tree<_Key, _Val, _KeyOfValue,
1391 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1393 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1394 equal_range(const _Key& __k) const
1418 template<typename _Key, typename _Val, typename _KeyOfValue,
1421 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1422 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __t)
1469 template<typename _Key, typename _Val, typename _KeyOfValue,
1471 pair<typename _Rb_tree<_Key, _Val, _KeyOfValue,
1473 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1475 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1501 template<typename _Key, typename _Val, typename _KeyOfValue,
1503 pair<typename _Rb_tree<_Key, _Val, _KeyOfValue,
1505 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1507 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1522 template<typename _Key, typename _Val, typename _KeyOfValue,
1527 pair<typename _Rb_tree<_Key, _Val, _KeyOfValue,
1529 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1548 template<typename _Key, typename _Val, typename _KeyOfValue,
1553 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1554 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1566 template<typename _Key, typename _Val, typename _KeyOfValue,
1568 pair<typename _Rb_tree<_Key, _Val, _KeyOfValue,
1570 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1572 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1625 template<typename _Key, typename _Val, typename _KeyOfValue,
1630 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1631 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1647 template<typename _Key, typename _Val, typename _KeyOfValue,
1649 pair<typename _Rb_tree<_Key, _Val, _KeyOfValue,
1651 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1653 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1702 template<typename _Key, typename _Val, typename _KeyOfValue,
1707 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1708 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1726 template<typename _Key, typename _Val, typename _KeyOfValue,
1728 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1729 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1742 template<typename _Key, typename _Val, typename _KeyOfValue,
1744 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1745 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1758 template<typename _Key, typename _Val, typename _KeyOfValue,
1760 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1761 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1775 template<typename _Key, typename _Val, typename _KeyOfValue,
1778 pair<typename _Rb_tree<_Key, _Val, _KeyOfValue,
1780 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1802 template<typename _Key, typename _Val, typename _KeyOfValue,
1805 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1806 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1823 template<typename _Key, typename _Val, typename _KeyOfValue,
1826 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1827 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1849 template<typename _Key, typename _Val, typename _KeyOfValue,
1852 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
1853 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1875 template<typename _Key, typename _Val, typename _KoV,
1879 _Rb_tree<_Key, _Val, _KoV, _Cmp, _Alloc>::
1886 template<typename _Key, typename _Val, typename _KoV,
1890 _Rb_tree<_Key, _Val, _KoV, _Cmp, _Alloc>::
1897 template<typename _Key, typename _Val, typename _KeyOfValue,
1900 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1911 template<typename _Key, typename _Val, typename _KeyOfValue,
1914 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1924 template<typename _Key, typename _Val, typename _KeyOfValue,
1926 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::size_type
1927 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1928 erase(const _Key& __x)
1936 template<typename _Key, typename _Val, typename _KeyOfValue,
1939 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1940 erase(const _Key* __first, const _Key* __last)
1946 template<typename _Key, typename _Val, typename _KeyOfValue,
1948 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1950 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1951 find(const _Key& __k)
1959 template<typename _Key, typename _Val, typename _KeyOfValue,
1961 typename _Rb_tree<_Key, _Val, _KeyOfValue,
1963 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1964 find(const _Key& __k) const
1972 template<typename _Key, typename _Val, typename _KeyOfValue,
1974 typename _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::size_type
1975 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
1976 count(const _Key& __k) const
1987 template<typename _Key, typename _Val, typename _KeyOfValue,
1990 _Rb_tree<_Key,_Val,_KeyOfValue,_Compare,_Alloc>::__rb_verify() const