Searched refs:active_connections_ (Results 1 – 2 of 2) sorted by relevance
111 active_connections_.emplace(new_connection.get(), std::move(new_connection)); in OnNewIncomingConnection()118 auto it = active_connections_.find(self); in OnDisconnect()119 PERFETTO_CHECK(it != active_connections_.end()); in OnDisconnect()120 active_connections_.erase(it); in OnDisconnect()
99 active_connections_; variable