Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-internal/src/pin_project/
Dargs.rs67 pub(super) project_ref: Option<Ident>, field
104 let mut project_ref = None; in parse() localVariable
Dderive.rs171 project_ref: bool, field
957 let mut project_ref = Some(quote! { in make_proj_impl() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/expand/naming/
Denum-ref.expanded.rs31 fn project_ref<'__pin>( in project_ref() method
Denum-all.expanded.rs78 fn project_ref<'__pin>( in project_ref() method
Dstruct-mut.expanded.rs58 fn project_ref<'__pin>( in project_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/expand/not_unpin/
Denum.expanded.rs68 fn project_ref<'__pin>( in project_ref() method
Dstruct.expanded.rs58 fn project_ref<'__pin>( in project_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/naming/
Denum-ref.expanded.rs49 fn project_ref<'pin>( in project_ref() method
Dtuple_struct-ref.expanded.rs64 fn project_ref<'pin>( in project_ref() method
Dtuple_struct-none.expanded.rs54 fn project_ref<'pin>( in project_ref() method
Dtuple_struct-mut.expanded.rs61 fn project_ref<'pin>( in project_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/expand/pub/
Denum.expanded.rs68 pub(crate) fn project_ref<'__pin>( in project_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/not_unpin/
Denum.expanded.rs95 fn project_ref<'pin>( in project_ref() method
Dtuple_struct.expanded.rs54 fn project_ref<'pin>( in project_ref() method
Dstruct.expanded.rs60 fn project_ref<'pin>( in project_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/unsafe_unpin/
Dtuple_struct.expanded.rs54 fn project_ref<'pin>( in project_ref() method
Denum.expanded.rs95 fn project_ref<'pin>( in project_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/default/
Dtuple_struct.expanded.rs54 fn project_ref<'pin>( in project_ref() method
Denum.expanded.rs95 fn project_ref<'pin>( in project_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/pub/
Dtuple_struct.expanded.rs54 pub(crate) fn project_ref<'pin>( in project_ref() method
Denum.expanded.rs95 pub(crate) fn project_ref<'pin>( in project_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/expand/pinned_drop/
Denum.expanded.rs69 fn project_ref<'__pin>( in project_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-lite/tests/expand/default/
Denum.expanded.rs78 fn project_ref<'__pin>( in project_ref() method
Dstruct.expanded.rs58 fn project_ref<'__pin>( in project_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/expand/pinned_drop/
Dtuple_struct.expanded.rs55 fn project_ref<'pin>( in project_ref() method

123