Searched defs:new_node (Results 1 – 10 of 10) sorted by relevance
32 bool new_node; member
227 let mut new_node = unsafe { InternalNode::new(alloc) }; in new_internal() localVariable1221 let mut new_node = LeafNode::new(alloc); in split() localVariable1258 let mut new_node = InternalNode::new(alloc); in split() localVariable
180 def copy_location(new_node, old_node): argument
203 def copy_location(new_node, old_node): argument