Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
DHttpServer.h217 std::map<int32_t, std::unique_ptr<Stream>> id2stream_; variable
DHttpServer.cc1062 id2stream_[stream_id] = std::move(stream); in add_stream()
1066 id2stream_.erase(stream_id); in remove_stream()
1070 auto itr = id2stream_.find(stream_id); in get_stream()
1071 if (itr == std::end(id2stream_)) { in get_stream()