Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand_core-0.6.4/src/
H A Dimpls.rs37 pub fn fill_bytes_via_next<R: RngCore + ?Sized>(rng: &mut R, dest: &mut [u8]) { in fill_bytes_via_next() function
/aosp_15_r20/external/rust/android-crates-io/crates/rand_core/src/
Dimpls.rs37 pub fn fill_bytes_via_next<R: RngCore + ?Sized>(rng: &mut R, dest: &mut [u8]) { in fill_bytes_via_next() function