Searched refs:otherNames (Results 1 – 1 of 1) sorted by relevance
749 std::vector<std::string> otherNames; // Others in GetServiceNames() local753 [&defaultNames, &vendorNames, &otherNames]( in GetServiceNames()762 otherNames.emplace_back(name); in GetServiceNames()770 std::sort(otherNames.begin(), otherNames.end()); in GetServiceNames()775 names.reserve(names.size() + vendorNames.size() + otherNames.size()); in GetServiceNames()780 std::make_move_iterator(otherNames.begin()), in GetServiceNames()781 std::make_move_iterator(otherNames.end())); in GetServiceNames()