Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dweakrefobject.h55 #define PyWeakref_Check(op) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dweakrefobject.h52 #define PyWeakref_Check(op) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c94 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()
879 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dweakrefobject.c95 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()
868 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c707 assert(PyWeakref_Check(op)); in handle_weakrefs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c656 assert(PyWeakref_Check(op)); in handle_weakrefs()