Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DTrafficControlProxy.java188 int bytesQueued; field in TrafficControlProxy.MessageQueue
223 while (bytesQueued == queueLength) { in getNextChunk()
226 return Math.max(0, Math.min(chunkSize, queueLength - bytesQueued)); in getNextChunk()
230 bytesQueued += delta; in incrementBytes()
231 if (bytesQueued < queueLength) { in incrementBytes()