/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ |
H A D | cell.rs | 2055 pub struct UnsafeCell<T: ?Sized> { struct 2060 impl<T: ?Sized> !Sync for UnsafeCell<T> {} argument 2062 impl<T> UnsafeCell<T> { implementation 2102 impl<T: ?Sized> UnsafeCell<T> { implementation 2148 self as *const UnsafeCell<T> as *const T as *mut T in get() constant 2214 impl<T: Default> Default for UnsafeCell<T> { implementation 2222 impl<T> From<T> for UnsafeCell<T> { implementation 2230 impl<T: CoerceUnsized<U>, U> CoerceUnsized<UnsafeCell<U>> for UnsafeCell<T> {} implementation 2240 impl<T: DispatchFromDyn<U>, U> DispatchFromDyn<UnsafeCell<U>> for UnsafeCell<T> {} implementation 2252 impl UnsafeCell<$primitive> { impl [all …]
|
H A D | marker.rs | 832 impl<T: ?Sized> !Freeze for UnsafeCell<T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ |
H A D | cell.rs | 2055 pub struct UnsafeCell<T: ?Sized> { struct 2060 impl<T: ?Sized> !Sync for UnsafeCell<T> {} implementation 2062 impl<T> UnsafeCell<T> { impl 2102 impl<T: ?Sized> UnsafeCell<T> { impl 2148 self as *const UnsafeCell<T> as *const T as *mut T in get() constant 2214 impl<T: Default> Default for UnsafeCell<T> { implementation 2222 impl<T> From<T> for UnsafeCell<T> { implementation 2230 impl<T: CoerceUnsized<U>, U> CoerceUnsized<UnsafeCell<U>> for UnsafeCell<T> {} implementation 2240 impl<T: DispatchFromDyn<U>, U> DispatchFromDyn<UnsafeCell<U>> for UnsafeCell<T> {} implementation 2252 impl UnsafeCell<$primitive> { impl [all …]
|
H A D | marker.rs | 832 impl<T: ?Sized> !Freeze for UnsafeCell<T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | cell.rs | 2055 pub struct UnsafeCell<T: ?Sized> { struct 2060 impl<T: ?Sized> !Sync for UnsafeCell<T> {} implementation 2062 impl<T> UnsafeCell<T> { impl 2102 impl<T: ?Sized> UnsafeCell<T> { impl 2148 self as *const UnsafeCell<T> as *const T as *mut T in get() constant 2214 impl<T: Default> Default for UnsafeCell<T> { implementation 2222 impl<T> From<T> for UnsafeCell<T> { implementation 2230 impl<T: CoerceUnsized<U>, U> CoerceUnsized<UnsafeCell<U>> for UnsafeCell<T> {} implementation 2240 impl<T: DispatchFromDyn<U>, U> DispatchFromDyn<UnsafeCell<U>> for UnsafeCell<T> {} implementation 2252 impl UnsafeCell<$primitive> { impl [all …]
|
H A D | marker.rs | 832 impl<T: ?Sized> !Freeze for UnsafeCell<T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ |
H A D | cell.rs | 2055 pub struct UnsafeCell<T: ?Sized> { struct 2060 impl<T: ?Sized> !Sync for UnsafeCell<T> {} argument 2062 impl<T> UnsafeCell<T> { impl 2102 impl<T: ?Sized> UnsafeCell<T> { impl 2148 self as *const UnsafeCell<T> as *const T as *mut T in get() constant 2214 impl<T: Default> Default for UnsafeCell<T> { implementation 2222 impl<T> From<T> for UnsafeCell<T> { implementation 2230 impl<T: CoerceUnsized<U>, U> CoerceUnsized<UnsafeCell<U>> for UnsafeCell<T> {} implementation 2240 impl<T: DispatchFromDyn<U>, U> DispatchFromDyn<UnsafeCell<U>> for UnsafeCell<T> {} implementation 2252 impl UnsafeCell<$primitive> { impl [all …]
|
H A D | marker.rs | 832 impl<T: ?Sized> !Freeze for UnsafeCell<T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | cell.rs | 2055 pub struct UnsafeCell<T: ?Sized> { struct 2060 impl<T: ?Sized> !Sync for UnsafeCell<T> {} implementation 2062 impl<T> UnsafeCell<T> { impl 2102 impl<T: ?Sized> UnsafeCell<T> { implementation 2148 self as *const UnsafeCell<T> as *const T as *mut T in get() constant 2214 impl<T: Default> Default for UnsafeCell<T> { implementation 2222 impl<T> From<T> for UnsafeCell<T> { implementation 2230 impl<T: CoerceUnsized<U>, U> CoerceUnsized<UnsafeCell<U>> for UnsafeCell<T> {} implementation 2240 impl<T: DispatchFromDyn<U>, U> DispatchFromDyn<UnsafeCell<U>> for UnsafeCell<T> {} implementation 2252 impl UnsafeCell<$primitive> { impl [all …]
|
H A D | marker.rs | 832 impl<T: ?Sized> !Freeze for UnsafeCell<T> {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/loom/std/ |
D | unsafe_cell.rs | 2 pub(crate) struct UnsafeCell<T>(std::cell::UnsafeCell<T>); struct 4 impl<T> UnsafeCell<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/ |
D | lib.rs | 97 pub(crate) struct UnsafeCell<T>(::core::cell::UnsafeCell<T>); struct 104 impl<T> UnsafeCell<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/ |
D | sync.rs | 83 pub(crate) struct UnsafeCell<T>(std::cell::UnsafeCell<T>); struct 85 impl<T> UnsafeCell<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/ |
D | buf.rs | 254 let s = slice.as_ptr() as *const grpc_slice as *const UnsafeCell<grpc_slice>; in from() constant 273 let s = &*(s as *const GrpcSlice as *const grpc_slice as *const UnsafeCell<grpc_slice>); in from() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/panic/ |
H A D | unwind_safe.rs | 200 impl<T: ?Sized> !RefUnwindSafe for UnsafeCell<T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/panic/ |
H A D | unwind_safe.rs | 200 impl<T: ?Sized> !RefUnwindSafe for UnsafeCell<T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/panic/ |
H A D | unwind_safe.rs | 200 impl<T: ?Sized> !RefUnwindSafe for UnsafeCell<T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/panic/ |
H A D | unwind_safe.rs | 200 impl<T: ?Sized> !RefUnwindSafe for UnsafeCell<T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/panic/ |
H A D | unwind_safe.rs | 200 impl<T: ?Sized> !RefUnwindSafe for UnsafeCell<T> {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/ |
D | zeroable.rs | 74 unsafe impl<T: Zeroable> Zeroable for core::cell::UnsafeCell<T> {} implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/ |
H A D | zeroable.rs | 70 unsafe impl<T: Zeroable> Zeroable for core::cell::UnsafeCell<T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 22 let ptr = &x as *const UnsafeCell<i32>; in unsafe_cell_raw_get() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 22 let ptr = &x as *const UnsafeCell<i32>; in unsafe_cell_raw_get() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 22 let ptr = &x as *const UnsafeCell<i32>; in unsafe_cell_raw_get() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 22 let ptr = &x as *const UnsafeCell<i32>; in unsafe_cell_raw_get() constant
|