Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dstructseq.c28 #define UNNAMED_FIELDS(op) UNNAMED_FIELDS_TP(Py_TYPE(op)) macro
252 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
/external/python/cpython2/Objects/
Dstructseq.c26 #define UNNAMED_FIELDS(op) UNNAMED_FIELDS_TP(Py_TYPE(op)) macro
382 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()