Searched refs:move_forward_type (Results 1 – 6 of 6) sorted by relevance
/aosp12/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 | 761 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() function 771 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()
|
/aosp12/frameworks/rs/cpp/util/ |
H A D | RefBase.h | 506 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() function 516 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type() function
|
H A D | TypeHelpers.h | 178 void move_forward_type(TYPE* d, const TYPE* s, size_t n = 1) {
|