Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_worker.h182 struct WeightGroupEntry { struct
189 bool operator()(const WeightGroupEntry &lhs, in operator() argument
190 const WeightGroupEntry &rhs) const { in operator()
215 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>,
Dshrpx_worker.cc211 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>, in ensure_enqueue_addr() argument
237 wgpq.push(WeightGroupEntry{wg, wg->seq, wg->cycle}); in ensure_enqueue_addr()
397 WeightGroupEntry{kv.second, kv.second->seq, kv.second->cycle}); in replace_downstream_config()
Dshrpx_client_handler.cc840 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>, in reschedule_wg() argument
847 pq.push(WeightGroupEntry{wg, wg->seq, wg->cycle}); in reschedule_wg()