Searched refs:getbufferproc (Results 1 – 22 of 22) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | object.h | 55 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef 169 getbufferproc bf_getbuffer;
|
/external/python/cpython3/Objects/ |
D | picklebufobject.c | 142 .bf_getbuffer = (getbufferproc) picklebuf_getbuf,
|
D | bytearrayobject.c | 2160 (getbufferproc)bytearray_getbuffer,
|
D | bytesobject.c | 1741 (getbufferproc)bytes_buffer_getbuffer,
|
D | memoryobject.c | 1516 (getbufferproc)memory_getbuf, /* bf_getbuffer */
|
/external/python/cpython2/Include/ |
D | object.h | 181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef 300 getbufferproc bf_getbuffer;
|
/external/python/cffi/c/ |
D | minibuffer.h | 135 (getbufferproc)mb_getbuf,
|
/external/python/cpython2/Objects/ |
D | memoryobject.c | 798 (getbufferproc)memory_getbuf, /* bf_getbuffer */
|
D | bufferobject.c | 855 (getbufferproc)buffer_getbuffer,
|
D | bytesobject.c | 1756 (getbufferproc)bytes_buffer_getbuffer,
|
D | bytearrayobject.c | 2830 (getbufferproc)bytearray_getbuffer,
|
D | stringobject.c | 1434 (getbufferproc)string_buffer_getbuffer,
|
/external/python/cpython3/Modules/_io/ |
D | bytesio.c | 1100 (getbufferproc) bytesiobuf_getbuffer,
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tensor.cc | 735 (getbufferproc)EagerTensor_getbuffer,
|
/external/python/cpython3/Modules/ |
D | _testbuffer.c | 1545 (getbufferproc)ndarray_getbuf, /* bf_getbuffer */ 2759 (getbufferproc)staticarray_getbuf, /* bf_getbuffer */
|
D | mmapmodule.c | 1010 (getbufferproc)mmap_buffer_getbuf,
|
D | arraymodule.c | 2621 (getbufferproc)array_buffer_getbuf,
|
/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 325 …| :c:member:`~PyBufferProcs.bf_getbuffer` | :c:func:`getbufferproc` | … 415 | :c:type:`getbufferproc` | .. line-block:: | int | 2216 .. c:member:: getbufferproc PyBufferProcs.bf_getbuffer 2444 .. c:type:: int (*getbufferproc)(PyObject *, Py_buffer *, int)
|
D | buffer.rst | 521 If this function is used as part of a :ref:`getbufferproc <buffer-structs>`,
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 312 (getbufferproc)broken_buffer_getbuffer, /* bf_getbuffer */
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 2756 (getbufferproc)PyCData_NewGetBuffer,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 150 The memoryview object now has a PEP-3118 compliant getbufferproc()
|