Searched refs:fileIndexMap (Results 1 – 1 of 1) sorted by relevance
1058 unordered_map<string, size_t> fileIndexMap; in BatchQueryPhoto() local1064 fileIndexMap[fileInfos[index].cloudPath] = index; in BatchQueryPhoto()1069 querySql += " LIMIT " + to_string(fileIndexMap.size()); in BatchQueryPhoto()1083 if (fileIndexMap.count(cloudPath) == 0) { in BatchQueryPhoto()1086 size_t index = fileIndexMap.at(cloudPath); in BatchQueryPhoto()