Searched refs:foundClient (Results 1 – 2 of 2) sorted by relevance
169 ResourceInfos::iterator foundClient = infos.find(clientId); in removeResource() local170 if (foundClient == infos.end()) { in removeResource()175 ResourceInfo& info = foundClient->second; in removeResource()218 ResourceInfos::iterator foundClient = infos.find(clientId); in removeResource() local219 if (foundClient == infos.end()) { in removeResource()224 const ResourceInfo& info = foundClient->second; in removeResource()233 infos.erase(foundClient); in removeResource()246 ResourceInfos::const_iterator foundClient = infos.find(clientId); in getClient() local247 if (foundClient == infos.end()) { in getClient()252 return foundClient->second.client; in getClient()[all …]
378 ResourceInfos::iterator foundClient = infos.find(clientId); in removeResource() local379 if (foundClient == infos.end()) { in removeResource()384 ResourceInfo& info = foundClient->second; in removeResource()439 ResourceInfos::iterator foundClient = infos.find(clientId); in removeResource() local440 if (foundClient == infos.end()) { in removeResource()445 const ResourceInfo& info = foundClient->second; in removeResource()457 infos.erase(foundClient); in removeResource()648 ResourceInfos::const_iterator foundClient = infos.find(clientId); in getClient_l() local649 if (foundClient == infos.end()) { in getClient_l()654 return foundClient->second.client; in getClient_l()[all …]