Searched refs:cloudPkVals (Results 1 – 3 of 3) sorted by relevance
25 std::vector<Type> &cloudPkVals) in GetCloudPkVals() argument27 if (!cloudPkVals.empty()) { in GetCloudPkVals()35 cloudPkVals.emplace_back(dataKey); in GetCloudPkVals()44 cloudPkVals.push_back(type); in GetCloudPkVals()201 std::vector<Type> cloudPkVals; in SaveChangedDataByType() local204 cloudPkVals); in SaveChangedDataByType()206 …= CloudSyncUtils::GetCloudPkVals(datum, changedData.field, localInfo.logInfo.dataKey, cloudPkVals); in SaveChangedDataByType()211 InsertOrReplaceChangedDataByType(type, cloudPkVals, changedData); in SaveChangedDataByType()
36 std::vector<Type> &cloudPkVals);
889 std::vector<Type> cloudPkVals = {{}}; variable890 ret = utilsObj.GetCloudPkVals(record, pkColNames, 0, cloudPkVals);