Home
last modified time | relevance | path

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

/external/rust/crates/base64/tests/
Dtests.rs54 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_short_standard() localVariable
64 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_with_fast_loop_standard() localVariable
74 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_short_no_padding() localVariable
85 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_no_padding() localVariable