Searched defs:checked_add (Results 1 – 9 of 9) sorted by relevance
| /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/instant/src/ |
| D | wasm.rs | 39 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
|
| /external/crosvm/vm_memory/src/ |
| D | guest_address.rs | 37 pub fn checked_add(self, other: u64) -> Option<GuestAddress> { in checked_add() method
|
| /external/rust/crates/tokio/src/time/ |
| D | instant.rs | 149 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
|
| /external/rust/crates/arbitrary/src/ |
| D | unstructured.rs | 616 fn checked_add(self, rhs: Self) -> Option<Self>; 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/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
|
| /external/protobuf/php/ext/google/protobuf/ |
| D | upb.c | 9201 static bool checked_add(size_t a, size_t b, size_t *c) { in checked_add() function
|
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | upb.c | 13020 static bool checked_add(size_t a, size_t b, size_t *c) { in checked_add() function
|