Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h701 bytearray_remove_impl(PyByteArrayObject *self, int value);
712 return_value = bytearray_remove_impl(self, value); in bytearray_remove()
/third_party/python/Objects/
Dbytearrayobject.c1815 bytearray_remove_impl(PyByteArrayObject *self, int value) in bytearray_remove_impl() function