Home
last modified time | relevance | path

Searched refs:wgchk (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_config.cc4515 std::unordered_map<StringRef, uint32_t> wgchk; in configure_downstream_group() local
4518 auto it = wgchk.find(addr.group); in configure_downstream_group()
4519 if (it == std::end(wgchk)) { in configure_downstream_group()
4520 wgchk.emplace(addr.group, addr.group_weight); in configure_downstream_group()
4580 auto it = wgchk.find(addr.group); in configure_downstream_group()
4581 if (it == std::end(wgchk)) { in configure_downstream_group()

Completed in 6 milliseconds