Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc53 #define PyInt_AsLong PyLong_AsLong macro
Dmessage.cc71 #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