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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
intobject.h 39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
intobject.h 39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 8 #define PyInt_FromSize_t(x) PyLong_FromSize_t(x)
179 #define PyInt_FromSize_t(x) PyInt_FromLong((long)x)
pyprimtypes.swg 44 return PyInt_FromSize_t((size_t) value);
  /external/protobuf/python/google/protobuf/pyext/
message.cc 66 #define PyInt_FromSize_t PyLong_FromSize_t
    [all...]

Completed in 209 milliseconds