HomeSort by relevance Sort by last modified time
    Searched refs:PodVectorBase (Results 1 - 5 of 5) sorted by null

  /external/qemu/android/base/containers/
PodVector.h 40 // PodVectorBase is a base, non-templated, implementation class that all
43 class PodVectorBase {
45 PodVectorBase() : mBegin(NULL), mEnd(NULL), mLimit(NULL) {}
46 explicit PodVectorBase(const PodVectorBase& other);
47 PodVectorBase& operator=(const PodVectorBase& other);
48 ~PodVectorBase();
73 void assignFrom(const PodVectorBase& other);
95 void swapAll(PodVectorBase* other)
    [all...]
PodVector.cpp 29 PodVectorBase::PodVectorBase(const PodVectorBase& other) {
33 PodVectorBase& PodVectorBase::operator=(const PodVectorBase& other) {
38 PodVectorBase::~PodVectorBase() {
49 void PodVectorBase::initFrom(const void* from, size_t fromLen) {
63 void PodVectorBase::assignFrom(const PodVectorBase& other)
    [all...]
StringVector.cpp 50 PodVectorBase::resize(newSize, sizeof(String));
62 PodVectorBase::reserve(newSize, sizeof(String));
113 PodVectorBase::swapAll(other);
  /sdk/emulator/opengl/shared/emugl/common/
pod_vector.h 54 // PodVectorBase is a base, non-templated, implementation class that all
57 class PodVectorBase {
59 PodVectorBase() : mBegin(NULL), mEnd(NULL), mLimit(NULL) {}
60 explicit PodVectorBase(const PodVectorBase& other);
61 PodVectorBase& operator=(const PodVectorBase& other);
62 ~PodVectorBase();
83 void assignFrom(const PodVectorBase& other);
102 void swapAll(PodVectorBase* other)
    [all...]
pod_vector.cpp 30 PodVectorBase::PodVectorBase(const PodVectorBase& other) {
34 PodVectorBase& PodVectorBase::operator=(const PodVectorBase& other) {
39 PodVectorBase::~PodVectorBase() {
50 void PodVectorBase::initFrom(const void* from, size_t fromLen) {
62 void PodVectorBase::assignFrom(const PodVectorBase& other)
    [all...]

Completed in 3824 milliseconds