Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java997 private int flushedBuffersTotalBytes; field in Output
1094 return flushedBuffersTotalBytes + bufferPos; in size()
1103 flushedBuffersTotalBytes = 0; in reset()
1120 flushedBuffersTotalBytes += buffer.length; in flushFullBuffer()
1124 int newSize = Math.max(initialCapacity, Math.max(minSize, flushedBuffersTotalBytes >>> 1)); in flushFullBuffer()
1150 flushedBuffersTotalBytes += bufferPos; in flushLastBuffer()