Home
last modified time | relevance | path

Searched defs:checked_shl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/
Dchecked.rs202 fn checked_shl(&self, rhs: u32) -> Option<Self>; in checked_shl() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dbyteorder.rs673 fn checked_shl(self, rhs: Self) -> Option<Self>; in checked_shl() method
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dbyteorder.rs673 fn checked_shl(self, rhs: Self) -> Option<Self>; in checked_shl() method