Home
last modified time | relevance | path

Searched defs:with_addr (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/library/portable-simd/crates/core_simd/src/elements/
Dconst_ptr.rs51 fn with_addr(self, addr: Self::Usize) -> Self; in with_addr() method
125 fn with_addr(self, addr: Self::Usize) -> Self { in with_addr() function
Dmut_ptr.rs48 fn with_addr(self, addr: Self::Usize) -> Self; in with_addr() method
120 fn with_addr(self, addr: Self::Usize) -> Self { in with_addr() function
/third_party/rust/crates/once_cell/src/
Dimp_std.rs270 pub(crate) fn with_addr<T>(ptr: *mut T, addr: usize) -> *mut T in with_addr() function
/third_party/rust/rust/library/core/src/ptr/
Dnon_null.rs286 pub fn with_addr(self, addr: NonZeroUsize) -> Self { in with_addr() method
Dconst_ptr.rs258 pub fn with_addr(self, addr: usize) -> Self { in with_addr() method
Dmut_ptr.rs263 pub fn with_addr(self, addr: usize) -> Self { in with_addr() method