Home
last modified time | relevance | path

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

/external/rust/crates/rustc-hash/src/
Dlib.rs87 let read_usize = |bytes: &[u8]| u32::from_ne_bytes(bytes[..4].try_into().unwrap()); in write() localVariable
89 let read_usize = |bytes: &[u8]| u64::from_ne_bytes(bytes[..8].try_into().unwrap()); in write() localVariable