Home
last modified time | relevance | path

Searched defs:offset_from (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/
Dmod.rs1731 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 Dcommon.rs12 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 Dcommon.rs12 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 Dcommon.rs12 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 Dcommon.rs12 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 Dcommon.rs12 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/
Dlib.rs163 fn offset_from(dst: *const u8, original: *const u8) -> usize { in offset_from() function
/aosp_15_r20/external/crosvm/vm_memory/src/
H A Dguest_address.rs43 pub fn offset_from(self, base: GuestAddress) -> u64 { in offset_from() method
/aosp_15_r20/external/coreboot/util/me_cleaner/
H A Dme_cleaner.py88 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 Dnon_null.rs806 pub const unsafe fn offset_from(self, origin: NonNull<T>) -> isize in offset_from() method
H A Dconst_ptr.rs670 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
H A Dmut_ptr.rs895 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 Dnon_null.rs806 pub const unsafe fn offset_from(self, origin: NonNull<T>) -> isize in offset_from() method
H A Dconst_ptr.rs670 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
H A Dmut_ptr.rs895 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 Dnon_null.rs806 pub const unsafe fn offset_from(self, origin: NonNull<T>) -> isize in offset_from() method
H A Dconst_ptr.rs670 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
H A Dmut_ptr.rs895 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 Dconst_ptr.rs761 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
H A Dnon_null.rs852 pub const unsafe fn offset_from(self, origin: NonNull<T>) -> isize in offset_from() method
H A Dmut_ptr.rs989 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 Dconst_ptr.rs761 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
H A Dnon_null.rs852 pub const unsafe fn offset_from(self, origin: NonNull<T>) -> isize in offset_from() method
H A Dmut_ptr.rs989 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 Dptr.rs749 fn offset_from() { in offset_from() function

12