Searched refs:BlocksBufferPatch (Results 1 – 3 of 3) sorted by relevance
51 class BlocksBufferPatch : public BlocksPatch {53 …BlocksBufferPatch(const PatchBuffer &patchInfo, const BlockBuffer &oldInfo, std::vector<uint8_t> &… in BlocksBufferPatch() function55 ~BlocksBufferPatch() override {} in ~BlocksBufferPatch()
188 int32_t BlocksBufferPatch::ReadHeader(int64_t &controlDataSize, int64_t &diffDataSize, int64_t &new… in ReadHeader()200 int32_t BlocksBufferPatch::RestoreDiffData(const ControlData &ctrlData) in RestoreDiffData()220 int32_t BlocksBufferPatch::RestoreExtraData(const ControlData &ctrlData) in RestoreExtraData()
98 …std::unique_ptr<BlocksBufferPatch> patch = std::make_unique<BlocksBufferPatch>(patchInfo, oldInfo,… in ApplyBlockPatch()