Searched refs:sizeInUse (Results 1 – 3 of 3) sorted by relevance
94 inline size_t sizeInUse() const { return mAllocOffset + sizeOfSlots(); } in sizeInUse() function
221 size_t compactedSize = sizeInUse(); in writeToParcel()
26 ASSERT_EQ(((w)->sizeInUse() & 3), 0); \