Home
last modified time | relevance | path

Searched refs:PyCObject_GetDesc (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dcobject.h69 PyAPI_FUNC(void *) PyCObject_GetDesc(PyObject *);
/aosp_15_r20/external/python/cpython2/Objects/
Dcobject.c84 PyCObject_GetDesc(PyObject *self) in PyCObject_GetDesc() function
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dcobject.rst50 .. c:function:: void* PyCObject_GetDesc(PyObject* self)
/aosp_15_r20/external/libxml2/python/
H A Dlibxml_wrap.h42 #define PyCapsule_GetPointer(o, n) PyCObject_GetDesc((o))
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def108 PyCObject_GetDesc
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def230 "PyCObject_GetDesc"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat109 PyCObject_GetDesc:void*:::
110 PyCObject_GetDesc:PyObject*:self:0:
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY12713 PyCObject_FromVoidPtrAndDesc() and PyCObject_GetDesc() APIs.
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY30092 PyCObject_FromVoidPtrAndDesc() and PyCObject_GetDesc() APIs.