Searched defs:byte_offset_from (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | non_null.rs | 827 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: NonNull<U>) -> isize { in byte_offset_from() method
|
H A D | const_ptr.rs | 694 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
|
H A D | mut_ptr.rs | 917 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | non_null.rs | 827 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: NonNull<U>) -> isize { in byte_offset_from() method
|
H A D | const_ptr.rs | 694 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
|
H A D | mut_ptr.rs | 917 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | non_null.rs | 827 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: NonNull<U>) -> isize { in byte_offset_from() method
|
H A D | const_ptr.rs | 694 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
|
H A D | mut_ptr.rs | 917 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | const_ptr.rs | 785 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
|
H A D | non_null.rs | 873 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: NonNull<U>) -> isize { in byte_offset_from() method
|
H A D | mut_ptr.rs | 1011 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | const_ptr.rs | 785 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
|
H A D | non_null.rs | 873 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: NonNull<U>) -> isize { in byte_offset_from() method
|
H A D | mut_ptr.rs | 1011 pub const unsafe fn byte_offset_from<U: ?Sized>(self, origin: *const U) -> isize { in byte_offset_from() method
|