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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 137 typedef Py_ssize_t (*lenfunc)(PyObject *); typedef
276 lenfunc sq_length;
290 lenfunc mp_length;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 137 typedef Py_ssize_t (*lenfunc)(PyObject *); typedef
276 lenfunc sq_length;
290 lenfunc mp_length;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 157 typedef inquiry lenfunc;
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 592 lenfunc = Signature("T", "z") # typedef Py_ssize_t (*lenfunc)(PyObject *); variable
710 MethodSlot(lenfunc, "sq_length", "__len__"),
723 MethodSlot(lenfunc, "mp_length", "__len__"),
    [all...]

Completed in 1905 milliseconds