Home
last modified time | relevance | path

Searched defs:Vector (Results 1 – 3 of 3) sorted by relevance

/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dwifi_offload.h38 using Vector = chre::DynamicVector<T>; variable
57 using Vector = std::vector<T>; variable
/system/core/libutils/include/utils/
DVector.h227 Vector<TYPE>::Vector() in Vector() function
237 Vector<TYPE>::Vector(const Vector<TYPE>& rhs) in Vector() function
242 Vector<TYPE>::Vector(const SortedVector<TYPE>& rhs) in Vector() function
/system/nvram/messages/include/nvram/messages/
Dvector.h53 Vector(Vector<ElementType>&& other) : Vector() { in Vector() function