Searched refs:new_node_links (Results 1 – 1 of 1) sorted by relevance
1259 let new_node_links = unsafe { addr_of_mut!((*node).links) }; in replace() localVariable 1261 // SAFETY: This updates the pointers so that `new_node_links` is in the tree where in replace() 1264 bindings::rb_replace_node(self.node_links, new_node_links, &mut self.rbtree.root) in replace()