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

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 160 typedef intobjargproc ssizeobjargproc;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 145 typedef int(*ssizeobjargproc)(PyObject *, Py_ssize_t, PyObject *); typedef
281 ssizeobjargproc sq_ass_item;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 145 typedef int(*ssizeobjargproc)(PyObject *, Py_ssize_t, PyObject *); typedef
281 ssizeobjargproc sq_ass_item;
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 600 ssizeobjargproc = Signature("TzO", 'r') # typedef int(*ssizeobjargproc)(PyObject *, Py_ssize_t, PyObject *); variable
    [all...]

Completed in 272 milliseconds