Searched defs:sends (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dstunrequest_unittest.cc56 static int TotalDelay(int sends) { argument
58 for (int i = 0; i < sends; i++) {
/external/webrtc/webrtc/base/
H A Dsocket_unittest.cc830 int sends = 0; local
831 while (++sends && accepted->Send(&buf, arraysize(buf)) != -1) {}
838 for (int i = 0; i < sends; ++i) {

Completed in 95 milliseconds