Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h382 struct PyGetSetDef *tp_getset; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h382 struct PyGetSetDef *tp_getset; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c2438 type->tp_getset = subtype_getsets_full; in type_new()
2440 type->tp_getset = subtype_getsets_weakref_only; in type_new()
2442 type->tp_getset = subtype_getsets_dict_only; in type_new()
2444 type->tp_getset = NULL; in type_new()
4051 if (type->tp_getset != NULL) {
4052 if (add_getset(type, type->tp_getset) < 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c2418 type->tp_getset = subtype_getsets_full; in type_new()
2420 type->tp_getset = subtype_getsets_weakref_only; in type_new()
2422 type->tp_getset = subtype_getsets_dict_only; in type_new()
2424 type->tp_getset = NULL; in type_new()
4016 if (type->tp_getset != NULL) {
4017 if (add_getset(type, type->tp_getset) < 0)