Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dgenericaliasobject.c14 } gaobject; typedef
19 gaobject *alias = (gaobject *)self; in ga_dealloc()
34 gaobject *alias = (gaobject *)self; in ga_traverse()
121 gaobject *alias = (gaobject *)self; in ga_repr()
355 gaobject *alias = (gaobject *)self; in ga_getitem()
382 gaobject *alias = (gaobject *)self; in ga_hash()
398 gaobject *alias = (gaobject *)self; in ga_call()
429 gaobject *alias = (gaobject *)self; in ga_getattro()
465 gaobject *aa = (gaobject *)a; in ga_richcompare()
466 gaobject *bb = (gaobject *)b; in ga_richcompare()
[all …]