Home
last modified time | relevance | path

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

/external/rust/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
/external/rust/crates/num-traits/src/ops/
Dchecked.rs42 fn checked_sub(&self, v: &Self) -> Option<Self>; in checked_sub() method
/external/rust/crates/tokio/src/time/
Dinstant.rs148 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
/external/crosvm/vm_memory/src/
Dguest_address.rs65 pub fn checked_sub(self, other: u64) -> Option<GuestAddress> { in checked_sub() method
/external/rust/crates/num-bigint/src/biguint/
Dsubtraction.rs305 fn checked_sub(&self, v: &BigUint) -> Option<BigUint> { in checked_sub() method
/external/rust/crates/num-bigint/src/bigint/
Dsubtraction.rs297 fn checked_sub(&self, v: &BigInt) -> Option<BigInt> { in checked_sub() method
/external/rust/crates/chrono/src/
Doldtime.rs227 pub fn checked_sub(&self, rhs: &Duration) -> Option<Duration> { in checked_sub() method
/external/rust/crates/num-bigint/src/
Dbigint.rs994 pub fn checked_sub(&self, v: &BigInt) -> Option<BigInt> { in checked_sub() method
/external/rust/crates/openssl/src/
Dbn.rs284 pub fn checked_sub(&mut self, a: &BigNumRef, b: &BigNumRef) -> Result<(), ErrorStack> { in checked_sub() method