Searched refs:ConnectionMap (Results 1 – 2 of 2) sorted by relevance
264 typedef std::map<SocketAddressPair, VirtualSocket*> ConnectionMap; typedef278 ConnectionMap* connections_;
535 connections_(new ConnectionMap()), in VirtualSocketServer()766 ConnectionMap::iterator it = connections_->find(address_pair); in LookupConnection()