Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h124 bytearray_removeprefix_impl(PyByteArrayObject *self, Py_buffer *prefix);
139 return_value = bytearray_removeprefix_impl(self, &prefix); in bytearray_removeprefix()
/third_party/python/Objects/
Dbytearrayobject.c1190 bytearray_removeprefix_impl(PyByteArrayObject *self, Py_buffer *prefix) in bytearray_removeprefix_impl() function