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

/external/python/cpython2/Include/
H A Dintobject.h30 #define PyInt_Check(op) \ macro
/external/brotli/python/
H A D_brotli.cc11 #define PyInt_Check PyLong_Check macro
27 if (!PyInt_Check(o)) {
49 if (!PyInt_Check(o)) {
63 if (!PyInt_Check(o)) {
77 if (!PyInt_Check(o)) {
/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc52 #define PyInt_Check PyLong_Check macro
275 } else if (PyInt_Check(slice) || PyLong_Check(slice)) {
H A Dmessage.cc70 #define PyInt_Check PyLong_Check macro
553 if (!PyInt_Check(arg) && !is_long) {
604 if (!PyInt_Check(arg) && !PyLong_Check(arg) &&
623 if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) {
964 if (PyInt_Check(slice) || PyLong_Check(slice)) {

Completed in 222 milliseconds