Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_worker.h172 struct WeightGroupEntry { struct
179 bool operator()(const WeightGroupEntry &lhs, in operator() argument
180 const WeightGroupEntry &rhs) const { in operator()
204 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>,
Dshrpx_worker.cc172 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>, in ensure_enqueue_addr() argument
198 wgpq.push(WeightGroupEntry{wg, wg->seq, wg->cycle}); in ensure_enqueue_addr()
351 WeightGroupEntry{kv.second, kv.second->seq, kv.second->cycle}); in replace_downstream_config()
Dshrpx_client_handler.cc776 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>, in reschedule_wg() argument
783 pq.push(WeightGroupEntry{wg, wg->seq, wg->cycle}); in reschedule_wg()