Searched refs:XORExtentWriter (Results 1 – 5 of 5) sorted by relevance
33 class XORExtentWriter : public BlockExtentWriter {35 XORExtentWriter(const InstallOperation& op, in XORExtentWriter() function47 ~XORExtentWriter() = default;
28 bool XORExtentWriter::WriteXorCowOp(const uint8_t* bytes, in WriteXorCowOp()60 bool XORExtentWriter::WriteXorExtent(const uint8_t* bytes, in WriteXorExtent()109 bool XORExtentWriter::WriteExtent(const void* bytes, in WriteExtent()158 bool XORExtentWriter::WriteReplaceExtents( in WriteReplaceExtents()
99 XORExtentWriter writer_{ in TEST_F()151 XORExtentWriter writer_{ in TEST_F()194 XORExtentWriter writer_{ in TEST_F()235 XORExtentWriter writer_{ in TEST_F()
377 IsXorEnabled() ? std::make_unique<XORExtentWriter>( in PerformDiffOperation()
86 std::unique_ptr<XORExtentWriter> writer = in CowDryRun()87 std::make_unique<XORExtentWriter>( in CowDryRun()