Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcobject.c28 self = PyObject_NEW(PyCObject, &PyCObject_Type); in PyCObject_FromVoidPtr()
54 self = PyObject_NEW(PyCObject, &PyCObject_Type); in PyCObject_FromVoidPtrAndDesc()
72 if (self->ob_type == &PyCObject_Type) in PyCObject_AsVoidPtr()
87 if (self->ob_type == &PyCObject_Type) in PyCObject_GetDesc()
149 PyTypeObject PyCObject_Type = { variable
Dobject.c2310 PyTypeObject *_Py_cobject_hack = &PyCObject_Type;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcobject.c28 self = PyObject_NEW(PyCObject, &PyCObject_Type); in PyCObject_FromVoidPtr()
54 self = PyObject_NEW(PyCObject, &PyCObject_Type); in PyCObject_FromVoidPtrAndDesc()
72 if (self->ob_type == &PyCObject_Type) in PyCObject_AsVoidPtr()
87 if (self->ob_type == &PyCObject_Type) in PyCObject_GetDesc()
149 PyTypeObject PyCObject_Type = { variable
Dobject.c2331 PyTypeObject *_Py_cobject_hack = &PyCObject_Type;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dcobject.h43 PyAPI_DATA(PyTypeObject) PyCObject_Type;
45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcobject.h43 PyAPI_DATA(PyTypeObject) PyCObject_Type;
45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)