Searched refs:downstreamPorts (Results 1 – 2 of 2) sorted by relevance
30 downstreamPorts[connectsTo].emplace_back(path); in addBoard()53 auto downstreamMatch = downstreamPorts.find(upstreamPortPair.first); in getAssocs()55 if (downstreamMatch == downstreamPorts.end()) in getAssocs()121 for (auto it = downstreamPorts.begin(); it != downstreamPorts.end();) in remove()132 it = downstreamPorts.erase(it); in remove()
29 std::unordered_map<PortType, std::vector<Path>> downstreamPorts; member in Topology