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

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 162 typedef getreadbufferproc readbufferproc;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 608 readbufferproc = Signature("TzP", "z") # typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); variable
729 MethodSlot(readbufferproc, "bf_getreadbuffer", "__getreadbuffer__", py3 = False),
    [all...]

Completed in 103 milliseconds