Searched defs:checked_sub (Results 1 – 6 of 6) sorted by relevance
32 pub fn checked_sub(&self, duration: Duration) -> Option<Self> { in checked_sub() method84 pub fn checked_sub(&self, duration: Duration) -> Option<Self> { in checked_sub() method
42 fn checked_sub(&self, v: &Self) -> Option<Self>; in checked_sub() method
47 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
48 pub fn checked_sub(self, other: u64) -> Option<GuestAddress> { in checked_sub() method
156 pub fn checked_sub(&self, duration: Duration) -> Option<Instant> { in checked_sub() method
227 pub fn checked_sub(&self, rhs: &Duration) -> Option<Duration> { in checked_sub() method