Home
last modified time | relevance | path

Searched defs:UnsafeCell (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs2055 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 Dmarker.rs832 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 Dcell.rs2055 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 Dmarker.rs832 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 Dcell.rs2055 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 Dmarker.rs832 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 Dcell.rs2055 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 Dmarker.rs832 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 Dcell.rs2055 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 Dmarker.rs832 impl<T: ?Sized> !Freeze for UnsafeCell<T> {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/loom/std/
Dunsafe_cell.rs2 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/
Dlib.rs97 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/
Dsync.rs83 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/
Dbuf.rs254 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 Dunwind_safe.rs200 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 Dunwind_safe.rs200 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 Dunwind_safe.rs200 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 Dunwind_safe.rs200 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 Dunwind_safe.rs200 impl<T: ?Sized> !RefUnwindSafe for UnsafeCell<T> {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/
Dzeroable.rs74 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 Dzeroable.rs70 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 Dcell.rs22 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 Dcell.rs22 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 Dcell.rs22 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 Dcell.rs22 let ptr = &x as *const UnsafeCell<i32>; in unsafe_cell_raw_get() constant

12