• Home
  • Raw
  • Download

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::from(LONG); in reserve_in_arc_unique_does_not_overallocate_after_split() localVariable
534 let mut bytes = BytesMut::from(LONG); in reserve_in_arc_unique_does_not_overallocate_after_multiple_splits() localVariable
549 let mut bytes = BytesMut::with_capacity(1000); in reserve_in_arc_nonunique_does_not_overallocate() localVariable
564 let mut bytes = BytesMut::with_capacity(1000); in reserve_shared_reuse() localVariable
580 let mut bytes = BytesMut::with_capacity(0); in extend_mut() localVariable
588 let mut bytes = BytesMut::new(); in extend_from_slice_mut() localVariable
597 let mut bytes = BytesMut::with_capacity(0); in extend_mut_from_bytes() localVariable
604 let mut bytes = BytesMut::with_capacity(0); in extend_mut_without_size_hint() localVariable
705 let bytes = Bytes::from(&b"The quick red fox"[..]); in partial_eq_bytesmut() localVariable
938 let bytes = Bytes::from(&b"012345678"[..]); in slice_ref_works() localVariable
949 let bytes = Bytes::from(&b""[..]); in slice_ref_empty() localVariable
958 let bytes = Bytes::from(&b"abcde"[..]); in slice_ref_empty_subslice() localVariable
969 let bytes = Bytes::from(&b"012345678"[..]); in slice_ref_catches_not_a_subset() localVariable
977 let bytes = Bytes::from(&b"012345678"[..]); in slice_ref_not_an_empty_subset() localVariable
985 let bytes = Bytes::new(); in empty_slice_ref_not_an_empty_subset() localVariable
993 let mut bytes = BytesMut::with_capacity(1024); in bytes_buf_mut_advance() localVariable
1032 let mut bytes = BytesMut::with_capacity(1024); in bytes_reserve_overflow() localVariable
1047 let mut bytes = BytesMut::new(); in bytes_put_bytes() localVariable
1066 let mut bytes = BytesMut::new(); in bytes_into_vec() localVariable
1073 let mut bytes = BytesMut::new(); in bytes_into_vec() localVariable
1087 let mut bytes = BytesMut::new(); in bytes_into_vec() localVariable