Searched refs:mReadLimit (Results 1 – 2 of 2) sorted by relevance
87 private int mReadLimit = -1; field in EncodedBuffer123 mReadLimit = mWriteIndex; in startEditing()202 || (mReadBufIndex == mBufferCount - 1 && mReadIndex >= mReadLimit)) { in readRawByte()205 + " mReadIndex=" + mReadIndex + " mReadLimit=" + mReadLimit); in readRawByte()431 if (mReadLimit < 0) {626 + " mReadLimit=" + mReadLimit + " )";
77379 Landroid/util/proto/EncodedBuffer;->mReadLimit:I