Home
last modified time | relevance | path

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

/third_party/rust/rust/library/alloc/src/collections/
Dlinked_list.rs1603 let unlinked_node = self.current?; in remove_current() localVariable
1607 let unlinked_node = Box::from_raw(unlinked_node.as_ptr()); in remove_current() localVariable
1624 let mut unlinked_node = self.current?; in remove_current_as_list() localVariable
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs28356 let unlinked_node = self.current?; localVariable
28360 let unlinked_node = Box::from_raw(unlinked_node.as_ptr()); localVariable
28374 let mut unlinked_node = self.current?; localVariable