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

/system/core/libpixelflinger/codeflinger/tinyutils/
H A DTypeHelpers.h175 void move_forward_type(TYPE* d, const TYPE* s, size_t n = 1) { function in namespace:android::tinyutils
H A DSortedVector.h265 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
H A DVector.h339 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
/system/core/include/utils/
H A DRefBase.h522 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) {
532 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.h410 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );

Completed in 61 milliseconds