Searched refs:other_empty (Results 1 – 1 of 1) sorted by relevance
261 const bool other_empty = other_next == other_node; in swap_nodes() local263 if(!(other_null || other_empty)){ in swap_nodes()269 …NodeTraits::set_next(this_node, other_empty ? this_node : (other_next == this_node ? other_node … in swap_nodes()