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

/system/chre/util/include/chre/util/
H A Ddynamic_vector.h31 class DynamicVector : public NonCopyable { class in namespace:chre
36 DynamicVector();
44 DynamicVector(DynamicVector<ElementType>&& other);
49 ~DynamicVector();
175 * maintaining ownership of the buffer within the DynamicVector container. The
232 * Wraps an existing C-style array so it can be used as a DynamicVector. A
318 typename DynamicVector<ElementType>::iterator begin();
319 typename DynamicVector<ElementType>::const_iterator begin() const;
320 typename DynamicVector<ElementTyp
[all...]
H A Ddynamic_vector_impl.h31 DynamicVector<ElementType>::DynamicVector() {} function in class:chre::DynamicVector
34 DynamicVector<ElementType>::DynamicVector(DynamicVector<ElementType>&& other) function in class:chre::DynamicVector
46 DynamicVector<ElementType>::~DynamicVector() {
54 void DynamicVector<ElementType>::clear() {
60 ElementType *DynamicVector<ElementType>::data() {
65 const ElementType *DynamicVector<ElementTyp
[all...]

Completed in 280 milliseconds