Home
last modified time | relevance | path

Searched defs:__StructProjectionRef (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/multifields/
Dstruct.expanded.rs41 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/
Dstruct.expanded.rs36 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/
Dstruct.expanded.rs36 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/
Dunsafe_unpin-expanded.rs40 pub(crate) struct __StructProjectionRef<'pin, T, U> struct
62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dnot_unpin-expanded.rs41 pub(crate) struct __StructProjectionRef<'pin, T, U> struct
63 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dstruct-default-expanded.rs38 struct __StructProjectionRef<'pin, T, U> struct
60 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dpinned_drop-expanded.rs47 pub(crate) struct __StructProjectionRef<'pin, 'a, T> struct
69 ) -> __StructProjectionRef<'pin, 'a, T> { in project_ref() argument
Dproject_replace-expanded.rs38 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/
Dstruct-mut.expanded.rs46 struct __StructProjectionRef<'pin, T, U> struct
72 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dstruct-none.expanded.rs36 struct __StructProjectionRef<'pin, T, U> struct
62 ) -> __StructProjectionRef<'pin, T, U> { in project_ref() argument
Dstruct-own.expanded.rs51 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/
Dstruct.expanded.rs36 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/
Dstruct.expanded.rs36 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/
Dstruct.expanded.rs37 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/
Dstruct.expanded.rs36 struct __StructProjectionRef<'pin, T, U> struct
40 pinned: ::pin_project::__private::Pin<&'pin (T)>,
41 unpinned: &'pin (U),