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

/external/qemu/android/base/containers/
H A DPodVector.h24 // A PodVector is a templated vector-like type that is used to store
33 // Note that a PodVector can be used to store items that contain pointers,
36 // The PodVector provides methods that also follow the std::vector<>
41 // PodVector instances derive from. This is used to reduce template
106 // A PodVector<T> holds a vector (dynamically resizable array) or items
116 class PodVector : public PodVectorBase { class in namespace:android::base
118 // Default constructor for an empty PodVector<T>
119 PodVector() : PodVectorBase() {} function in class:android::base::PodVector
123 PodVector(const PodVector function in class:android::base::PodVector
[all...]

Completed in 90 milliseconds