Home | History | Annotate | Download | only in base

Lines Matching refs:connections_

542       bindings_(new AddressMap()), connections_(new ConnectionMap()),
557 delete connections_;
709 connections_->insert(std::pair<SocketAddressPair,
721 ConnectionMap::iterator it = connections_->find(address_pair);
722 return (connections_->end() != it) ? it->second : NULL;
732 connections_->erase(address_pair);