Searched defs:checked_sub (Results 1 – 2 of 2) sorted by relevance
42 fn checked_sub(&self, v: &Self) -> Option<Self>; in checked_sub() method
284 pub fn checked_sub(&mut self, a: &BigNumRef, b: &BigNumRef) -> Result<(), ErrorStack> { in checked_sub() method