Searched refs:overflowing_sub_signed (Results 1 – 2 of 2) sorted by relevance
617 pub fn overflowing_sub_signed(&self, rhs: OldDuration) -> (NaiveTime, i64) { in overflowing_sub_signed() method1150 self.overflowing_sub_signed(rhs).0 in sub()
569 let (time, rhs) = self.time.overflowing_sub_signed(rhs); in checked_sub_signed()