Searched refs:bonus (Results 1 – 1 of 1) sorted by relevance
87 Value* bonus = nullptr; in PatchMode() local94 bonus = &bonusValue; in PatchMode()95 bonus->type = VAL_BLOB; in PatchMode()96 bonus->size = bonusFc.data.size(); in PatchMode()97 bonus->data = reinterpret_cast<char*>(bonusFc.data.data()); in PatchMode()115 if (bonus != nullptr) { in PatchMode()137 patch_ptrs.data(), bonus); in PatchMode()