Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h585 bytes_removesuffix_impl(PyBytesObject *self, Py_buffer *suffix);
600 return_value = bytes_removesuffix_impl(self, &suffix); in bytes_removesuffix()
/aosp_15_r20/external/python/cpython3/Objects/
Dbytesobject.c2271 bytes_removesuffix_impl(PyBytesObject *self, Py_buffer *suffix) in bytes_removesuffix_impl() function