Searched defs:size_type (Results 1 - 1 of 1) sorted by relevance

/system/chre/util/include/chre/util/
H A Ddynamic_vector.h39 typedef size_t size_type; typedef in class:chre::DynamicVector
94 size_type size() const;
102 size_type capacity() const;
150 ElementType& operator[](size_type index);
161 const ElementType& operator[](size_type index) const;
186 bool reserve(size_type newCapacity);
197 bool resize(size_type newSize);
213 bool insert(size_type index, const ElementType& element);
214 bool insert(size_type index, ElementType&& element);
240 bool copy_array(const ElementType *array, size_type elementCoun
[all...]

Completed in 49 milliseconds