Searched refs:getbufferproc (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_memoryobject.h | 15 getbufferproc bufferproc);
|
/external/python/cpython3/Include/ |
D | pybuffer.h | 35 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef
|
/external/python/cpython3/Modules/_testcapi/ |
D | buffer.c | 72 .bf_getbuffer = (getbufferproc) testbuf_getbuf,
|
/external/python/cpython3/Objects/ |
D | picklebufobject.c | 141 .bf_getbuffer = (getbufferproc) picklebuf_getbuf,
|
D | bytearrayobject.c | 2284 (getbufferproc)bytearray_getbuffer,
|
D | bytesobject.c | 1686 (getbufferproc)bytes_buffer_getbuffer,
|
D | memoryobject.c | 832 _PyMemoryView_FromBufferProc(PyObject *v, int flags, getbufferproc bufferproc) in _PyMemoryView_FromBufferProc()
|
D | typeobject.c | 8962 (getbufferproc)wrapped); in wrap_buffer()
|
/external/python/cpython3/Include/cpython/ |
D | object.h | 137 getbufferproc bf_getbuffer;
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tensor.cc | 866 (getbufferproc)EagerTensor_getbuffer,
|
/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 896 type,getbufferproc,3.12,,
|
D | python3.13.abi | 21607 …<typedef-decl name='getbufferproc' type-id='type-id-1396' filepath='./Include/pybuffer.h' line='35…
|
/external/python/cpython3/Modules/ |
D | _interpretersmodule.c | 141 {Py_bf_getbuffer, (getbufferproc)xibufferview_getbuf},
|
D | _testbuffer.c | 1541 (getbufferproc)ndarray_getbuf, /* bf_getbuffer */ 2750 (getbufferproc)staticarray_getbuf, /* bf_getbuffer */
|
/external/python/cpython3/Doc/c-api/ |
D | buffer.rst | 542 If this function is used as part of a :ref:`getbufferproc <buffer-structs>`,
|
D | typeobj.rst | 328 …| :c:member:`~PyBufferProcs.bf_getbuffer` | :c:func:`getbufferproc` | … 418 | :c:type:`getbufferproc` | .. line-block:: | int | 2447 .. c:member:: getbufferproc PyBufferProcs.bf_getbuffer 2681 .. c:type:: int (*getbufferproc)(PyObject *, Py_buffer *, int)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.12.0a2.rst | 1052 Add ``getbufferproc`` and ``releasebufferproc`` to the stable API.
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 2376 [typedef.getbufferproc]
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 150 The memoryview object now has a PEP-3118 compliant getbufferproc()
|