Lines Matching refs:unifiedData
25 std::shared_ptr<PasteData> ConvertUtils::Convert(const UnifiedData &unifiedData)
27 auto pasteData = std::make_shared<PasteData>(Convert(unifiedData.GetRecords()));
28 pasteData->SetProperty(ConvertProperty(unifiedData.GetProperties(), unifiedData));
34 auto unifiedData = std::make_shared<UnifiedData>();
35 unifiedData->SetRecords(Convert(pasteData.AllRecords()));
36 unifiedData->SetProperties(ConvertProperty(pasteData.GetProperty()));
37 unifiedData->SetDataId(pasteData.GetDataId());
38 return unifiedData;
153 const std::shared_ptr<UnifiedDataProperties> &properties, const UnifiedData &unifiedData)
163 auto utdIds = unifiedData.GetTypesLabels();