Searched refs:columnSet (Results 1 – 3 of 3) sorted by relevance
415 …std::unordered_set<std::string> columnSet{ "Photos.file_id", "Photos.title", "Photos.size", "Photo… in GetAllDuplicateAssets() local418 columnSet.insert(column); in GetAllDuplicateAssets()420 columnSet.insert("Photos." + column); in GetAllDuplicateAssets()424 std::string selectColumns = GetSelectColumns(columnSet); in GetAllDuplicateAssets()447 std::unordered_set<std::string> columnSet{ "file_id", "title", "size", "orientation" }; in GetCanDelDuplicateAssets() local448 columnSet.insert(columns.begin(), columns.end()); in GetCanDelDuplicateAssets()450 std::string selectColumns = GetSelectColumns(columnSet); in GetCanDelDuplicateAssets()
98 const std::unordered_set<std::string> &columnSet);
1271 const unordered_set<string> &columnSet) in HasColumns() argument1273 for (const auto &columnName : columnSet) { in HasColumns()