/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/multifields/ |
D | struct.expanded.rs | 41 struct __StructProjectionRef<'pin, T, U> struct 45 pinned1: ::pin_project::__private::Pin<&'pin (T)>, 46 pinned2: ::pin_project::__private::Pin<&'pin (T)>, 47 unpinned1: &'pin (U), 48 unpinned2: &'pin (U),
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/not_unpin/ |
D | struct.expanded.rs | 36 struct __StructProjectionRef<'pin, T, U> struct 62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/unsafe_unpin/ |
D | struct.expanded.rs | 36 struct __StructProjectionRef<'pin, T, U> struct 62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/examples/ |
D | unsafe_unpin-expanded.rs | 40 pub(crate) struct __StructProjectionRef<'pin, T, U> struct 62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | not_unpin-expanded.rs | 41 pub(crate) struct __StructProjectionRef<'pin, T, U> struct 63 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | struct-default-expanded.rs | 38 struct __StructProjectionRef<'pin, T, U> struct 60 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | pinned_drop-expanded.rs | 47 pub(crate) struct __StructProjectionRef<'pin, 'a, T> struct 69 ) -> __StructProjectionRef<'pin, 'a, T> { in project_ref() argument
|
D | project_replace-expanded.rs | 38 struct __StructProjectionRef<'pin, T, U> struct 64 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/naming/ |
D | struct-mut.expanded.rs | 46 struct __StructProjectionRef<'pin, T, U> struct 72 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | struct-none.expanded.rs | 36 struct __StructProjectionRef<'pin, T, U> struct 62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | struct-own.expanded.rs | 51 struct __StructProjectionRef<'pin, T, U> struct 77 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/pub/ |
D | struct.expanded.rs | 36 pub(crate) struct __StructProjectionRef<'pin, T, U> struct 62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/default/ |
D | struct.expanded.rs | 36 struct __StructProjectionRef<'pin, T, U> struct 62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/pinned_drop/ |
D | struct.expanded.rs | 37 struct __StructProjectionRef<'pin, T, U> struct 63 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/project_replace/ |
D | struct.expanded.rs | 36 struct __StructProjectionRef<'pin, T, U> struct 40 pinned: ::pin_project::__private::Pin<&'pin (T)>, 41 unpinned: &'pin (U),
|