Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c1738 s_sizeof(PyStructObject *self, void *unused) in s_sizeof() function
1754 {"__sizeof__", (PyCFunction)s_sizeof, METH_NOARGS, s_sizeof__doc__},
/external/python/cpython3/Modules/
D_struct.c1971 s_sizeof(PyStructObject *self, void *unused) in s_sizeof() function
1990 {"__sizeof__", (PyCFunction)s_sizeof, METH_NOARGS, s_sizeof__doc__},