Searched refs:bufferStart (Results 1 – 1 of 1) sorted by relevance
398 private int bufferStart; field in CodedInputByteBufferNano419 bufferStart = off; in CodedInputByteBufferNano()542 return bufferPos - bufferStart; in getPosition()557 int start = bufferStart + offset; in getData()566 if (position > bufferPos - bufferStart) { in rewindToPosition()568 "Position " + position + " is beyond current " + (bufferPos - bufferStart)); in rewindToPosition()573 bufferPos = bufferStart + position; in rewindToPosition()