Searched refs:other_next (Results 1 – 1 of 1) sorted by relevance
257 const node_ptr other_next = NodeTraits::get_next(other_node); in swap_nodes() local259 const bool other_null = !other_next; in swap_nodes()261 const bool other_empty = other_next == other_node; in swap_nodes()267 …NodeTraits::set_next(other_next == this_node ? this_node : get_previous_node(this_node), other_no… in swap_nodes()269 …s::set_next(this_node, other_empty ? this_node : (other_next == this_node ? other_node : other_n… in swap_nodes()