Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_worker.cc224 std::map<DownstreamKey, size_t> addr_groups_indexer; in replace_downstream_config() local
310 auto it = addr_groups_indexer.find(dkey); in replace_downstream_config()
312 if (it == std::end(addr_groups_indexer)) { in replace_downstream_config()
358 addr_groups_indexer.emplace(std::move(dkey), i); in replace_downstream_config()