Home
last modified time | relevance | path

Searched refs:weak_by_ptr_ (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dws_connection.cpp106 std::map<void*, std::weak_ptr<WsConnectionImpl>> weak_by_ptr_; member in WsConnectionContextImpl
188 if (weak_by_ptr_.count(raw) == 0) { in GetConnection()
191 connection = weak_by_ptr_[raw].lock(); in GetConnection()
193 weak_by_ptr_.erase(raw); in GetConnection()
202 weak_by_ptr_.emplace( in RememberConnection()
208 weak_by_ptr_.erase(raw); in ForgetConnection()