Searched refs:expanded_combos (Results 1 – 1 of 1) sorted by relevance
1422 std::vector<std::map<IfaceType, size_t>> expanded_combos; in expandIfaceCombinations() local1423 expanded_combos.resize(num_expanded_combos); in expandIfaceCombinations()1424 for (auto& expanded_combo : expanded_combos) { in expandIfaceCombinations()1437 expanded_combos[k][iface_type]++; in expandIfaceCombinations()1441 return expanded_combos; in expandIfaceCombinations()1477 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces() local1478 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces()1522 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceCombo() local1523 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceCombo()