Searched refs:expanded_combos (Results 1 – 1 of 1) sorted by relevance
1745 std::vector<std::map<IfaceType, size_t>> expanded_combos; in expandIfaceCombinations() local1746 expanded_combos.resize(num_expanded_combos); in expandIfaceCombinations()1747 for (auto& expanded_combo : expanded_combos) { in expandIfaceCombinations()1760 expanded_combos[k][iface_type]++; in expandIfaceCombinations()1764 return expanded_combos; in expandIfaceCombinations()1800 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces() local1801 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces()1845 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceCombo() local1846 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceCombo()