Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_weakref.c4 #define GET_WEAKREFS_LISTPTR(o) \ macro
18 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefcount()
39 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_weakref.c4 #define GET_WEAKREFS_LISTPTR(o) \ macro
18 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefcount()
39 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c5 #define GET_WEAKREFS_LISTPTR(o) \ macro
56 PyWeakReference **list = GET_WEAKREFS_LISTPTR(self->wr_object); in clear_weakref()
296 list = GET_WEAKREFS_LISTPTR(ob); in weakref___new__()
766 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewRef()
825 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewProxy()
917 list = GET_WEAKREFS_LISTPTR(object); in PyObject_ClearWeakRefs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dweakrefobject.c5 #define GET_WEAKREFS_LISTPTR(o) \ macro
56 PyWeakReference **list = GET_WEAKREFS_LISTPTR( in clear_weakref()
285 list = GET_WEAKREFS_LISTPTR(ob); in weakref___new__()
755 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewRef()
814 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewProxy()
906 list = GET_WEAKREFS_LISTPTR(object); in PyObject_ClearWeakRefs()