Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/reader/
H A Dio_reader.rs230 struct TestIo { struct
235 impl TestIo { impl
241 impl Read for TestIo { implementation
302 let io = TestIo::new(Vec::new()); in ut_io_reader_new()
483 let io = TestIo::new(vec![1]); in ut_io_reader_start_caching()
509 let io = TestIo::new(Vec::new()); in ut_io_reader_cached_len()
529 let io = TestIo::new(Vec::new()); in ut_io_reader_cached_slice()
538 let io = TestIo::new(input); in ut_io_reader_cached_slice()
562 let io = TestIo::new(Vec::new()); in ut_io_reader_cached_data()
580 let io = TestIo::new(Vec::new()); in ut_io_reader_end_caching()
[all …]