Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstructseq.c22 #define REAL_SIZE(op) REAL_SIZE_TP(Py_TYPE(op)) macro
47 size = REAL_SIZE(obj); in structseq_dealloc()
380 n_fields = REAL_SIZE(self); in structseq_reduce()