Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h708 bytearray_sizeof_impl(PyByteArrayObject *self);
713 return bytearray_sizeof_impl(self); in bytearray_sizeof()
/external/python/cpython3/Objects/
Dbytearrayobject.c2098 bytearray_sizeof_impl(PyByteArrayObject *self) in bytearray_sizeof_impl() function