Searched refs:otherNames (Results 1 – 1 of 1) sorted by relevance
870 std::vector<std::string> otherNames; // Others in GetServiceNames() local874 [&defaultNames, &vendorNames, &otherNames]( in GetServiceNames()883 otherNames.emplace_back(name); in GetServiceNames()891 std::sort(otherNames.begin(), otherNames.end()); in GetServiceNames()896 names.reserve(names.size() + vendorNames.size() + otherNames.size()); in GetServiceNames()901 std::make_move_iterator(otherNames.begin()), in GetServiceNames()902 std::make_move_iterator(otherNames.end())); in GetServiceNames()