Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytearrayobject.c337 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) in bytearray_iconcat() function
815 new = bytearray_iconcat(self, arg); in bytearray_init()
836 new = bytearray_iconcat(self, encoded); in bytearray_init()
2815 (binaryfunc)bytearray_iconcat, /* sq_inplace_concat */
/external/python/cpython3/Objects/
Dbytearrayobject.c311 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) in bytearray_iconcat() function
804 new = bytearray_iconcat(self, encoded); in bytearray_init()
2116 (binaryfunc)bytearray_iconcat, /* sq_inplace_concat */