Home
last modified time | relevance | path

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

/third_party/python/Include/
Dmemoryobject.h31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
/third_party/python/Doc/c-api/
Dmemoryview.rst36 .. c:function:: PyObject *PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order)
/third_party/python/Doc/data/
Drefcounts.dat1303 PyMemoryView_GetContiguous:PyObject*::+1:
1304 PyMemoryView_GetContiguous:PyObject*:obj:0:
1305 PyMemoryView_GetContiguous:int:buffertype::
1306 PyMemoryView_GetContiguous:char:order::
Dstable_abi.dat379 function,PyMemoryView_GetContiguous,3.2,
/third_party/python/PC/
Dpython3dll.c362 EXPORT_FUNC(PyMemoryView_GetContiguous)
/third_party/python/Misc/
Dstable_abi.txt904 function PyMemoryView_GetContiguous
DHISTORY11502 PyMemoryView_GetContiguous.
/third_party/python/Modules/
D_testbuffer.c2423 return PyMemoryView_GetContiguous(obj, (int)type, ord); in get_contiguous()
/third_party/python/Objects/
Dmemoryobject.c920 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order) in PyMemoryView_GetContiguous() function