Home
last modified time | relevance | path

Searched defs:spliced_node (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/alloc/src/collections/
Dlinked_list.rs1564 let spliced_node = Box::leak(Box::new_in(Node::new(item), &self.list.alloc)).into(); in insert_after() localVariable
1584 let spliced_node = Box::leak(Box::new_in(Node::new(item), &self.list.alloc)).into(); in insert_before() localVariable
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs28317 let spliced_node = Box::leak(Box::new(Node::new(item))).into(); localVariable
28337 let spliced_node = Box::leak(Box::new(Node::new(item))).into(); localVariable