Searched defs:checked_sub (Results 1 – 9 of 9) sorted by relevance
| /external/rust/crates/instant/src/ |
| D | wasm.rs | 48 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/ |
| D | checked.rs | 42 fn checked_sub(&self, v: &Self) -> Option<Self>; in checked_sub() method
|
| /external/rust/crates/tokio/src/time/ |
| D | instant.rs | 148 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
|
| /external/crosvm/vm_memory/src/ |
| D | guest_address.rs | 65 pub fn checked_sub(self, other: u64) -> Option<GuestAddress> { in checked_sub() method
|
| /external/rust/crates/num-bigint/src/biguint/ |
| D | subtraction.rs | 305 fn checked_sub(&self, v: &BigUint) -> Option<BigUint> { in checked_sub() method
|
| /external/rust/crates/num-bigint/src/bigint/ |
| D | subtraction.rs | 297 fn checked_sub(&self, v: &BigInt) -> Option<BigInt> { in checked_sub() method
|
| /external/rust/crates/chrono/src/ |
| D | oldtime.rs | 227 pub fn checked_sub(&self, rhs: &Duration) -> Option<Duration> { in checked_sub() method
|
| /external/rust/crates/num-bigint/src/ |
| D | bigint.rs | 994 pub fn checked_sub(&self, v: &BigInt) -> Option<BigInt> { in checked_sub() method
|
| /external/rust/crates/openssl/src/ |
| D | bn.rs | 284 pub fn checked_sub(&mut self, a: &BigNumRef, b: &BigNumRef) -> Result<(), ErrorStack> { in checked_sub() method
|