Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/
Ddynamic_vector_impl.h207 size_t elementCount) { in copy_array() argument
211 if (owns_data() && reserve(elementCount)) { in copy_array()
213 std::copy(array, array + elementCount, mData); in copy_array()
214 mSize = elementCount; in copy_array()
261 void DynamicVector<ElementType>::wrap(ElementType *array, size_t elementCount) { in wrap() argument
263 CHRE_ASSERT(array != nullptr || elementCount == 0); in wrap()
267 mSize = elementCount; in wrap()
Ddynamic_vector.h197 bool copy_array(const ElementType *array, size_t elementCount);
254 void wrap(ElementType *array, size_t elementCount);
/system/libhidl/base/include/hidl/
DHidlSupport.h658 for (size_t i = 0; i < elementCount(); ++i) {
684 for (size_t i = 0; i < elementCount(); ++i) {
702 static constexpr size_t elementCount() {
711 T mBuffer[elementCount()];
724 for (size_t i = 0; i < elementCount(); ++i) {
745 for (size_t i = 0; i < elementCount(); ++i) {
758 static constexpr size_t elementCount() { return SIZE1; }