Home
last modified time | relevance | path

Searched refs:uninit_u8_array (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/
Dname.rs1111 let mut buf = uninit_u8_array(); in from_bytes()
1165 let mut buf = uninit_u8_array(); in from_lowercase()
1527 let mut buf = uninit_u8_array(); in from_bytes()
1537 let mut buf = uninit_u8_array(); in from_static()
1649 fn uninit_u8_array() -> [MaybeUninit<u8>; SCRATCH_BUF_SIZE] { in uninit_u8_array() function