Home
last modified time | relevance | path

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

/external/rust/crates/num-traits/src/ops/
Dchecked.rs8 fn checked_add(&self, v: &Self) -> Option<Self>; in checked_add() method
/external/rust/crates/instant/src/
Dwasm.rs39 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
/external/crosvm/vm_memory/src/
Dguest_address.rs37 pub fn checked_add(self, other: u64) -> Option<GuestAddress> { in checked_add() method
/external/rust/crates/tokio/src/time/
Dinstant.rs149 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
/external/rust/crates/arbitrary/src/
Dunstructured.rs616 fn checked_add(self, rhs: Self) -> Option<Self>; in checked_add() method
/external/rust/crates/chrono/src/
Doldtime.rs209 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/
Dparser.c428 static bool checked_add(size_t a, size_t b, size_t *c) { in checked_add() function
/external/protobuf/php/ext/google/protobuf/
Dupb.c9201 static bool checked_add(size_t a, size_t b, size_t *c) { in checked_add() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c13020 static bool checked_add(size_t a, size_t b, size_t *c) { in checked_add() function