Searched refs:mStorage (Results 1 - 3 of 3) sorted by relevance

/system/core/libutils/
H A DVectorImpl.cpp47 : mStorage(0), mCount(0), mFlags(flags), mItemSize(itemSize)
52 : mStorage(rhs.mStorage), mCount(rhs.mCount),
55 if (mStorage) {
56 SharedBuffer::bufferFromData(mStorage)->acquire();
76 mStorage = rhs.mStorage;
78 SharedBuffer::bufferFromData(mStorage)->acquire();
80 mStorage = 0;
89 if (mStorage) {
[all...]
/system/core/include/utils/
H A DVectorImpl.h35 * For performance reasons, we expose mStorage and mCount
59 inline const void* arrayImpl() const { return mStorage; }
122 void * mStorage; // base address of the vector member in class:android::VectorImpl
/system/core/libutils/include/utils/
H A DVectorImpl.h35 * For performance reasons, we expose mStorage and mCount
59 inline const void* arrayImpl() const { return mStorage; }
122 void * mStorage; // base address of the vector member in class:android::VectorImpl

Completed in 121 milliseconds