Searched refs:move_forward_type (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/libutils/include/utils/ |
H A D | TypeHelpers.h | 197 move_forward_type(TYPE* d, const TYPE* s, size_t n = 1) { 204 move_forward_type(TYPE* d, const TYPE* s, size_t n = 1) {
|
H A D | RefBase.h | 762 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() function 772 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type() function
|
H A D | SortedVector.h | 278 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num ); in do_move_forward()
|
H A D | Vector.h | 418 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num ); in do_move_forward()
|