Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h455 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new,
499 return_value = bytes_replace_impl(self, &old, &new, count); in bytes_replace()
/third_party/python/Objects/
Dbytesobject.c2189 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new, in bytes_replace_impl() function