Home
last modified time | relevance | path

Searched refs:mCapacity (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h102 size_type capacity() const { return mCapacity; } in capacity()
173 this->mCapacity = capacity; in init()
231 this->mCapacity = newCap; in set_capacity()
249 return (const void*)(&mCapacity + 1); in smallBufferStart()
257 size_type mCapacity; variable
289 static_assert(offsetof(base, mCapacity) + sizeof(base::mCapacity) == in SmallFixedVector()
330 this->mCapacity = other.mCapacity; in SmallFixedVector()
338 this->mCapacity = kSmallSize; in SmallFixedVector()
356 this->mCapacity = other.mCapacity;
361 if (this->isAllocated() && this->mCapacity < other.size()) {