Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs276 pub fn checked_add(&mut self, a: &BigNumRef, b: &BigNumRef) -> Result<(), ErrorStack> { in checked_add() method
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9385 static bool checked_add(size_t a, size_t b, size_t *c) { in checked_add() function