Lines Matching refs:gaobject
19 } gaobject;
29 gaobject *alias = (gaobject *)self;
44 gaobject *alias = (gaobject *)self;
127 gaobject *alias = (gaobject *)self;
346 ((gaobject *)arg)->starred &&
347 ((gaobject *)arg)->origin == (PyObject *)&PyTuple_Type)
349 result = ((gaobject *)arg)->args;
521 gaobject *alias = (gaobject *)self;
536 ((gaobject *)res)->starred = alias->starred;
549 gaobject *alias = (gaobject *)self;
582 gaobject *alias = (gaobject *)self;
591 gaobject *alias = (gaobject *) self;
614 gaobject *alias = (gaobject *)self;
650 gaobject *aa = (gaobject *)a;
651 gaobject *bb = (gaobject *)b;
668 gaobject *alias = (gaobject *)self;
691 gaobject *alias = (gaobject *)self;
709 gaobject *alias = (gaobject *)self;
754 {"__origin__", T_OBJECT, offsetof(gaobject, origin), READONLY},
755 {"__args__", T_OBJECT, offsetof(gaobject, args), READONLY},
756 {"__unpacked__", T_BOOL, offsetof(gaobject, starred), READONLY},
763 gaobject *alias = (gaobject *)self;
777 gaobject *alias = (gaobject *)self;
795 setup_ga(gaobject *alias, PyObject *origin, PyObject *args) {
833 gaobject *self = (gaobject *)type->tp_alloc(type, 0);
854 gaobject *alias = (gaobject *)gi->obj;
859 ((gaobject *)starred_alias)->starred = true;
939 .tp_basicsize = sizeof(gaobject),
950 .tp_weaklistoffset = offsetof(gaobject, weakreflist),
958 .tp_vectorcall_offset = offsetof(gaobject, vectorcall),
964 gaobject *alias = (gaobject*) PyType_GenericAlloc(