Lines Matching refs:VerifiedFileEditor
80 pub struct VerifiedFileEditor<F: ReadByChunk + RandomWrite> { struct
85 impl<F: ReadByChunk + RandomWrite> VerifiedFileEditor<F> { argument
158 impl<F: ReadByChunk + RandomWrite> RandomWrite for VerifiedFileEditor<F> { implementation
257 impl<F: ReadByChunk + RandomWrite> ReadByChunk for VerifiedFileEditor<F> { implementation
345 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_no_write()
357 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_from_zero()
366 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_from_zero()
375 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_from_zero()
388 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_unaligned()
397 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_unaligned()
410 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_with_hole()
419 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_with_hole()
428 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_with_hole()
440 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_various_writes()
480 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_inconsistent_read()
512 let file = VerifiedFileEditor::new(writer); in test_verified_writer_failed_read_back()
522 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_resize_to_same_size()
538 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_resize_to_grow()
555 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_resize_to_shrink()
574 let file = VerifiedFileEditor::new(writer); in test_resize_to_shrink_with_read_failure()
586 let file = VerifiedFileEditor::new(writer); in test_resize_to_shirink_to_chunk_boundary()