Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c16 #define TP_DESCR_GET(t) \ macro
268 f = TP_DESCR_GET(v->ob_type); in class_getattr()
759 f = TP_DESCR_GET(v->ob_type); in instance_getattr2()
2336 descrgetfunc f = TP_DESCR_GET(descr->ob_type); in instancemethod_getattro()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c16 #define TP_DESCR_GET(t) \ macro
262 f = TP_DESCR_GET(v->ob_type); in class_getattr()
742 f = TP_DESCR_GET(v->ob_type); in instance_getattr2()
2312 descrgetfunc f = TP_DESCR_GET(descr->ob_type); in instancemethod_getattro()