Searched defs:PyBufferProcs (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dobject.h302 } PyBufferProcs; typedef in typeref:struct:__anon19264
353 PyBufferProcs *tp_as_buffer;
426 PyBufferProcs as_buffer;
551 Python 1.5.2 introduced the bf_getcharbuffer slot into PyBufferProcs.
565 /* PyBufferProcs contains bf_getcharbuffer */
/external/python/cpython3/Include/
H A Dobject.h316 } PyBufferProcs; typedef in typeref:struct:__anon19829
376 PyBufferProcs *tp_as_buffer;
473 PyBufferProcs as_buffer;

Completed in 82 milliseconds