Searched refs:mStorage (Results 1 – 2 of 2) sorted by relevance
47 : mStorage(0), mCount(0), mFlags(flags), mItemSize(itemSize) in VectorImpl()52 : mStorage(rhs.mStorage), mCount(rhs.mCount), in VectorImpl()55 if (mStorage) { in VectorImpl()56 SharedBuffer::sharedBuffer(mStorage)->acquire(); in VectorImpl()77 mStorage = rhs.mStorage; in operator =()79 SharedBuffer::sharedBuffer(mStorage)->acquire(); in operator =()81 mStorage = 0; in operator =()90 if (mStorage) { in editArrayImpl()91 SharedBuffer* sb = SharedBuffer::sharedBuffer(mStorage)->attemptEdit(); in editArrayImpl()95 _do_copy(sb->data(), mStorage, mCount); in editArrayImpl()[all …]
60 inline const void* arrayImpl() const { return mStorage; } in arrayImpl()125 void * mStorage; // base address of the vector variable