Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h164 bytearray_removesuffix_impl(PyByteArrayObject *self, Py_buffer *suffix);
179 return_value = bytearray_removesuffix_impl(self, &suffix); in bytearray_removesuffix()
/third_party/python/Objects/
Dbytearrayobject.c1222 bytearray_removesuffix_impl(PyByteArrayObject *self, Py_buffer *suffix) in bytearray_removesuffix_impl() function