Searched defs:array_copy (Results 1 – 4 of 4) sorted by relevance
21 #define array_copy(dest, src, count) \ macro
101 TEST(array_copy) in TEST() argument
41 LengthPrefixedArray<T>* array_copy = new(storage) LengthPrefixedArray<T>(array.size()); in CopyArray() local
631 array_copy(arrayobject *a, PyObject *unused) in array_copy() function