Searched refs:copy_type (Results 1 - 6 of 6) sorted by relevance

/system/core/include/utils/
H A DTypeHelpers.h157 copy_type(TYPE* d, const TYPE* s, size_t n) { function in class:android::std::enable_if
164 copy_type(TYPE* d, const TYPE* s, size_t n) { function in class:android::std::enable_if
H A DSortedVector.h266 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
H A DVector.h408 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
/system/core/libutils/include/utils/
H A DTypeHelpers.h157 copy_type(TYPE* d, const TYPE* s, size_t n) { function in class:android::std::enable_if
164 copy_type(TYPE* d, const TYPE* s, size_t n) { function in class:android::std::enable_if
H A DSortedVector.h266 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
H A DVector.h408 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );

Completed in 75 milliseconds