Home
last modified time | relevance | path

Searched defs:sizeLeft (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java2853 int sizeLeft = size - bufferedBytes; in readRawBytesSlowPath() local
2905 int sizeLeft = size - bufferedBytes; in readRawBytesSlowPathOneChunk() local
2940 private List<byte[]> readRawBytesSlowPathRemainingChunks(int sizeLeft) throws IOException { in readRawBytesSlowPathRemainingChunks()
2990 int sizeLeft = size - bufferedBytes; in readBytesSlowPath() local