Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dlib.rs961 fn raw_from_ptr_len(bytes: NonNull<u8>, elems: usize) -> NonNull<Self>; in raw_from_ptr_len() method
977 fn raw_from_ptr_len(data: NonNull<u8>, elems: usize) -> NonNull<Self> { in raw_from_ptr_len() method
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dlib.rs961 fn raw_from_ptr_len(bytes: NonNull<u8>, elems: usize) -> NonNull<Self>; in raw_from_ptr_len() method
977 fn raw_from_ptr_len(data: NonNull<u8>, elems: usize) -> NonNull<Self> { in raw_from_ptr_len() method