Home
last modified time | relevance | path

Searched defs:DownstreamAddrGroup (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_worker.h242 struct DownstreamAddrGroup { struct
248 DownstreamAddrGroup &operator=(const DownstreamAddrGroup &) = delete; argument
249 DownstreamAddrGroup &operator=(DownstreamAddrGroup &&) = delete; argument
251 ImmutableString pattern;
252 std::shared_ptr<SharedDownstreamAddr> shared_addr;
256 bool retired;
Dshrpx_worker.cc88 DownstreamAddrGroup::DownstreamAddrGroup() : retired{false} {} in DownstreamAddrGroup() function in shrpx::DownstreamAddrGroup