/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/ |
D | mod.rs | 1731 fn offset_from(&self, start: &Start) -> usize; in offset_from() method 1736 fn offset_from(&self, start: &Self) -> usize { in offset_from() method 1753 fn offset_from(&self, other: &<&'a [T] as Stream>::Checkpoint) -> usize { in offset_from() function 1760 fn offset_from(&self, start: &Self) -> usize { in offset_from() method 1767 fn offset_from(&self, other: &<&'a str as Stream>::Checkpoint) -> usize { in offset_from() method 1774 fn offset_from(&self, start: &Self) -> usize { in offset_from() method 1781 fn offset_from(&self, other: &<&'a Bytes as Stream>::Checkpoint) -> usize { in offset_from() method 1788 fn offset_from(&self, start: &Self) -> usize { in offset_from() method 1795 fn offset_from(&self, other: &<&'a BStr as Stream>::Checkpoint) -> usize { in offset_from() method 1805 fn offset_from(&self, start: &Self) -> usize { in offset_from() function [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/dec2flt/ |
H A D | common.rs | 12 fn offset_from(&self, other: &Self) -> isize; in offset_from() method 34 fn offset_from(&self, other: &Self) -> isize { in offset_from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/dec2flt/ |
H A D | common.rs | 12 fn offset_from(&self, other: &Self) -> isize; in offset_from() method 34 fn offset_from(&self, other: &Self) -> isize { in offset_from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/dec2flt/ |
H A D | common.rs | 12 fn offset_from(&self, other: &Self) -> isize; in offset_from() method 34 fn offset_from(&self, other: &Self) -> isize { in offset_from() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/dec2flt/ |
H A D | common.rs | 12 fn offset_from(&self, other: &Self) -> isize; in offset_from() method 34 fn offset_from(&self, other: &Self) -> isize { in offset_from() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/dec2flt/ |
H A D | common.rs | 12 fn offset_from(&self, other: &Self) -> isize; in offset_from() method 34 fn offset_from(&self, other: &Self) -> isize { in offset_from() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/ |
D | lib.rs | 163 fn offset_from(dst: *const u8, original: *const u8) -> usize { in offset_from() function
|
/aosp_15_r20/external/crosvm/vm_memory/src/ |
H A D | guest_address.rs | 43 pub fn offset_from(self, base: GuestAddress) -> u64 { in offset_from() method
|
/aosp_15_r20/external/coreboot/util/me_cleaner/ |
H A D | me_cleaner.py | 88 def move_range(self, offset_from, size, offset_to, fill): argument
|
/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 | 806 pub const unsafe fn offset_from(self, origin: NonNull<T>) -> isize in offset_from() method
|
H A D | const_ptr.rs | 670 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
|
H A D | mut_ptr.rs | 895 pub const unsafe fn offset_from(self, origin: *const T) -> isize in 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 | 806 pub const unsafe fn offset_from(self, origin: NonNull<T>) -> isize in offset_from() method
|
H A D | const_ptr.rs | 670 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
|
H A D | mut_ptr.rs | 895 pub const unsafe fn offset_from(self, origin: *const T) -> isize in 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 | 806 pub const unsafe fn offset_from(self, origin: NonNull<T>) -> isize in offset_from() method
|
H A D | const_ptr.rs | 670 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
|
H A D | mut_ptr.rs | 895 pub const unsafe fn offset_from(self, origin: *const T) -> isize in 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 | 761 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
|
H A D | non_null.rs | 852 pub const unsafe fn offset_from(self, origin: NonNull<T>) -> isize in offset_from() method
|
H A D | mut_ptr.rs | 989 pub const unsafe fn offset_from(self, origin: *const T) -> isize in 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 | 761 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
|
H A D | non_null.rs | 852 pub const unsafe fn offset_from(self, origin: NonNull<T>) -> isize in offset_from() method
|
H A D | mut_ptr.rs | 989 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | ptr.rs | 749 fn offset_from() { in offset_from() function
|