Searched refs:InMemoryEditor (Results 1 – 1 of 1) sorted by relevance
274 struct InMemoryEditor { struct279 impl InMemoryEditor { implementation280 pub fn new() -> InMemoryEditor { in new()285 impl RandomWrite for InMemoryEditor { implementation305 impl ReadByChunk for InMemoryEditor { implementation328 let writer = InMemoryEditor::new(); in test_writer()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()510 let mut writer = InMemoryEditor::new(); in test_verified_writer_failed_read_back()572 let mut writer = InMemoryEditor::new(); in test_resize_to_shrink_with_read_failure()[all …]