Home
last modified time | relevance | path

Searched refs:bytearray_copy_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h102 bytearray_copy_impl(PyByteArrayObject *self);
107 return bytearray_copy_impl(self); in bytearray_copy()
/third_party/python/Objects/
Dbytearrayobject.c1133 bytearray_copy_impl(PyByteArrayObject *self) in bytearray_copy_impl() function