Lines Matching defs:bytes
181 let mut bytes = BytesMut::with_capacity(1024); in split_off_uninitialized() localVariable
197 let mut bytes = Bytes::from(&s[..]); in split_off_to_loop() localVariable
206 let mut bytes = BytesMut::from(&s[..]); in split_off_to_loop() localVariable
215 let mut bytes = Bytes::from(&s[..]); in split_off_to_loop() localVariable
224 let mut bytes = BytesMut::from(&s[..]); in split_off_to_loop() localVariable
286 let mut bytes = BytesMut::with_capacity(1024); in split_to_uninitialized() localVariable
294 let mut bytes = BytesMut::with_capacity(100); in split_off_to_at_gt_len() localVariable
413 let mut bytes = BytesMut::from(&b"hello world"[..]); in fns_defined_for_bytes_mut() localVariable
426 let mut bytes = BytesMut::from(LONG); in reserve_convert() localVariable
431 let mut bytes = BytesMut::from(LONG); in reserve_convert() localVariable
442 let mut bytes = BytesMut::with_capacity(64); in reserve_growth() localVariable
452 let mut bytes = BytesMut::with_capacity(1024); in reserve_allocates_at_least_original_capacity() localVariable
469 let mut bytes = BytesMut::with_capacity(SIZE); in reserve_max_original_capacity_value() localVariable
483 let mut bytes = BytesMut::with_capacity(16); in reserve_vec_recycling() localVariable
497 let mut bytes = BytesMut::with_capacity(1000); in reserve_in_arc_unique_does_not_overallocate() localVariable
509 let mut bytes = BytesMut::with_capacity(1000); in reserve_in_arc_unique_doubles() localVariable
521 let mut bytes = BytesMut::with_capacity(1000); in reserve_in_arc_nonunique_does_not_overallocate() localVariable
533 let mut bytes = BytesMut::with_capacity(0); in extend_mut() localVariable
541 let mut bytes = BytesMut::new(); in extend_from_slice_mut() localVariable
550 let mut bytes = BytesMut::with_capacity(0); in extend_mut_without_size_hint() localVariable
651 let bytes = Bytes::from(&b"The quick red fox"[..]); in partial_eq_bytesmut() localVariable
884 let bytes = Bytes::from(&b"012345678"[..]); in slice_ref_works() localVariable
895 let bytes = Bytes::from(&b""[..]); in slice_ref_empty() localVariable
904 let bytes = Bytes::from(&b"abcde"[..]); in slice_ref_empty_subslice() localVariable
915 let bytes = Bytes::from(&b"012345678"[..]); in slice_ref_catches_not_a_subset() localVariable
923 let bytes = Bytes::from(&b"012345678"[..]); in slice_ref_not_an_empty_subset() localVariable
931 let bytes = Bytes::new(); in empty_slice_ref_not_an_empty_subset() localVariable
939 let mut bytes = BytesMut::with_capacity(1024); in bytes_buf_mut_advance() localVariable
978 let mut bytes = BytesMut::with_capacity(1024); in bytes_reserve_overflow() localVariable
993 let mut bytes = BytesMut::new(); in bytes_put_bytes() localVariable