Searched refs:prepare_to_insert (Results 1 – 2 of 2) sorted by relevance
166 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {201 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
118 unsafe fn prepare_to_insert(me: *const Self) -> *mut ListLinks<ID>; in prepare_to_insert() method258 let list_links = unsafe { T::prepare_to_insert(raw_item) }; in push_back()298 let list_links = unsafe { T::prepare_to_insert(raw_item) }; in push_front()