Searched refs:post_remove (Results 1 – 2 of 2) sorted by relevance
241 unsafe fn post_remove(me: *mut $crate::list::ListLinks<$num>) -> *const Self {342 unsafe fn post_remove(me: *mut $crate::list::ListLinks<$num>) -> *const Self {
235 unsafe fn post_remove(me: *mut ListLinks<ID>) -> *const Self; in post_remove() method561 let raw_item = unsafe { T::post_remove(list_links) }; in remove_internal_inner()
Completed in 6 milliseconds