HomeSort by relevance Sort by last modified time
    Searched defs:Py_buffer (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]

Completed in 798 milliseconds