Searched refs:bytearray_sizeof_impl (Results 1 – 2 of 2) sorted by relevance
1116 bytearray_sizeof_impl(PyByteArrayObject *self);1121 return bytearray_sizeof_impl(self); in bytearray_sizeof()
2182 bytearray_sizeof_impl(PyByteArrayObject *self) in bytearray_sizeof_impl() function