Home
last modified time | relevance | path

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

/third_party/rust/crates/num-traits/src/ops/
Dchecked.rs42 fn checked_sub(&self, v: &Self) -> Option<Self>; in checked_sub() method
/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs284 pub fn checked_sub(&mut self, a: &BigNumRef, b: &BigNumRef) -> Result<(), ErrorStack> { in checked_sub() method