Searched refs:totalBytesRead (Results 1 – 3 of 3) sorted by relevance
211 int totalBytesRead = in RefillFromReadOnlySequence()213 if (totalBytesRead < 0 || totalBytesRead > state.sizeLimit) in RefillFromReadOnlySequence()262 int totalBytesRead = in RefillFromCodedInputStream()264 if (totalBytesRead < 0 || totalBytesRead > state.sizeLimit) in RefillFromCodedInputStream()
88 int totalBytesRead = 0; in readPacket() local165 totalBytesRead += bytesReadInTransfer; in readPacket()168 return totalBytesRead; in readPacket()
3119 private int totalBytesRead; field in CodedInputStream.IterableDirectByteBufferDecoder3147 startOffset = totalBytesRead = 0; in IterableDirectByteBufferDecoder()3169 totalBytesRead += (int) (currentByteBufferPos - currentByteBufferStartPos); in tryGetNextByteBuffer()3727 startOffset = (int) (totalBytesRead + currentByteBufferPos - currentByteBufferStartPos); in resetSizeCounter()3776 return totalBytesRead + currentByteBufferPos - currentByteBufferStartPos == totalBufferSize; in isAtEnd()3782 (totalBytesRead - startOffset + currentByteBufferPos - currentByteBufferStartPos); in getTotalBytesRead()3858 - totalBytesRead in skipRawBytes()3897 (totalBufferSize - totalBytesRead - currentByteBufferPos + currentByteBufferStartPos); in remaining()