Searched refs:p_grandparent_left (Results 1 – 1 of 1) sorted by relevance
559 node_ptr const p_grandparent_left (NodeTraits::get_left (p_grandparent)); in rebalance_after_insertion() local560 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()