Searched defs:byte_buf (Results 1 – 4 of 4) sorted by relevance
54 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_short_standard() localVariable64 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_with_fast_loop_standard() localVariable74 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_short_no_padding() localVariable85 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_no_padding() localVariable
61 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_short_standard() localVariable71 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_with_fast_loop_standard() localVariable81 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_short_no_padding() localVariable98 let mut byte_buf: Vec<u8> = Vec::new(); in roundtrip_random_no_padding() localVariable
41 const StaticByteBuffer byte_buf(0x01, in TEST() local
2450 let mut byte_buf = vec![0u8; index + 1]; in test_volatile_array_ref_dirty_tracking() localVariable