Searched refs:bytearray_sizeof_impl (Results 1 – 2 of 2) sorted by relevance
708 bytearray_sizeof_impl(PyByteArrayObject *self);713 return bytearray_sizeof_impl(self); in bytearray_sizeof()
2098 bytearray_sizeof_impl(PyByteArrayObject *self) in bytearray_sizeof_impl() function