Home
last modified time | relevance | path

Searched defs:__pin (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/pin-project-lite/tests/expand/pub/
Denum.expanded.rs47 ) -> EnumProj<'__pin, T, U> { in project()
60 ) -> EnumProjRef<'__pin, T, U> { in project_ref()
Dstruct.expanded.rs43 ) -> Projection<'__pin, T, U> { in project()
54 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
/external/rust/crates/pin-project-lite/tests/expand/pinned_drop/
Denum.expanded.rs48 ) -> EnumProj<'__pin, T, U> { in project()
61 ) -> EnumProjRef<'__pin, T, U> { in project_ref()
Dstruct.expanded.rs44 ) -> Projection<'__pin, T, U> { in project()
55 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
/external/rust/crates/pin-project-lite/tests/expand/naming/
Denum-all.expanded.rs59 ) -> EnumProj<'__pin, T, U> { in project()
72 ) -> EnumProjRef<'__pin, T, U> { in project_ref()
Dstruct-none.expanded.rs43 ) -> Projection<'__pin, T, U> { in project()
54 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
Dstruct-ref.expanded.rs43 ) -> Projection<'__pin, T, U> { in project()
54 ) -> StructProjRef<'__pin, T, U> { in project_ref()
Dstruct-mut.expanded.rs43 ) -> StructProj<'__pin, T, U> { in project()
54 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
Dstruct-all.expanded.rs52 ) -> StructProj<'__pin, T, U> { in project()
63 ) -> StructProjRef<'__pin, T, U> { in project_ref()
Denum-mut.expanded.rs30 ) -> EnumProj<'__pin, T, U> { in project()
Denum-ref.expanded.rs30 ) -> EnumProjRef<'__pin, T, U> { in project_ref()
/external/rust/crates/pin-project-lite/tests/expand/default/
Denum.expanded.rs59 ) -> EnumProj<'__pin, T, U> { in project()
72 ) -> EnumProjRef<'__pin, T, U> { in project_ref()
Dstruct.expanded.rs43 ) -> Projection<'__pin, T, U> { in project()
54 ) -> ProjectionRef<'__pin, T, U> { in project_ref()
/external/rust/crates/pin-project-lite/tests/expand/multifields/
Dstruct.expanded.rs60 ) -> Projection<'__pin, T, U> { in project()
78 ) -> ProjectionRef<'__pin, T, U> { in project_ref()