Lines Matching refs:mSlotsOffset
116 static_cast<uint8_t*>(mData) + mSlotsOffset, slotsSize); in maybeInflate()
122 mSlotsOffset = newSlotsOffset; in maybeInflate()
229 static_cast<uint8_t*>(mData) + mSlotsOffset, slotsSize); in writeToParcel()
244 mSlotsOffset = mSize; in clear()
252 mSlotsEnd = static_cast<uint8_t*>(mData) + mSlotsOffset; in updateSlotsData()
291 int32_t newOffset = mSlotsOffset - size; in allocRow()
294 newOffset = mSlotsOffset - size; in allocRow()
300 mSlotsOffset = newOffset; in allocRow()
311 size_t newOffset = mSlotsOffset + size; in freeLastRow()
315 mSlotsOffset = newOffset; in freeLastRow()
327 if (newOffset > mSlotsOffset) { in alloc()
330 if (newOffset > mSlotsOffset) { in alloc()