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

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 158 typedef intargfunc ssizeargfunc;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 139 typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 139 typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5);
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 595 intargfunc = Signature("Ti", "O") # typedef PyObject *(*intargfunc)(PyObject *, int); variable
    [all...]

Completed in 391 milliseconds