Home | History | Annotate | Download | only in base

Lines Matching refs:connections_

231   AddressMap::iterator iter = connections_.begin();
232 while (iter != connections_.end()) {
242 AddressMap::const_iterator iter = connections_.find(remote_addr);
243 if (iter != connections_.end())
277 connections_[conn->remote_candidate().address()] = conn;
323 AddressMap::iterator iter = connections_.begin();
324 for (; iter != connections_.end(); ++iter) {
700 connections_.find(conn->remote_candidate().address());
701 ASSERT(iter != connections_.end());
702 connections_.erase(iter);
708 ASSERT(connections_.empty());
719 if ((lifetime_ == LT_POSTTIMEOUT) && connections_.empty()) {