Home
last modified time | relevance | path

Searched refs:bufferedBytes (Results 1 – 2 of 2) 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()
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...