/external/rust/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 65 __StructProjectionRef { in project_ref()
|
D | not_unpin-expanded.rs | 41 pub(crate) struct __StructProjectionRef<'pin, T, U> struct 63 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 66 __StructProjectionRef { in project_ref()
|
D | struct-default-expanded.rs | 38 struct __StructProjectionRef<'pin, T, U> struct 60 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 63 __StructProjectionRef { in project_ref()
|
D | pinned_drop-expanded.rs | 47 pub(crate) struct __StructProjectionRef<'pin, 'a, T> struct 69 ) -> __StructProjectionRef<'pin, 'a, T> { in project_ref() argument 72 __StructProjectionRef { in project_ref()
|
D | project_replace-expanded.rs | 38 struct __StructProjectionRef<'pin, T, U> struct 64 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 67 __StructProjectionRef { in project_ref()
|
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/ |
D | struct.expanded.rs | 48 struct __StructProjectionRef<'pin, T, U> struct 70 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 73 __StructProjectionRef { in project_ref()
|
/external/rust/crates/pin-project/tests/expand/not_unpin/ |
D | struct.expanded.rs | 48 struct __StructProjectionRef<'pin, T, U> struct 70 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 73 __StructProjectionRef { in project_ref()
|
/external/rust/crates/pin-project/tests/expand/naming/ |
D | struct-none.expanded.rs | 48 struct __StructProjectionRef<'pin, T, U> struct 70 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 73 __StructProjectionRef { in project_ref()
|
D | struct-mut.expanded.rs | 48 struct __StructProjectionRef<'pin, T, U> struct 68 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 71 __StructProjectionRef { in project_ref()
|
D | struct-own.expanded.rs | 61 struct __StructProjectionRef<'pin, T, U> struct 83 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 86 __StructProjectionRef { in project_ref()
|
/external/rust/crates/pin-project/tests/expand/default/ |
D | struct.expanded.rs | 48 struct __StructProjectionRef<'pin, T, U> struct 70 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 73 __StructProjectionRef { in project_ref()
|
/external/rust/crates/pin-project/tests/expand/pub/ |
D | struct.expanded.rs | 48 pub(crate) struct __StructProjectionRef<'pin, T, U> struct 70 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 73 __StructProjectionRef { in project_ref()
|
/external/rust/crates/pin-project/tests/expand/pinned_drop/ |
D | struct.expanded.rs | 49 struct __StructProjectionRef<'pin, T, U> struct 71 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument 74 __StructProjectionRef { in project_ref()
|
/external/rust/crates/pin-project/tests/expand/project_replace/ |
D | struct.expanded.rs | 48 struct __StructProjectionRef<'pin, T, U> struct 83 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() 86 __StructProjectionRef { in project_ref()
|
/external/rust/crates/pin-project/tests/expand/multifields/ |
D | struct.expanded.rs | 53 struct __StructProjectionRef<'pin, T, U> struct 99 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() 107 __StructProjectionRef { in project_ref()
|