Lines Matching refs:foundClient
378 ResourceInfos::iterator foundClient = infos.find(clientId); in removeResource() local
379 if (foundClient == infos.end()) { in removeResource()
384 ResourceInfo& info = foundClient->second; in removeResource()
439 ResourceInfos::iterator foundClient = infos.find(clientId); in removeResource() local
440 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() local
649 if (foundClient == infos.end()) { in getClient_l()
654 return foundClient->second.client; in getClient_l()
665 ResourceInfos::iterator foundClient = infos.find(clientId); in removeClient_l() local
666 if (foundClient == infos.end()) { in removeClient_l()
671 infos.erase(foundClient); in removeClient_l()
848 ResourceInfos::iterator foundClient = infos.find(clientId); in markClientForPendingRemoval() local
849 if (foundClient == infos.end()) { in markClientForPendingRemoval()
854 ResourceInfo& info = foundClient->second; in markClientForPendingRemoval()