PyString_Check    143 third_party/bintrees/bintrees/cwalker.c   #define PyBytes_Check                PyString_Check
PyString_Check   2855 third_party/bintrees/bintrees/cwalker.c         if (unlikely(!PyString_CheckExact(key)) && unlikely(!PyString_Check(key)))
PyString_Check    143 third_party/bintrees/bintrees/qavltree.c   #define PyBytes_Check                PyString_Check
PyString_Check   2257 third_party/bintrees/bintrees/qavltree.c         if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) {
PyString_Check    143 third_party/bintrees/bintrees/qbintree.c   #define PyBytes_Check                PyString_Check
PyString_Check   2252 third_party/bintrees/bintrees/qbintree.c         if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) {
PyString_Check    143 third_party/bintrees/bintrees/qrbtree.c   #define PyBytes_Check                PyString_Check
PyString_Check   2254 third_party/bintrees/bintrees/qrbtree.c         if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) {
PyString_Check    430 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!PyString_Check(arg) && !PyUnicode_Check(arg)) {
PyString_Check    435 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (PyString_Check(arg)) {
PyString_Check    450 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   } else if (!PyString_Check(arg)) {
PyString_Check    457 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (PyString_Check(arg)) {
PyString_Check    937 third_party/simplejson/_speedups.c     if (PyString_Check(pystr)) {
PyString_Check    963 third_party/simplejson/_speedups.c     if (PyString_Check(pystr)) {
PyString_Check   1897 third_party/simplejson/_speedups.c     if (PyString_Check(pystr)) {
PyString_Check   1963 third_party/simplejson/_speedups.c     if (s->encoding == NULL || !PyString_Check(s->encoding))
PyString_Check   2234 third_party/simplejson/_speedups.c         else if (PyString_Check(obj) || PyUnicode_Check(obj))
PyString_Check   2441 third_party/simplejson/_speedups.c         else if (PyString_Check(key) || PyUnicode_Check(key)) {