Home
last modified time | relevance | path

Searched refs:unlink_node (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs206 pub(crate) unsafe fn unlink_node(&mut self, node: *const Node<T>) { in unlink_node() method
568 self.list.unlink_node(unlinked_node); in remove_current()