Searched refs:mArrayLength (Results 1 – 1 of 1) sorted by relevance
61 private int mArrayLength; field in TlvBufferUtils.TlvConstructor93 mArrayLength = array.length; in wrap()106 mArrayLength = capacity; in allocate()257 if (mPosition + mTypeSize + mLengthSize + dataLength > mArrayLength) { in checkLength()378 private int mArrayLength; field in TlvBufferUtils.TlvIterable402 mArrayLength = length; in TlvIterable()457 return mOffset < mArrayLength; in iterator()