Searched refs:SplitPatchWriter (Results 1 – 3 of 3) sorted by relevance
13 bool SplitPatchWriter::Init(size_t new_size) { in Init()33 bool SplitPatchWriter::WriteDiffStream(const uint8_t* data, size_t size) { in WriteDiffStream()38 bool SplitPatchWriter::WriteExtraStream(const uint8_t* data, size_t size) { in WriteExtraStream()43 bool SplitPatchWriter::AddControlEntry(const ControlEntry& entry) { in AddControlEntry()105 bool SplitPatchWriter::Close() { in Close()134 bool SplitPatchWriter::AddControlEntryToCurrentPatch( in AddControlEntryToCurrentPatch()152 bool SplitPatchWriter::WriteToStream(WriteStreamMethod method, in WriteToStream()
19 class SplitPatchWriter : public PatchWriterInterface {24 SplitPatchWriter(uint64_t new_chunk_size, in SplitPatchWriter() function
27 patch_writer_.reset(new SplitPatchWriter(new_chunk_size, patches)); in SetUpForSize()32 std::unique_ptr<SplitPatchWriter> patch_writer_;38 patch_writer_.reset(new SplitPatchWriter(10, patches)); in TEST_F()