Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java935 private int flushedBuffersTotalBytes; field in Output
1036 return flushedBuffersTotalBytes + bufferPos; in size()
1046 flushedBuffersTotalBytes = 0; in reset()
1063 flushedBuffersTotalBytes += buffer.length; in flushFullBuffer()
1068 Math.max(minSize, flushedBuffersTotalBytes >>> 1)); in flushFullBuffer()
1094 flushedBuffersTotalBytes += bufferPos; in flushLastBuffer()