Searched refs:fdIt (Results 1 – 1 of 1) sorted by relevance
163 auto fdIt = sessionsMap_.find(fd); in DelSession() local164 if (fdIt != sessionsMap_.end()) { in DelSession()165 sessionsMap_.erase(fdIt); in DelSession()