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

/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h128 void copy_type(TYPE* d, const TYPE* s, size_t n) { function in namespace:android
H A DSortedVector.h254 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
H A DVector.h320 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );

Completed in 337 milliseconds