Home
last modified time | relevance | path

Searched defs:checked_new (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/body/
Dlength.rs52 pub(crate) fn checked_new(len: u64) -> Result<Self, crate::error::Parse> { in checked_new() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/font-types-0.4.3/src/
H A Duint24.rs21 pub const fn checked_new(raw: u32) -> Option<Uint24> { in checked_new() method