Home
last modified time | relevance | path

Searched refs:move_forward_type (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/libutils/include/utils/
H A DTypeHelpers.h197 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 DRefBase.h761 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 DSortedVector.h278 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num ); in do_move_forward()
H A DVector.h418 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num ); in do_move_forward()
/aosp12/frameworks/rs/cpp/util/
H A DRefBase.h506 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 DTypeHelpers.h178 void move_forward_type(TYPE* d, const TYPE* s, size_t n = 1) {