Searched refs:withoutRowIdData (Results 1 – 3 of 3) sorted by relevance
393 param.withoutRowIdData.updateData.emplace_back(dataIndex, in SaveChangedData()401 param.withoutRowIdData.insertData.push_back(dataIndex); in SaveChangedData()428 param.withoutRowIdData.insertData.clear(); in ClearWithoutData()429 param.withoutRowIdData.updateData.clear(); in ClearWithoutData()430 param.withoutRowIdData.assetInsertData.clear(); in ClearWithoutData()
75 WithoutRowIdData withoutRowIdData; member
497 if (param.withoutRowIdData.insertData.empty() && param.withoutRowIdData.updateData.empty()) { in UpdateChangedData()501 for (size_t j : param.withoutRowIdData.insertData) { in UpdateChangedData()512 for (const auto &tuple : param.withoutRowIdData.assetInsertData) { in UpdateChangedData()519 for (const auto &tuple : param.withoutRowIdData.updateData) { in UpdateChangedData()809 …param.withoutRowIdData.assetInsertData.push_back(std::make_tuple(idx, param.assetsDownloadList.siz… in HandleTagAssets()