Searched refs:portMapIter (Results 1 – 1 of 1) sorted by relevance
324 auto portMapIter = portMap.find(xRoute.getSink()); in getSinkPortId() local325 if (portMapIter == portMap.end()) { in getSinkPortId()331 return portMapIter->second; in getSinkPortId()340 auto portMapIter = portMap.find(source); in getSourcePortIds() local341 if (portMapIter == portMap.end()) { in getSourcePortIds()347 sourcePortIds.push_back(portMapIter->second); in getSourcePortIds()