Searched refs:move_forward_type (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/utils/
H A DRefBase.h505 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) {
515 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) {
H A DSortedVector.h264 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
H A DTypeHelpers.h177 void move_forward_type(TYPE* d, const TYPE* s, size_t n = 1) { function in namespace:android
H A DVector.h403 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
/frameworks/base/libs/hwui/utils/
H A DSortedList.h226 move_forward_type(reinterpret_cast<TYPE*> (dest), reinterpret_cast<const TYPE*> (from), num);

Completed in 1173 milliseconds