Home
last modified time | relevance | path

Searched defs:newCapacity (Results 1 – 5 of 5) sorted by relevance

/system/chre/util/
Ddynamic_vector_base.cc33 bool DynamicVectorBase::doReserve(size_t newCapacity, size_t elementSize) { in doReserve()
56 size_t newCapacity; in getNextGrowthCapacity() local
/system/chre/apps/nearby/third_party/contexthub/chre/util/
Ddynamic_vector_base.cc33 bool DynamicVectorBase::doReserve(size_t newCapacity, size_t elementSize) { in doReserve()
56 size_t newCapacity; in getNextGrowthCapacity() local
/system/chre/util/include/chre/util/
Ddynamic_vector_impl.h180 bool DynamicVector<ElementType>::reserve(size_type newCapacity) { in reserve()
185 bool DynamicVector<ElementType>::doReserve(size_type newCapacity, in doReserve()
195 bool DynamicVector<ElementType>::doReserve(size_type newCapacity, in doReserve()
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
Ddynamic_vector_impl.h180 bool DynamicVector<ElementType>::reserve(size_type newCapacity) { in reserve()
185 bool DynamicVector<ElementType>::doReserve(size_type newCapacity, in doReserve()
195 bool DynamicVector<ElementType>::doReserve(size_type newCapacity, in doReserve()
/system/libhwbinder/
DParcel.cpp1722 static uint8_t* reallocZeroFree(uint8_t* data, size_t oldCapacity, size_t newCapacity, bool zero) { in reallocZeroFree()