Searched defs:__pin (Results 1 – 14 of 14) sorted by relevance
| /external/rust/crates/pin-project-lite/tests/expand/pub/ |
| D | enum.expanded.rs | 47 ) -> EnumProj<'__pin, T, U> { in project() 60 ) -> EnumProjRef<'__pin, T, U> { in project_ref()
|
| D | struct.expanded.rs | 43 ) -> Projection<'__pin, T, U> { in project() 54 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
|
| /external/rust/crates/pin-project-lite/tests/expand/pinned_drop/ |
| D | enum.expanded.rs | 48 ) -> EnumProj<'__pin, T, U> { in project() 61 ) -> EnumProjRef<'__pin, T, U> { in project_ref()
|
| D | struct.expanded.rs | 44 ) -> Projection<'__pin, T, U> { in project() 55 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
|
| /external/rust/crates/pin-project-lite/tests/expand/naming/ |
| D | enum-all.expanded.rs | 59 ) -> EnumProj<'__pin, T, U> { in project() 72 ) -> EnumProjRef<'__pin, T, U> { in project_ref()
|
| D | struct-none.expanded.rs | 43 ) -> Projection<'__pin, T, U> { in project() 54 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
|
| D | struct-ref.expanded.rs | 43 ) -> Projection<'__pin, T, U> { in project() 54 ) -> StructProjRef<'__pin, T, U> { in project_ref()
|
| D | struct-mut.expanded.rs | 43 ) -> StructProj<'__pin, T, U> { in project() 54 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
|
| D | struct-all.expanded.rs | 52 ) -> StructProj<'__pin, T, U> { in project() 63 ) -> StructProjRef<'__pin, T, U> { in project_ref()
|
| D | enum-mut.expanded.rs | 30 ) -> EnumProj<'__pin, T, U> { in project()
|
| D | enum-ref.expanded.rs | 30 ) -> EnumProjRef<'__pin, T, U> { in project_ref()
|
| /external/rust/crates/pin-project-lite/tests/expand/default/ |
| D | enum.expanded.rs | 59 ) -> EnumProj<'__pin, T, U> { in project() 72 ) -> EnumProjRef<'__pin, T, U> { in project_ref()
|
| D | struct.expanded.rs | 43 ) -> Projection<'__pin, T, U> { in project() 54 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
|
| /external/rust/crates/pin-project-lite/tests/expand/multifields/ |
| D | struct.expanded.rs | 60 ) -> Projection<'__pin, T, U> { in project() 78 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
|