Searched defs:checked_shl (Results 1 – 3 of 3) sorted by relevance
202 fn checked_shl(&self, rhs: u32) -> Option<Self>; in checked_shl() method
673 fn checked_shl(self, rhs: Self) -> Option<Self>; in checked_shl() method