Searched defs:checked_add (Results 1 – 13 of 13) sorted by relevance
| /external/rust/crates/const-oid/src/ |
| D | checked.rs | 4 macro_rules! checked_add { macro
|
| /external/rust/crates/instant/src/ |
| D | wasm.rs | 40 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method 205 pub fn checked_add(&self, duration: Duration) -> Option<SystemTime> { in checked_add() method
|
| /external/rust/crates/num-traits/src/ops/ |
| D | checked.rs | 8 fn checked_add(&self, v: &Self) -> Option<Self>; in checked_add() method
|
| /external/rust/crates/tokio/src/time/ |
| D | instant.rs | 141 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
|
| /external/crosvm/vm_memory/src/ |
| D | guest_address.rs | 54 pub fn checked_add(self, other: u64) -> Option<GuestAddress> { in checked_add() method
|
| /external/rust/crates/num-bigint/src/biguint/ |
| D | addition.rs | 249 fn checked_add(&self, v: &BigUint) -> Option<BigUint> { in checked_add() method
|
| /external/rust/crates/litrs/src/integer/ |
| D | mod.rs | 192 fn checked_add(self, rhs: Self) -> Option<Self>; in checked_add() method
|
| /external/rust/crates/num-bigint/src/bigint/ |
| D | addition.rs | 234 fn checked_add(&self, v: &BigInt) -> Option<BigInt> { in checked_add() method
|
| /external/rust/crates/chrono/src/ |
| D | oldtime.rs | 209 pub fn checked_add(&self, rhs: &Duration) -> Option<Duration> { in checked_add() method
|
| /external/rust/crates/arbitrary/src/ |
| D | unstructured.rs | 809 fn checked_add(self, rhs: Self) -> Option<Self>; in checked_add() method
|
| /external/rust/crates/num-bigint/src/ |
| D | bigint.rs | 989 pub fn checked_add(&self, v: &BigInt) -> Option<BigInt> { in checked_add() method
|
| /external/rust/crates/openssl/src/ |
| D | bn.rs | 276 pub fn checked_add(&mut self, a: &BigNumRef, b: &BigNumRef) -> Result<(), ErrorStack> { in checked_add() method
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
| D | parser.c | 428 static bool checked_add(size_t a, size_t b, size_t *c) { in checked_add() function
|