Searched defs:checked_sub (Results 1 – 2 of 2) sorted by relevance
32 def checked_sub(pattern, sub, out, count=1, flags=0): function
284 pub fn checked_sub(&mut self, a: &BigNumRef, b: &BigNumRef) -> Result<(), ErrorStack> { in checked_sub() method