Searched refs:remove_self (Results 1 – 2 of 2) sorted by relevance
673 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()
311 pub(crate) fn remove_self(&mut self) -> Option<T> { in remove_self() method