Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dintobject.h30 #define PyInt_Check(op) \ macro
/external/brotli/python/
D_brotli.cc11 #define PyInt_Check PyLong_Check macro
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc52 #define PyInt_Check PyLong_Check macro
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx756 #define PyInt_Check(x) PyLong_Check(x) macro