Home
last modified time | relevance | path

Searched defs:project_ref (Results 1 – 25 of 52) sorted by relevance

123

/external/rust/crates/pin-project-internal/src/pin_project/
Dargs.rs68 pub(super) project_ref: Option<Ident>, field
105 let mut project_ref = None; in parse() localVariable
/external/rust/crates/pin-project-lite/tests/expand/naming/
Denum-ref.expanded.rs28 fn project_ref<'__pin>( in project_ref() method
Denum-all.expanded.rs70 fn project_ref<'__pin>( in project_ref() method
Dstruct-none.expanded.rs52 fn project_ref<'__pin>( in project_ref() method
Dstruct-ref.expanded.rs52 fn project_ref<'__pin>( in project_ref() method
/external/rust/crates/pin-project-lite/tests/expand/pub/
Denum.expanded.rs58 pub(crate) fn project_ref<'__pin>( in project_ref() method
/external/rust/crates/pin-project/tests/expand/naming/
Denum-ref.expanded.rs48 fn project_ref<'pin>( in project_ref() method
Dtuple_struct-ref.expanded.rs62 fn project_ref<'pin>( in project_ref() method
Dtuple_struct-mut.expanded.rs59 fn project_ref<'pin>( in project_ref() method
Dtuple_struct-none.expanded.rs52 fn project_ref<'pin>( in project_ref() method
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/
Dtuple_struct.expanded.rs52 fn project_ref<'pin>( in project_ref() method
Denum.expanded.rs93 fn project_ref<'pin>( in project_ref() method
/external/rust/crates/pin-project/tests/expand/not_unpin/
Denum.expanded.rs93 fn project_ref<'pin>( in project_ref() method
Dtuple_struct.expanded.rs52 fn project_ref<'pin>( in project_ref() method
Dstruct.expanded.rs58 fn project_ref<'pin>( in project_ref() method
/external/rust/crates/pin-project/tests/expand/default/
Dtuple_struct.expanded.rs52 fn project_ref<'pin>( in project_ref() method
Denum.expanded.rs93 fn project_ref<'pin>( in project_ref() method
/external/rust/crates/pin-project/tests/expand/pub/
Dtuple_struct.expanded.rs52 pub(crate) fn project_ref<'pin>( in project_ref() method
Denum.expanded.rs93 pub(crate) fn project_ref<'pin>( in project_ref() method
/external/rust/crates/pin-project-lite/tests/expand/pinned_drop/
Denum.expanded.rs59 fn project_ref<'__pin>( in project_ref() method
/external/rust/crates/pin-project/tests/expand/pinned_drop/
Dtuple_struct.expanded.rs53 fn project_ref<'pin>( in project_ref() method
Denum.expanded.rs94 fn project_ref<'pin>( in project_ref() method
/external/rust/crates/pin-project-lite/tests/expand/default/
Denum.expanded.rs70 fn project_ref<'__pin>( in project_ref() method
Dstruct.expanded.rs52 fn project_ref<'__pin>( in project_ref() method
/external/rust/crates/pin-project/examples/
Dunsafe_unpin-expanded.rs60 pub(crate) fn project_ref<'pin>( in project_ref() method

123