Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand_core-0.6.4/src/
H A Dimpls.rs60 fn as_byte_slice(x: &[Self]) -> &[u8]; in as_byte_slice() method
67 fn as_byte_slice(x: &[Self]) -> &[u8] { in as_byte_slice() method
78 fn as_byte_slice(x: &[Self]) -> &[u8] { in as_byte_slice() method
/aosp_15_r20/external/rust/android-crates-io/crates/rand_core/src/
Dimpls.rs60 fn as_byte_slice(x: &[Self]) -> &[u8]; in as_byte_slice() method
67 fn as_byte_slice(x: &[Self]) -> &[u8] { in as_byte_slice() method
78 fn as_byte_slice(x: &[Self]) -> &[u8] { in as_byte_slice() method
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/util/
H A Dserialize.rs8 pub unsafe fn as_byte_slice<T>(t: &[T]) -> &[u8] { in as_byte_slice() function