Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenericaliasobject.c13 } gaobject; typedef
18 gaobject *alias = (gaobject *)self; in ga_dealloc()
33 gaobject *alias = (gaobject *)self; in ga_traverse()
120 gaobject *alias = (gaobject *)self; in ga_repr()
299 gaobject *alias = (gaobject *)self; in ga_getitem()
369 gaobject *alias = (gaobject *)self; in ga_hash()
385 gaobject *alias = (gaobject *)self; in ga_call()
414 gaobject *alias = (gaobject *)self; in ga_getattro()
451 gaobject *aa = (gaobject *)a; in ga_richcompare()
452 gaobject *bb = (gaobject *)b; in ga_richcompare()
[all …]