Searched refs:dataMapping (Results 1 – 2 of 2) sorted by relevance
210 const std::vector<TabOldPhotosClient::TabOldPhotosClientObj> &dataMapping) in Build() argument214 auto it = std::find_if(dataMapping.begin(), in Build()215 dataMapping.end(), in Build()217 if (it != dataMapping.end()) { in Build()223 auto it = std::find_if(dataMapping.begin(), in Build()224 dataMapping.end(), in Build()226 if (it != dataMapping.end()) { in Build()234 …const std::vector<TabOldPhotosClient::TabOldPhotosClientObj> &dataMapping, std::vector<RequestUriO… in Parse() argument238 std::pair<std::string, std::string> pair = this->Build(requestUriObj, dataMapping); in Parse()252 std::vector<TabOldPhotosClient::TabOldPhotosClientObj> dataMapping = this->Parse(resultSet); in GetResultMap() local[all …]
57 const RequestUriObj &requestUriObj, const std::vector<TabOldPhotosClientObj> &dataMapping);59 const std::vector<TabOldPhotosClientObj> &dataMapping, std::vector<RequestUriObj> &uriList);