Searched refs:expanded_combos (Results 1 – 1 of 1) sorted by relevance
1327 std::vector<std::map<IfaceType, size_t>> expanded_combos; in expandIfaceCombinations() local1328 expanded_combos.resize(num_expanded_combos); in expandIfaceCombinations()1329 for (auto& expanded_combo : expanded_combos) { in expandIfaceCombinations()1342 expanded_combos[k][iface_type]++; in expandIfaceCombinations()1346 return expanded_combos; in expandIfaceCombinations()1382 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces() local1383 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces()1427 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceCombo() local1428 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceCombo()