Searched refs:destruct (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Optional.h | 256 destruct(); 276 destruct(); 298 destruct(); 320 destruct(); 417 destruct(); in ~Optional() 423 destruct(); in clear() 438 destruct(); in emplace() 451 destruct(); in emplace() 470 void destruct() { get().T::~T(); } in destruct() function
|
/hardware/google/aemu/base/include/aemu/base/ |
D | Optional.h | 260 destruct(); 280 destruct(); 302 destruct(); 324 destruct(); 421 destruct(); in ~Optional() 427 destruct(); in clear() 442 destruct(); in emplace() 455 destruct(); in emplace() 474 void destruct() { get().T::~T(); } in destruct() function
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | SmallVector.h | 131 destruct(mEnd - 1, mEnd); in pop_back() 136 destruct(begin(), end()); in clear() 166 this->destruct(this->begin(), this->end()); in dtor() 184 this->destruct(newEnd, this->end()); in resize_impl() 238 static void destruct(T* b, T* e) { in destruct() function 373 this->destruct(this->begin(), this->end());
|
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | SmallVector.h | 131 destruct(mEnd - 1, mEnd); in pop_back() 136 destruct(begin(), end()); in clear() 166 this->destruct(this->begin(), this->end()); in dtor() 184 this->destruct(newEnd, this->end()); in resize_impl() 238 static void destruct(T* b, T* e) { in destruct() function 373 this->destruct(this->begin(), this->end());
|