Searched refs:copy_type (Results 1 - 6 of 6) sorted by relevance
/system/core/include/utils/ | ||
H A D | TypeHelpers.h | 157 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 D | SortedVector.h | 266 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num ); |
H A D | Vector.h | 408 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num ); |
/system/core/libutils/include/utils/ | ||
H A D | TypeHelpers.h | 157 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 D | SortedVector.h | 266 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num ); |
H A D | Vector.h | 408 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num ); |
Completed in 75 milliseconds