Lines Matching refs:core
21 use core::fmt::Debug;
22 use core::sync::atomic::compiler_fence;
23 use core::{mem::size_of, ptr::write_bytes};
42 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt()
59 compiler_fence(core::sync::atomic::Ordering::SeqCst); in read_at()
207 compiler_fence(core::sync::atomic::Ordering::SeqCst); in read_at()
218 compiler_fence(core::sync::atomic::Ordering::SeqCst); in write_at()
237 compiler_fence(core::sync::atomic::Ordering::SeqCst); in write_at()
247 compiler_fence(core::sync::atomic::Ordering::SeqCst); in write_at()
259 compiler_fence(core::sync::atomic::Ordering::SeqCst); in write_at()
289 compiler_fence(core::sync::atomic::Ordering::SeqCst); in write_at()
350 compiler_fence(core::sync::atomic::Ordering::SeqCst); in write_at()
440 fn as_any_ref(&self) -> &dyn core::any::Any { in as_any_ref()