Home
last modified time | relevance | path

Searched refs:PyInt_Check (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Drepeated_composite_container.cc52 #define PyInt_Check PyLong_Check macro
275 } else if (PyInt_Check(slice) || PyLong_Check(slice)) { in AssignSubscript()
Drepeated_scalar_container.cc298 if (PyInt_Check(slice)) { in Subscript()
450 if (PyInt_Check(slice)) { in AssSubscript()
Dmessage.cc70 #define PyInt_Check PyLong_Check macro
553 if (!PyInt_Check(arg) && !is_long) { in CheckAndGetInteger()
604 if (!PyInt_Check(arg) && !PyLong_Check(arg) && in CheckAndGetInteger()
623 if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) { in CheckAndGetInteger()
964 if (PyInt_Check(slice) || PyLong_Check(slice)) { in CheckAndGetInteger()