Searched refs:prepare_to_insert (Results 1 – 2 of 2) sorted by relevance
231 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {269 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
223 unsafe fn prepare_to_insert(me: *const Self) -> *mut ListLinks<ID>; in prepare_to_insert() method382 let list_links = unsafe { T::prepare_to_insert(raw_item) }; in insert_inner()