Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dstructseq.c50 #define UNNAMED_FIELDS_TP(tp) get_type_attr_as_size(tp, &PyId_n_unnamed_fields) macro
51 #define UNNAMED_FIELDS(op) UNNAMED_FIELDS_TP(Py_TYPE(op))
154 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()