Home
last modified time | relevance | path

Searched refs:p_grandparent_left (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/intrusive/
Drbtree_algorithms.hpp559 node_ptr const p_grandparent_left (NodeTraits::get_left (p_grandparent)); in rebalance_after_insertion() local
560 bool const p_parent_is_left_child = p_parent == p_grandparent_left; in rebalance_after_insertion()
561 …de_ptr const x(p_parent_is_left_child ? NodeTraits::get_right(p_grandparent) : p_grandparent_left); in rebalance_after_insertion()