/external/rust/android-crates-io/crates/pin-project/tests/expand/multifields/ |
D | struct.expanded.rs | 45 struct __StructProjectionRef<'pin, T, U> struct 49 pinned1: ::pin_project::__private::Pin<&'pin (T)>, 50 pinned2: ::pin_project::__private::Pin<&'pin (T)>, 51 unpinned1: &'pin (U), 52 unpinned2: &'pin (U),
|
/external/rust/android-crates-io/crates/pin-project/tests/expand/not_unpin/ |
D | struct.expanded.rs | 40 struct __StructProjectionRef<'pin, T, U> struct 66 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/android-crates-io/crates/pin-project/examples/ |
D | unsafe_unpin-expanded.rs | 49 struct __StructProjectionRef<'pin, T, U> struct 71 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | not_unpin-expanded.rs | 50 struct __StructProjectionRef<'pin, T, U> struct 72 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | struct-default-expanded.rs | 47 struct __StructProjectionRef<'pin, T, U> struct 69 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | pinned_drop-expanded.rs | 58 pub(crate) struct __StructProjectionRef<'pin, 'a, T> struct 80 ) -> __StructProjectionRef<'pin, 'a, T> { in project_ref() argument
|
D | project_replace-expanded.rs | 47 struct __StructProjectionRef<'pin, T, U> struct 73 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/android-crates-io/crates/pin-project/tests/expand/unsafe_unpin/ |
D | struct.expanded.rs | 40 struct __StructProjectionRef<'pin, T, U> struct 66 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/android-crates-io/crates/pin-project/tests/expand/naming/ |
D | struct-none.expanded.rs | 40 struct __StructProjectionRef<'pin, T, U> struct 66 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | struct-mut.expanded.rs | 57 struct __StructProjectionRef<'pin, T, U> struct 83 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
D | struct-own.expanded.rs | 61 struct __StructProjectionRef<'pin, T, U> struct 87 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/android-crates-io/crates/pin-project/tests/expand/default/ |
D | struct.expanded.rs | 40 struct __StructProjectionRef<'pin, T, U> struct 66 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/android-crates-io/crates/pin-project/tests/expand/pub/ |
D | struct.expanded.rs | 40 pub(crate) struct __StructProjectionRef<'pin, T, U> struct 66 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/android-crates-io/crates/pin-project/tests/expand/pinned_drop/ |
D | struct.expanded.rs | 41 struct __StructProjectionRef<'pin, T, U> struct 67 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
|
/external/rust/android-crates-io/crates/pin-project/tests/expand/project_replace/ |
D | struct.expanded.rs | 40 struct __StructProjectionRef<'pin, T, U> struct 44 pinned: ::pin_project::__private::Pin<&'pin (T)>, 45 unpinned: &'pin (U),
|