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

/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.cpp67 // We can't call _do_destroy() here because the vtable is already gone.
187 _do_destroy(item, 1);
269 _do_destroy(mStorage, mCount);
366 _do_destroy(to, amount);
389 void VectorImpl::_do_destroy(void* storage, size_t num) const function in class:VectorImpl

Completed in 17 milliseconds