PyInt_Check      3255 third_party/bintrees/bintrees/cwalker.c     if (likely(PyInt_Check(x))) {
PyInt_Check      3290 third_party/bintrees/bintrees/cwalker.c     if (likely(PyInt_Check(x))) {
PyInt_Check      3325 third_party/bintrees/bintrees/cwalker.c     if (likely(PyInt_Check(x))) {
PyInt_Check      3360 third_party/bintrees/bintrees/cwalker.c     if (likely(PyInt_Check(x))) {
PyInt_Check      3395 third_party/bintrees/bintrees/cwalker.c     if (likely(PyInt_Check(x))) {
PyInt_Check      3430 third_party/bintrees/bintrees/cwalker.c     if (likely(PyInt_Check(x))) {
PyInt_Check      3722 third_party/bintrees/bintrees/cwalker.c   if (PyInt_Check(x) || PyLong_Check(x))
PyInt_Check      3745 third_party/bintrees/bintrees/cwalker.c     if (!PyInt_Check(res) && !PyLong_Check(res)) {
PyInt_Check      2806 third_party/bintrees/bintrees/qavltree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2841 third_party/bintrees/bintrees/qavltree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2876 third_party/bintrees/bintrees/qavltree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2911 third_party/bintrees/bintrees/qavltree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2946 third_party/bintrees/bintrees/qavltree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2981 third_party/bintrees/bintrees/qavltree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      3325 third_party/bintrees/bintrees/qavltree.c   if (PyInt_Check(x) || PyLong_Check(x))
PyInt_Check      3348 third_party/bintrees/bintrees/qavltree.c     if (!PyInt_Check(res) && !PyLong_Check(res)) {
PyInt_Check      2801 third_party/bintrees/bintrees/qbintree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2836 third_party/bintrees/bintrees/qbintree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2871 third_party/bintrees/bintrees/qbintree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2906 third_party/bintrees/bintrees/qbintree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2941 third_party/bintrees/bintrees/qbintree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2976 third_party/bintrees/bintrees/qbintree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      3320 third_party/bintrees/bintrees/qbintree.c   if (PyInt_Check(x) || PyLong_Check(x))
PyInt_Check      3343 third_party/bintrees/bintrees/qbintree.c     if (!PyInt_Check(res) && !PyLong_Check(res)) {
PyInt_Check      2803 third_party/bintrees/bintrees/qrbtree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2838 third_party/bintrees/bintrees/qrbtree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2873 third_party/bintrees/bintrees/qrbtree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2908 third_party/bintrees/bintrees/qrbtree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2943 third_party/bintrees/bintrees/qrbtree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      2978 third_party/bintrees/bintrees/qrbtree.c     if (likely(PyInt_Check(x))) {
PyInt_Check      3322 third_party/bintrees/bintrees/qrbtree.c   if (PyInt_Check(x) || PyLong_Check(x))
PyInt_Check      3345 third_party/bintrees/bintrees/qrbtree.c     if (!PyInt_Check(res) && !PyLong_Check(res)) {
PyInt_Check       335 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   if (!PyInt_Check(arg) && !is_long) {
PyInt_Check       361 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   if (!PyInt_Check(arg) && !PyLong_Check(arg) &&
PyInt_Check       380 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) {
PyInt_Check       911 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   if (PyInt_Check(slice)) {
PyInt_Check      1186 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   if (PyInt_Check(slice) || PyLong_Check(slice)) {
PyInt_Check      2240 third_party/simplejson/_speedups.c         else if (PyInt_Check(obj) || PyLong_Check(obj)) {
PyInt_Check      2457 third_party/simplejson/_speedups.c         else if (PyInt_Check(key) || PyLong_Check(key)) {