Searched refs:expandedCombos (Results 1 – 1 of 1) sorted by relevance
220 std::vector<std::map<IfaceType, size_t>> expandedCombos; in ExpandIfaceCombinations() local221 expandedCombos.resize(numExpandedCombos); in ExpandIfaceCombinations()222 for (auto& expandedCombo : expandedCombos) { in ExpandIfaceCombinations()236 expandedCombos[k][ifaceType]++; in ExpandIfaceCombinations()240 return expandedCombos; in ExpandIfaceCombinations()296 const auto expandedCombos = ExpandIfaceCombinations(combination); in CanSupportIfaceType() local297 for (const auto& expandedCombo : expandedCombos) { in CanSupportIfaceType()411 const auto expandedCombos = ExpandIfaceCombinations(combination); in CanCurrentModeSupportIfaceCombo() local412 for (const auto& expandedCombo : expandedCombos) { in CanCurrentModeSupportIfaceCombo()