Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs673 Box::into_raw(Box::new(node.remove_self().unwrap())) as *mut YlongJson in ylong_json_remove_array_node()
685 let _ = node.remove_self(); in ylong_json_delete_array_node()
1077 Box::into_raw(Box::new(node.remove_self().unwrap().1)) as *mut YlongJson in ylong_json_remove_object_node()
1089 let _ = node.remove_self(); in ylong_json_delete_object_node()
H A Dlinked_list.rs311 pub(crate) fn remove_self(&mut self) -> Option<T> { in remove_self() method