Searched refs:bytearray_removeprefix_impl (Results 1 – 2 of 2) sorted by relevance
509 bytearray_removeprefix_impl(PyByteArrayObject *self, Py_buffer *prefix);520 return_value = bytearray_removeprefix_impl(self, &prefix); in bytearray_removeprefix()
1312 bytearray_removeprefix_impl(PyByteArrayObject *self, Py_buffer *prefix) in bytearray_removeprefix_impl() function