Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h545 bytes_removeprefix_impl(PyBytesObject *self, Py_buffer *prefix);
560 return_value = bytes_removeprefix_impl(self, &prefix); in bytes_removeprefix()
/aosp_15_r20/external/python/cpython3/Objects/
Dbytesobject.c2233 bytes_removeprefix_impl(PyBytesObject *self, Py_buffer *prefix) in bytes_removeprefix_impl() function