Searched refs:bytearray_iconcat (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
H A Dbytearrayobject.c290 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) function
782 new = bytearray_iconcat(self, encoded);
2101 (binaryfunc)bytearray_iconcat, /* sq_inplace_concat */
/external/python/cpython2/Objects/
H A Dbytearrayobject.c317 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) function
794 new = bytearray_iconcat(self, arg);
815 new = bytearray_iconcat(self, encoded);
2803 (binaryfunc)bytearray_iconcat, /* sq_inplace_concat */

Completed in 169 milliseconds