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

/frameworks/base/include/utils/
H A DTypeHelpers.h177 void move_forward_type(TYPE* d, const TYPE* s, size_t n = 1) { function in namespace:android
H A DSortedVector.h263 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
H A DVector.h345 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );

Completed in 50 milliseconds