Searched refs:pending_outgoing_connections_ (Results 1 – 1 of 1) sorted by relevance
186 pending_outgoing_connections_.emplace(address, std::move(packet)); in create_connection()223 while (!pending_outgoing_connections_.empty()) { in on_connection_complete()224 auto create_connection_packet_and_address = std::move(pending_outgoing_connections_.front()); in on_connection_complete()225 pending_outgoing_connections_.pop(); in on_connection_complete()543 …:queue<std::pair<Address, std::unique_ptr<CreateConnectionBuilder>>> pending_outgoing_connections_; member