Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dmemoryobject.h16 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj) macro
/aosp_15_r20/external/python/cpython3/Include/
Dmemoryobject.h20 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmemoryobject.h20 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmemoryobject.h20 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmemoryobject.h20 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmemoryobject.h20 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj) macro
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmemoryview.rst58 .. c:function:: PyObject *PyMemoryView_GET_BASE(PyObject *mview)
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1297 PyMemoryView_GET_BASE:Py_buffer*:::
1298 PyMemoryView_GET_BASE:PyObject*:mview:0:
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY16447 internally consistent; add macros PyMemoryView_GET_BASE() and