Lines Matching full:static_cast
654 __ptr_ = static_cast<__node_pointer>(
655 __tree_next(static_cast<typename __node::base::pointer>(__ptr_)));
664 __ptr_ = static_cast<__node_pointer>(
665 __tree_prev(static_cast<typename __node::base::pointer>(__ptr_)));
749 __ptr_ = static_cast<__node_pointer>(
750 __tree_next(static_cast<__node_base_pointer>(__ptr_)));
768 __ptr_ = static_cast<__node_pointer>(
769 __tree_prev(static_cast<__node_base_pointer>(__ptr_)));
844 return static_cast<__node_pointer>
852 return static_cast<__node_const_pointer>
885 {return static_cast<__node_pointer> (__end_node()->__left_);}
888 {return static_cast<__node_const_pointer>(__end_node()->__left_);}
1158 __cache = static_cast<__node_pointer>(__cache->__right_);
1174 if (__tree_is_left_child(static_cast<__node_base_pointer>(__cache)))
1177 __cache = static_cast<__node_pointer>(__cache->__parent_);
1180 return static_cast<__node_pointer>(__tree_leaf(__cache->__right_));
1184 __cache = static_cast<__node_pointer>(__cache->__parent_);
1187 return static_cast<__node_pointer>(__tree_leaf(__cache->__left_));
1227 __cache = static_cast<__node_pointer>(__cache->__parent_);
1235 __cache = static_cast<__node_pointer>(__cache->__parent_);
1267 __cache = static_cast<__node_pointer>(__cache->__parent_);
1275 __cache = static_cast<__node_pointer>(__cache->__parent_);
1307 __end_node()->__left_->__parent_ = static_cast<__node_base_pointer>(__end_node());
1327 __end_node()->__left_->__parent_ = static_cast<__node_base_pointer>(__end_node());
1346 destroy(static_cast<__node_pointer>(__end_node()->__left_));
1355 __end_node()->__left_->__parent_ = static_cast<__node_base_pointer>(__end_node());
1391 __cache = static_cast<__node_pointer>(__cache->__parent_);
1399 __cache = static_cast<__node_pointer>(__cache->__parent_);
1436 destroy(static_cast<__node_pointer>(__nd->__left_));
1437 destroy(static_cast<__node_pointer>(__nd->__right_));
1463 __end_node()->__left_->__parent_ = static_cast<__node_base_pointer>(__end_node());
1467 __t.__end_node()->__left_->__parent_ = static_cast<__node_base_pointer>(__t.__end_node());
1496 __nd = static_cast<__node_pointer>(__nd->__right_);
1499 __parent = static_cast<__node_base_pointer>(__nd);
1506 __nd = static_cast<__node_pointer>(__nd->__left_);
1509 __parent = static_cast<__node_base_pointer>(__nd);
1515 __parent = static_cast<__node_base_pointer>(__end_node());
1535 __nd = static_cast<__node_pointer>(__nd->__left_);
1538 __parent = static_cast<__node_base_pointer>(__nd);
1545 __nd = static_cast<__node_pointer>(__nd->__right_);
1548 __parent = static_cast<__node_base_pointer>(__nd);
1554 __parent = static_cast<__node_base_pointer>(__end_node());
1579 __parent = static_cast<__node_base_pointer>(__hint.__ptr_);
1584 __parent = static_cast<__node_base_pointer>(__prior.__ptr_);
1613 __nd = static_cast<__node_pointer>(__nd->__left_);
1616 __parent = static_cast<__node_base_pointer>(__nd);
1623 __nd = static_cast<__node_pointer>(__nd->__right_);
1626 __parent = static_cast<__node_base_pointer>(__nd);
1632 __parent = static_cast<__node_base_pointer>(__nd);
1637 __parent = static_cast<__node_base_pointer>(__end_node());
1664 __parent = static_cast<__node_base_pointer>(__hint.__ptr_);
1669 __parent = static_cast<__node_base_pointer>(__prior.__ptr_);
1685 __parent = static_cast<__node_base_pointer>(__hint.__ptr_);
1690 __parent = static_cast<__node_base_pointer>(__next.__ptr_);
1698 __parent = static_cast<__node_base_pointer>(__hint.__ptr_);
1713 __begin_node() = static_cast<__node_pointer>(__begin_node()->__left_);
1741 __node_pointer __r = static_cast<__node_pointer>(__child);
1745 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1760 __node_pointer __r = static_cast<__node_pointer>(__child);
1763 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1777 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1778 return iterator(static_cast<__node_pointer>(__h.release()));
1790 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1791 return iterator(static_cast<__node_pointer>(__h.release()));
1828 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1840 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1865 __node_pointer __r = static_cast<__node_pointer>(__child);
1870 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1883 __node_pointer __r = static_cast<__node_pointer>(__child);
1887 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1900 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1911 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1921 __node_pointer __r = static_cast<__node_pointer>(__child);
1925 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__nd));
1939 __node_pointer __r = static_cast<__node_pointer>(__child);
1942 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__nd));
1954 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__nd));
1965 __insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__nd));
1981 static_cast<__node_base_pointer>(__np));
2054 __rt = static_cast<__node_const_pointer>(__rt->__left_);
2057 __rt = static_cast<__node_const_pointer>(__rt->__right_);
2076 __rt = static_cast<__node_const_pointer>(__rt->__left_);
2079 __rt = static_cast<__node_const_pointer>(__rt->__right_);
2082 __lower_bound(__k, static_cast<__node_const_pointer>(__rt->__left_), __rt),
2083 __upper_bound(__k, static_cast<__node_const_pointer>(__rt->__right_), __result)
2101 __root = static_cast<__node_pointer>(__root->__left_);
2104 __root = static_cast<__node_pointer>(__root->__right_);
2121 __root = static_cast<__node_const_pointer>(__root->__left_);
2124 __root = static_cast<__node_const_pointer>(__root->__right_);
2141 __root = static_cast<__node_pointer>(__root->__left_);
2144 __root = static_cast<__node_pointer>(__root->__right_);
2161 __root = static_cast<__node_const_pointer>(__root->__left_);
2164 __root = static_cast<__node_const_pointer>(__root->__right_);
2183 __rt = static_cast<__node_pointer>(__rt->__left_);
2186 __rt = static_cast<__node_pointer>(__rt->__right_);
2191 static_cast<__node_pointer>(__tree_min(__rt->__right_))
2211 __rt = static_cast<__node_const_pointer>(__rt->__left_);
2214 __rt = static_cast<__node_const_pointer>(__rt->__right_);
2219 static_cast<__node_const_pointer>(__tree_min(__rt->__right_))
2239 static_cast<__node_pointer>(__rt->__left_);
2242 __rt = static_cast<__node_pointer>(__rt->__right_);
2244 return _Pp(__lower_bound(__k, static_cast<__node_pointer>(__rt->__left_), __rt),
2245 __upper_bound(__k, static_cast<__node_pointer>(__rt->__right_), __result));
2264 __rt = static_cast<__node_const_pointer>(__rt->__left_);
2267 __rt = static_cast<__node_const_pointer>(__rt->__right_);
2269 return _Pp(__lower_bound(__k, static_cast<__node_const_pointer>(__rt->__left_), __rt),
2270 __upper_bound(__k, static_cast<__node_const_pointer>(__rt->__right_), __result));
2283 __begin_node() = static_cast<__node_pointer>(__np->__right_);
2285 __begin_node() = static_cast<__node_pointer>(__np->__parent_);
2289 static_cast<__node_base_pointer>(__np));