Home
last modified time | relevance | path

Searched defs:PyInt_AsLong (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc53 #define PyInt_AsLong PyLong_AsLong macro
Dmessage.cc76 #define PyInt_AsLong PyLong_AsLong macro
/external/brotli/python/
D_brotli.cc12 #define PyInt_AsLong PyLong_AsLong macro
/external/python/cpython2/Objects/
Dintobject.c143 PyInt_AsLong(register PyObject *op) in PyInt_AsLong() function
/external/python/cffi/c/
D_cffi_backend.c162 # define PyInt_AsLong PyLong_AsLong macro
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx757 #define PyInt_AsLong(x) PyLong_AsLong(x) macro