Home
last modified time | relevance | path

Searched refs:test_rewind_resets_position_to_zero (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_stream/rust/pw_stream/
H A Dlib.rs157 pub(crate) fn test_rewind_resets_position_to_zero<const LEN: u64, T: Seek>(mut seeker: T) { in test_rewind_resets_position_to_zero() function
273 test_rewind_resets_position_to_zero::<64, _>(TestSeeker { len: 64, pos: 0 }); in default_rewind_impl_resets_position_to_zero()
H A Dcursor.rs329 test_rewind_resets_position_to_zero::<64, _>(Cursor::new(&[0u8; 64])); in cursor_rewind_resets_position_to_zero()