Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java398 private int bufferStart; field in CodedInputByteBufferNano
419 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()