HomeSort by relevance Sort by last modified time
    Searched refs:tp_as_buffer (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 87 ((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
abstract.h 535 (((obj)->ob_type->tp_as_buffer != NULL) && \
537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
    [all...]
object.h 353 PyBufferProcs *tp_as_buffer; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 87 ((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
abstract.h 535 (((obj)->ob_type->tp_as_buffer != NULL) && \
537 ((obj)->ob_type->tp_as_buffer->bf_getbuffer != NULL))
    [all...]
object.h 353 PyBufferProcs *tp_as_buffer; member in struct:_typeobject
    [all...]

Completed in 41 milliseconds