Lines Matching defs:bytes
13 let bytes = &[ in read_buffer() localVariable
129 let bytes = &[ in try_all_sizes() localVariable
162 let bytes = &[ in skipping_and_zero_reads() localVariable
184 let bytes = &[ in errors() localVariable
214 let bytes = &[ in signed_values() localVariable
227 let bytes: Vec<u8> = (0..16).collect(); in boolean_values() localVariable
241 let bytes = &[ in read_slice() localVariable
272 let bytes = &[ in read_slice_too_much() localVariable
290 let bytes = &[ in relative_reader() localVariable
321 let bytes = &[0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF]; in test_read_u64_max() localVariable
328 let bytes = &[0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF]; in test_read_i64_max() localVariable