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

/external/qemu/android/base/containers/
H A DPodVector.cpp29 PodVectorBase::PodVectorBase(const PodVectorBase& other) { function in class:android::base::PodVectorBase
33 PodVectorBase& PodVectorBase::operator=(const PodVectorBase& other) {
38 PodVectorBase::~PodVectorBase() {
49 void PodVectorBase::initFrom(const void* from, size_t fromLen) {
63 void PodVectorBase
[all...]
H A DPodVector.h40 // PodVectorBase is a base, non-templated, implementation class that all
43 class PodVectorBase { class in namespace:android::base
45 PodVectorBase() : mBegin(NULL), mEnd(NULL), mLimit(NULL) {} function in class:android::base::PodVectorBase
46 explicit PodVectorBase(const PodVectorBase& other);
47 PodVectorBase& operator=(const PodVectorBase& other);
48 ~PodVectorBase();
73 void assignFrom(const PodVectorBase& other);
95 void swapAll(PodVectorBase* othe
[all...]

Completed in 1279 milliseconds