Home
last modified time | relevance | path

Searched defs:TestSeeker (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_stream/rust/pw_stream/
H A Dlib.rs188 struct TestSeeker { struct
189 len: u64,
190 pos: u64,
193 impl Seek for TestSeeker { implementation