Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/test/
H A Dfake_network_pipe.cc134 std::queue<NetworkPacket*> packets_to_deliver; in Process() local
177 packets_to_deliver.push(packet); in Process()
184 sent_packets_ += packets_to_deliver.size(); in Process()
186 while (!packets_to_deliver.empty()) { in Process()
187 NetworkPacket* packet = packets_to_deliver.front(); in Process()
188 packets_to_deliver.pop(); in Process()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/test/
H A Dfake_network_pipe.cc156 std::queue<NetworkPacket*> packets_to_deliver; in Process() local
193 packets_to_deliver.push(packet); in Process()
200 sent_packets_ += packets_to_deliver.size(); in Process()
202 while (!packets_to_deliver.empty()) { in Process()
203 NetworkPacket* packet = packets_to_deliver.front(); in Process()
204 packets_to_deliver.pop(); in Process()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/
H A Dfake_network_pipe.cc179 std::queue<NetworkPacket*> packets_to_deliver; in Process() local
228 packets_to_deliver.push(packet); in Process()
235 sent_packets_ += packets_to_deliver.size(); in Process()
237 while (!packets_to_deliver.empty()) { in Process()
238 NetworkPacket* packet = packets_to_deliver.front(); in Process()
239 packets_to_deliver.pop(); in Process()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/
H A Dfake_network_pipe.cc179 std::queue<NetworkPacket*> packets_to_deliver; in Process() local
228 packets_to_deliver.push(packet); in Process()
235 sent_packets_ += packets_to_deliver.size(); in Process()
237 while (!packets_to_deliver.empty()) { in Process()
238 NetworkPacket* packet = packets_to_deliver.front(); in Process()
239 packets_to_deliver.pop(); in Process()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/test/
H A Dfake_network_pipe.cc179 std::queue<NetworkPacket*> packets_to_deliver; in Process() local
228 packets_to_deliver.push(packet); in Process()
235 sent_packets_ += packets_to_deliver.size(); in Process()
237 while (!packets_to_deliver.empty()) { in Process()
238 NetworkPacket* packet = packets_to_deliver.front(); in Process()
239 packets_to_deliver.pop(); in Process()
/dports/net-im/tg_owt/tg_owt-d578c76/src/call/
H A Dfake_network_pipe.cc265 std::queue<NetworkPacket> packets_to_deliver; in Process() local
309 packets_to_deliver.emplace(std::move(packet)); in Process()
322 while (!packets_to_deliver.empty()) { in Process()
323 NetworkPacket packet = std::move(packets_to_deliver.front()); in Process()
324 packets_to_deliver.pop(); in Process()
H A Dsimulated_network.cc272 std::vector<PacketDeliveryInfo> packets_to_deliver; in DequeueDeliverablePackets() local
277 packets_to_deliver.emplace_back( in DequeueDeliverablePackets()
289 return packets_to_deliver; in DequeueDeliverablePackets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/call/
H A Dfake_network_pipe.cc265 std::queue<NetworkPacket> packets_to_deliver; in Process() local
309 packets_to_deliver.emplace(std::move(packet)); in Process()
322 while (!packets_to_deliver.empty()) { in Process()
323 NetworkPacket packet = std::move(packets_to_deliver.front()); in Process()
324 packets_to_deliver.pop(); in Process()
H A Dsimulated_network.cc272 std::vector<PacketDeliveryInfo> packets_to_deliver; in DequeueDeliverablePackets() local
277 packets_to_deliver.emplace_back( in DequeueDeliverablePackets()
289 return packets_to_deliver; in DequeueDeliverablePackets()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/call/
H A Dfake_network_pipe.cc265 std::queue<NetworkPacket> packets_to_deliver; in Process() local
309 packets_to_deliver.emplace(std::move(packet)); in Process()
322 while (!packets_to_deliver.empty()) { in Process()
323 NetworkPacket packet = std::move(packets_to_deliver.front()); in Process()
324 packets_to_deliver.pop(); in Process()
H A Dsimulated_network.cc271 std::vector<PacketDeliveryInfo> packets_to_deliver; in DequeueDeliverablePackets() local
276 packets_to_deliver.emplace_back( in DequeueDeliverablePackets()
288 return packets_to_deliver; in DequeueDeliverablePackets()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/call/
H A Dfake_network_pipe.cc265 std::queue<NetworkPacket> packets_to_deliver; in Process() local
309 packets_to_deliver.emplace(std::move(packet)); in Process()
322 while (!packets_to_deliver.empty()) { in Process()
323 NetworkPacket packet = std::move(packets_to_deliver.front()); in Process()
324 packets_to_deliver.pop(); in Process()
H A Dsimulated_network.cc271 std::vector<PacketDeliveryInfo> packets_to_deliver; in DequeueDeliverablePackets() local
276 packets_to_deliver.emplace_back( in DequeueDeliverablePackets()
288 return packets_to_deliver; in DequeueDeliverablePackets()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_buffered_packet_store.cc164 BufferedPacketList packets_to_deliver; in DeliverPackets() local
167 packets_to_deliver = std::move(it->second); in DeliverPackets()
170 return packets_to_deliver; in DeliverPackets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_buffered_packet_store.cc177 BufferedPacketList packets_to_deliver; in DeliverPackets() local
180 packets_to_deliver = std::move(it->second); in DeliverPackets()
183 return packets_to_deliver; in DeliverPackets()