Searched refs:InMemoryEditor (Results 1 – 1 of 1) sorted by relevance
302 struct InMemoryEditor { struct307 impl InMemoryEditor { impl308 pub fn new() -> InMemoryEditor { in new()309 InMemoryEditor { data: RefCell::new(Vec::new()), fail_read: false } in new()313 impl RandomWrite for InMemoryEditor { implementation333 impl ReadByChunk for InMemoryEditor { implementation356 let writer = InMemoryEditor::new(); in test_writer()373 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_no_write()385 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_from_zero()394 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_from_zero()[all …]