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

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 165 typedef getcharbufferproc charbufferproc;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 160 typedef Py_ssize_t (*charbufferproc)(PyObject *, Py_ssize_t, char **); typedef
299 charbufferproc bf_getcharbuffer;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 160 typedef Py_ssize_t (*charbufferproc)(PyObject *, Py_ssize_t, char **); typedef
299 charbufferproc bf_getcharbuffer;
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 611 charbufferproc = Signature("TzS", "z") # typedef Py_ssize_t (*charbufferproc)(PyObject *, Py_ssize_t, char **); variable
732 MethodSlot(charbufferproc, "bf_getcharbuffer", "__getcharbuffer__", py3 = False),
    [all...]

Completed in 604 milliseconds