Searched defs:copy_array (Results 1 – 4 of 4) 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
458 std::array<ForArrays, 5> copy_array(fixed_array); in TEST() local504 std::vector<ForArrays> copy_array(sized_array); in TEST() local960 std::vector<TwoRelatedNumbers> copy_array(count_array); in TEST() local999 std::array<TwoRelatedNumbers, 4> copy_array(count_array); in TEST() local