Searched refs:uninit_u8_array (Results 1 – 1 of 1) sorted by relevance
1111 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