OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sent_packets
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/test/
fake_network_pipe.h
75
size_t
sent_packets
() { return sent_packets_; }
function in class:webrtc::FakeNetworkPipe
fake_network_pipe_unittest.cc
191
EXPECT_EQ(pipe->
sent_packets
(), 2u);
248
EXPECT_EQ(static_cast<size_t>(2 * kNumPackets), pipe->
sent_packets
());
301
EXPECT_EQ(static_cast<size_t>(2 * kNumPackets), pipe->
sent_packets
());
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp_unittest.cc
45
explicit FakeDatagramServerSocket(std::deque<UDPPacket>*
sent_packets
)
46
: sent_packets_(
sent_packets
) {
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc
235
Packets::size_type
sent_packets
= 0;
local
241
sent_packets
+= packets.size();
246
EXPECT_EQ(0u,
sent_packets
);
254
sent_packets
+= packets.size();
262
Packets::size_type expected_packets = loss_fraction *
sent_packets
;
Completed in 516 milliseconds