Lines Matching refs:__np
1976 __node_pointer __np = __p.__ptr_;
1977 iterator __r(__np);
1979 if (__begin_node() == __np)
1985 static_cast<__node_base_pointer>(__np));
1986 __node_traits::deallocate(__na, __np, 1);
2283 __node_pointer __np = __p.__ptr_;
2284 if (__begin_node() == __np)
2286 if (__np->__right_ != nullptr)
2287 __begin_node() = static_cast<__node_pointer>(__np->__right_);
2289 __begin_node() = static_cast<__node_pointer>(__np->__parent_);
2293 static_cast<__node_base_pointer>(__np));
2294 return __node_holder(__np, _Dp(__node_alloc()));