Searched refs:weak_by_ptr_ (Results 1 – 1 of 1) sorted by relevance
106 std::map<void*, std::weak_ptr<WsConnectionImpl>> weak_by_ptr_; member in WsConnectionContextImpl188 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()