| /external/rust/crates/webpki/src/ |
| D | budget.rs | 41 fn checked_sub(value: &mut usize, underflow_error: ErrorExt) -> Result<(), ErrorExt> { in checked_sub() function
|
| /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 | 40 fn checked_sub(&self, v: &Self) -> Option<Self>; in checked_sub() method
|
| /external/rust/crates/winnow/src/ascii/ |
| D | mod.rs | 1132 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
|
| /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 | 66 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/zerocopy/src/ |
| D | byteorder.rs | 672 fn checked_sub(self, rhs: Self) -> Option<Self>; in checked_sub() method
|
| /external/rust/crates/chrono/src/ |
| D | time_delta.rs | 363 pub const fn checked_sub(&self, rhs: &TimeDelta) -> Option<TimeDelta> { 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
|