Searched refs:sizeOfSlots (Results 1 – 3 of 3) sorted by relevance
93 inline size_t sizeOfSlots() const { return mSize - mSlotsOffset; } in sizeOfSlots() function94 inline size_t sizeInUse() const { return mAllocOffset + sizeOfSlots(); } in sizeInUse()
111 uint32_t slotsSize = sizeOfSlots(); in maybeInflate()220 size_t slotsSize = sizeOfSlots(); in writeToParcel()
28 ASSERT_EQ(((w)->sizeOfSlots() & 3), 0)