Lines Matching refs:ListLinks
27 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut crate::list::ListLinks<ID>; in raw_get_list_links()
42 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut $crate::list::ListLinks$(<$id>)? {
89 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut $crate::list::ListLinks$(<$id>)? {
186 using ListLinks { self$(.$field:ident)* };
200 unsafe fn view_links(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
216 unsafe fn view_value(me: *mut $crate::list::ListLinks<$num>) -> *const Self {
231 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
241 unsafe fn post_remove(me: *mut $crate::list::ListLinks<$num>) -> *const Self {
269 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
299 unsafe fn view_links(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
321 unsafe fn view_value(links_field: *mut $crate::list::ListLinks<$num>) -> *const Self {
342 unsafe fn post_remove(me: *mut $crate::list::ListLinks<$num>) -> *const Self {