Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h380 struct PyMethodDef *tp_methods; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h380 struct PyMethodDef *tp_methods; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c4043 if (type->tp_methods != NULL) {
4044 if (add_methods(type, type->tp_methods) < 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c4008 if (type->tp_methods != NULL) {
4009 if (add_methods(type, type->tp_methods) < 0)