Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1182 final int bufferedBytes = bufferSize - bufferPos; in readRawBytesSlowPath() local
1190 int sizeLeft = size - bufferedBytes; in readRawBytesSlowPath()
1198 System.arraycopy(buffer, originalBufferPos, bytes, 0, bufferedBytes); in readRawBytesSlowPath()
1201 int pos = bufferedBytes; in readRawBytesSlowPath()
1243 System.arraycopy(buffer, originalBufferPos, bytes, 0, bufferedBytes); in readRawBytesSlowPath()
1246 int pos = bufferedBytes; in readRawBytesSlowPath()