Searched refs:this_next (Results 1 – 1 of 1) sorted by relevance
256 const node_ptr this_next = NodeTraits::get_next(this_node); in swap_nodes() local258 const bool this_null = !this_next; in swap_nodes()260 const bool this_empty = this_next == this_node; in swap_nodes()264 …NodeTraits::set_next(this_next == other_node ? other_node : get_previous_node(other_node), this_no… in swap_nodes()270 …s::set_next(other_node, this_empty ? other_node : (this_next == other_node ? this_node : this_ne… in swap_nodes()