Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/
Dallocation.rs69 pub fn try_zeroed_box<T: Zeroable>() -> Result<Box<T>, ()> { in try_zeroed_box() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/
H A Dallocation.rs65 pub fn try_zeroed_box<T: Zeroable>() -> Result<Box<T>, ()> { in try_zeroed_box() function