Searched refs:servIter (Results 1 – 2 of 2) sorted by relevance
474 auto servIter = pathIter->second.find(sIter.first); in addServices() local475 if (servIter != pathIter->second.end()) in addServices()480 if (std::find(servIter->second.begin(), in addServices()481 servIter->second.end(), iIter) == in addServices()482 servIter->second.end()) in addServices()485 servIter->second.emplace_back(iIter); in addServices()
417 auto servIter = pathIter->second.find(itServ.first); in addServices() local418 if (servIter != pathIter->second.end()) in addServices()420 if (std::find(servIter->second.second.begin(), in addServices()421 servIter->second.second.end(), intf) == in addServices()422 servIter->second.second.end()) in addServices()425 servIter->second.second.emplace_back(intf); in addServices()