Home
last modified time | relevance | path

Searched defs:rc_ptr (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/
Dallocation.rs447 let rc_ptr: *const A = Rc::into_raw(input) as *const A; in try_cast_slice_rc() localVariable
455 let rc_ptr: *const [A] = Rc::into_raw(input); in try_cast_slice_rc() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/
H A Dallocation.rs427 let rc_ptr: *const A = Rc::into_raw(input) as *const A; in try_cast_slice_rc() localVariable
435 let rc_ptr: *const [A] = Rc::into_raw(input); in try_cast_slice_rc() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs1483 let rc_ptr = unsafe { ptr.byte_sub(offset) as *mut RcBox<T> }; in from_raw_in() localVariable
2653 let rc_ptr = Self::allocate_for_slice_in(len, &alloc); in from() localVariable
H A Dsync.rs3612 let rc_ptr = Self::allocate_for_slice_in(len, &alloc); in from() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs1483 let rc_ptr = unsafe { ptr.byte_sub(offset) as *mut RcBox<T> }; in from_raw_in() localVariable
2653 let rc_ptr = Self::allocate_for_slice_in(len, &alloc); in from() localVariable
H A Dsync.rs3612 let rc_ptr = Self::allocate_for_slice_in(len, &alloc); in from() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs1488 let rc_ptr = unsafe { ptr.byte_sub(offset) as *mut RcBox<T> }; in from_raw_in() localVariable
2682 let rc_ptr = Self::allocate_for_slice_in(len, &alloc); in from() localVariable
H A Dsync.rs3644 let rc_ptr = Self::allocate_for_slice_in(len, &alloc); in from() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs1488 let rc_ptr = unsafe { ptr.byte_sub(offset) as *mut RcBox<T> }; in from_raw_in() localVariable
2682 let rc_ptr = Self::allocate_for_slice_in(len, &alloc); in from() localVariable
H A Dsync.rs3644 let rc_ptr = Self::allocate_for_slice_in(len, &alloc); in from() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs1488 let rc_ptr = unsafe { ptr.byte_sub(offset) as *mut RcBox<T> }; in from_raw_in() localVariable
2682 let rc_ptr = Self::allocate_for_slice_in(len, &alloc); in from() localVariable
H A Dsync.rs3644 let rc_ptr = Self::allocate_for_slice_in(len, &alloc); in from() localVariable