Home
last modified time | relevance | path

Searched refs:_PyObject_GetDictPtr (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h477 PyAPI_FUNC(PyObject **) _PyObject_GetDictPtr(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h477 PyAPI_FUNC(PyObject **) _PyObject_GetDictPtr(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c1270 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr() function
1506 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GenericSetAttrWithDict()
Dtypeobject.c826 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_traverse()
995 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_dealloc()
1844 dictptr = _PyObject_GetDictPtr(obj); in subtype_dict()
1880 dictptr = _PyObject_GetDictPtr(obj); in subtype_setdict()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c1277 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr() function
1513 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GenericSetAttrWithDict()
Dtypeobject.c834 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_traverse()
890 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_clear()
1011 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_dealloc()
1862 dictptr = _PyObject_GetDictPtr(obj); in subtype_dict()
1898 dictptr = _PyObject_GetDictPtr(obj); in subtype_setdict()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c3001 dictptr = _PyObject_GetDictPtr(self); in tzinfo_reduce()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c3001 dictptr = _PyObject_GetDictPtr(self); in tzinfo_reduce()