Searched refs:test_rewind_resets_position_to_zero (Results 1 – 2 of 2) sorted by relevance
157 pub(crate) fn test_rewind_resets_position_to_zero<const LEN: u64, T: Seek>(mut seeker: T) { in test_rewind_resets_position_to_zero() function273 test_rewind_resets_position_to_zero::<64, _>(TestSeeker { len: 64, pos: 0 }); in default_rewind_impl_resets_position_to_zero()
329 test_rewind_resets_position_to_zero::<64, _>(Cursor::new(&[0u8; 64])); in cursor_rewind_resets_position_to_zero()