Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h1116 bytearray_sizeof_impl(PyByteArrayObject *self);
1121 return bytearray_sizeof_impl(self); in bytearray_sizeof()
/third_party/python/Objects/
Dbytearrayobject.c2182 bytearray_sizeof_impl(PyByteArrayObject *self) in bytearray_sizeof_impl() function