Searched refs:PyMemoryView_GetContiguous (Results 1 – 9 of 9) sorted by relevance
| /third_party/python/Include/ |
| D | memoryobject.h | 31 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
|
| /third_party/python/Doc/c-api/ |
| D | memoryview.rst | 36 .. c:function:: PyObject *PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order)
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 1303 PyMemoryView_GetContiguous:PyObject*::+1: 1304 PyMemoryView_GetContiguous:PyObject*:obj:0: 1305 PyMemoryView_GetContiguous:int:buffertype:: 1306 PyMemoryView_GetContiguous:char:order::
|
| D | stable_abi.dat | 379 function,PyMemoryView_GetContiguous,3.2,
|
| /third_party/python/PC/ |
| D | python3dll.c | 362 EXPORT_FUNC(PyMemoryView_GetContiguous)
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 904 function PyMemoryView_GetContiguous
|
| D | HISTORY | 11502 PyMemoryView_GetContiguous.
|
| /third_party/python/Modules/ |
| D | _testbuffer.c | 2423 return PyMemoryView_GetContiguous(obj, (int)type, ord); in get_contiguous()
|
| /third_party/python/Objects/ |
| D | memoryobject.c | 920 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order) in PyMemoryView_GetContiguous() function
|