Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerocopy/src/
Dlib.rs777 fn raw_from_ptr_len(bytes: NonNull<u8>, meta: Self::PointerMetadata) -> NonNull<Self>; in raw_from_ptr_len() method
921 fn raw_from_ptr_len(data: NonNull<u8>, elems: usize) -> NonNull<Self> { in raw_from_ptr_len() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/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
/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
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/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