Home
last modified time | relevance | path

Searched refs:PyStructSequence (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Objects/
H A Dstructseq.c53 PyStructSequence *obj; in PyStructSequence_New()
63 obj = PyObject_GC_NewVar(PyStructSequence, type, size); in PyStructSequence_New()
89 structseq_traverse(PyStructSequence *obj, visitproc visit, void *arg) in structseq_traverse()
103 structseq_dealloc(PyStructSequence *obj) in structseq_dealloc()
120 class structseq "PyStructSequence *" "NULL"
138 PyStructSequence *res = NULL; in structseq_new_impl()
196 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new_impl()
232 structseq_repr(PyStructSequence *obj) in structseq_repr()
317 structseq_reduce(PyStructSequence* self, PyObject *Py_UNUSED(ignored)) in structseq_reduce()
449 members[k].offset = offsetof(PyStructSequence, ob_ite in initialize_members()
[all...]
/third_party/python/Include/
H A Dstructseq.h35 typedef PyTupleObject PyStructSequence; typedef
/third_party/python/Modules/
H A Dposixmodule.c2296 PyStructSequence *result; in statresult_new()
2299 result = (PyStructSequence*)structseq_new(type, args, kwds); in statresult_new()

Completed in 22 milliseconds