Searched refs:BlocksStreamPatch (Results 1 – 3 of 3) sorted by relevance
66 class BlocksStreamPatch : public BlocksPatch {68 BlocksStreamPatch(const PatchBuffer &patchInfo, in BlocksStreamPatch() function71 ~BlocksStreamPatch() override {} in ~BlocksStreamPatch()
148 …std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, … in ApplyBlockPatch()194 std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, in ApplyBlockPatch()215 …std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, … in ApplyBlockPatch()
232 int32_t BlocksStreamPatch::RestoreDiffData(const ControlData &ctrlData) in RestoreDiffData()274 int32_t BlocksStreamPatch::RestoreExtraData(const ControlData &ctrlData) in RestoreExtraData()