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

  /external/protobuf/python/google/protobuf/pyext/
map_container.cc 51 #define PyInt_FromSize_t PyLong_FromSize_t
186 return PyInt_FromSize_t(key.GetUInt32Value());
211 return PyInt_FromSize_t(value->GetUInt32Value());
    [all...]
descriptor.cc 51 #define PyInt_FromSize_t PyLong_FromSize_t
745 result = PyInt_FromSize_t(value);
    [all...]
message.cc 73 #define PyInt_FromSize_t PyLong_FromSize_t
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 116 PyInt_FromSize_t(size_t ival)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 116 PyInt_FromSize_t(size_t ival)
    [all...]
  /external/python/cpython2/Objects/
intobject.c 116 PyInt_FromSize_t(size_t ival)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 730 #define PyInt_FromSize_t(x) PyLong_FromSize_t(x)
901 #define PyInt_FromSize_t(x) PyInt_FromLong((long)x)
    [all...]

Completed in 133 milliseconds