Home
last modified time | relevance | path

Searched defs:checked_sub (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/ascii/
Dmod.rs1132 fn checked_sub(self, by: u8, _: sealed::SealedMarker) -> Option<Self>; in checked_sub() method
1136 fn checked_sub(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_sub() method
1142 fn checked_sub(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_sub() method
1148 fn checked_sub(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_sub() method
1154 fn checked_sub(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_sub() method
1160 fn checked_sub(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_sub() method
/aosp_15_r20/external/rust/android-crates-io/crates/instant/src/
Dwasm.rs48 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
209 pub fn checked_sub(&self, duration: Duration) -> Option<SystemTime> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dtime.rs403 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
587 pub fn checked_sub(&self, duration: Duration) -> Option<SystemTime> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Dtime.rs403 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
587 pub fn checked_sub(&self, duration: Duration) -> Option<SystemTime> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dtime.rs403 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
587 pub fn checked_sub(&self, duration: Duration) -> Option<SystemTime> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dtime.rs403 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
587 pub fn checked_sub(&self, duration: Duration) -> Option<SystemTime> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dtime.rs403 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
587 pub fn checked_sub(&self, duration: Duration) -> Option<SystemTime> { in checked_sub() method
/aosp_15_r20/external/rust/android-crates-io/crates/webpki/src/
Dbudget.rs41 fn checked_sub(value: &mut usize, underflow_error: ErrorExt) -> Result<(), ErrorExt> { in checked_sub() function
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/
Dchecked.rs40 fn checked_sub(&self, v: &Self) -> Option<Self>; in checked_sub() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/time/
Dinstant.rs148 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
/aosp_15_r20/external/crosvm/vm_memory/src/
H A Dguest_address.rs66 pub fn checked_sub(self, other: u64) -> Option<GuestAddress> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs166 fn checked_sub() { in checked_sub() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs166 fn checked_sub() { in checked_sub() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs166 fn checked_sub() { in checked_sub() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs166 fn checked_sub() { in checked_sub() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs166 fn checked_sub() { in checked_sub() function
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Dsubtraction.rs305 fn checked_sub(&self, v: &BigUint) -> Option<BigUint> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dtime.rs142 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dtime.rs142 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dtime.rs144 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dtime.rs144 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dtime.rs144 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dsubtraction.rs297 fn checked_sub(&self, v: &BigInt) -> Option<BigInt> { in checked_sub() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dbyteorder.rs672 fn checked_sub(self, rhs: Self) -> Option<Self>; in checked_sub() method
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dbyteorder.rs672 fn checked_sub(self, rhs: Self) -> Option<Self>; in checked_sub() method

12