Searched refs:mReadLimit (Results 1 – 2 of 2) sorted by relevance
88 private int mReadLimit = -1; field in EncodedBuffer124 mReadLimit = mWriteIndex; in startEditing()203 || (mReadBufIndex == mBufferCount - 1 && mReadIndex >= mReadLimit)) { in readRawByte()206 + " mReadIndex=" + mReadIndex + " mReadLimit=" + mReadLimit); in readRawByte()432 if (mReadLimit < 0) {627 + " mReadLimit=" + mReadLimit + " )";
57529 Landroid/util/proto/EncodedBuffer;->mReadLimit:I