Searched refs:move_backward_type (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/libutils/include/utils/ |
H A D | TypeHelpers.h | 224 move_backward_type(TYPE* d, const TYPE* s, size_t n = 1) { 231 move_backward_type(TYPE* d, const TYPE* s, size_t n = 1) {
|
H A D | RefBase.h | 767 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type() function 777 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type() function
|
H A D | SortedVector.h | 283 move_backward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num ); in do_move_backward()
|
H A D | Vector.h | 423 move_backward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num ); in do_move_backward()
|