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

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

Completed in 52 milliseconds