Searched defs:copy_array (Results 1 – 3 of 3) sorted by relevance
91 bool copy_array(const ElementType *buffer, size_t size) { in copy_array() function
37 bool BufferBase::copy_array(const void *buffer, size_t size, in copy_array() function in chre::BufferBase
117 template <typename T, size_t N> inline void copy_array(const T (&arr)[N], T* dest) { in copy_array() function