Home
last modified time | relevance | path

Searched refs:bytes_replace_impl (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h369 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/
Dbytesobject.c2259 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new, in bytes_replace_impl() function
/external/python/cpython3/Objects/
Dbytesobject.c2252 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new, in bytes_replace_impl() function