Searched defs:bytesOut (Results 1 – 12 of 12) sorted by relevance
44 private Buffer bytesOut = new Buffer(); field in HpackRoundTripTest
33 val bytesOut = ByteArrayOutputStream() in <lambda>() constant75 private val bytesOut: OutputStream, constant in kotlinx.coroutines.guide.test.TeeOutput
107 int bytesOut = 0; in nextBytes() local
191 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in setChunkedBody() local
166 Buffer bytesOut = new Buffer(); in setChunkedBody() local
35 private Buffer bytesOut = new Buffer(); field in HpackTest
435 Buffer bytesOut = new Buffer(); in gzip() local
46 private final Buffer bytesOut = new Buffer(); field in MockSpdyPeer
47 private Buffer bytesOut = new Buffer(); field in HpackTest
66 MaybeUInt64 bytesOut = 0; variable
364 int bytesOut = src.remaining(); in write() local
230 size_t* bytesOut, int16_t forceSID) { in WebRtcCng_Encode()