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()
123 …std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, … in ApplyBlockPatch()166 std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, in ApplyBlockPatch()185 …std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, … in ApplyBlockPatch()
234 int32_t BlocksStreamPatch::RestoreDiffData(const ControlData &ctrlData) in RestoreDiffData()276 int32_t BlocksStreamPatch::RestoreExtraData(const ControlData &ctrlData) in RestoreExtraData()