Home
last modified time | relevance | path

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

/external/rust/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 …]
/external/crosvm/vm_memory/src/
Dguest_address.rs43 pub fn offset_from(self, base: GuestAddress) -> u64 { in offset_from() method
/external/rust/crates/bytes/src/
Dbytes_mut.rs1690 fn offset_from(dst: *mut u8, original: *mut u8) -> usize { in offset_from() function
/external/rust/crates/hashbrown/src/raw/
Dmod.rs73 unsafe fn offset_from<T>(to: *const T, from: *const T) -> usize { in offset_from() function