Searched refs:bytes_replace_impl (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | bytesobject.c.h | 369 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new, 384 return_value = bytes_replace_impl(self, &old, &new, count); in bytes_replace()
|
/external/python/cpython2/Objects/ |
D | bytesobject.c | 2259 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new, in bytes_replace_impl() function
|
/external/python/cpython3/Objects/ |
D | bytesobject.c | 2252 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new, in bytes_replace_impl() function
|