Home
last modified time | relevance | path

Searched defs:PyInt_FromLong (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dunknown_fields.cc44 #define PyInt_FromLong PyLong_FromLong macro
Drepeated_scalar_container.cc49 #define PyInt_FromLong PyLong_FromLong macro
Drepeated_composite_container.cc54 #define PyInt_FromLong PyLong_FromLong macro
Dmap_container.cc49 #define PyInt_FromLong PyLong_FromLong macro
Ddescriptor_containers.cc63 #define PyInt_FromLong PyLong_FromLong macro
Dmessage.cc77 #define PyInt_FromLong PyLong_FromLong macro
Ddescriptor.cc53 #define PyInt_FromLong PyLong_FromLong macro
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h149 # define PyInt_FromLong PyLong_FromLong macro
/external/python/cffi/cffi/
D_cffi_include.h99 # define PyInt_FromLong PyLong_FromLong macro
/external/python/cpython2/Objects/
Dintobject.c87 PyInt_FromLong(long ival) in PyInt_FromLong() function
/external/python/cffi/c/
D_cffi_backend.c131 # define PyInt_FromLong PyLong_FromLong macro
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx758 #define PyInt_FromLong(x) PyLong_FromLong(x) macro