Searched defs:PyString_Check (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Include/
H A Dstringobject.h58 #define PyString_Check(op) \ macro
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc48 #define PyString_Check PyUnicode_Check macro
H A Dmessage.cc74 #define PyString_Check PyUnicode_Check macro
926 if (PyString_Check(value) || PyUnicode_Check(value)) {
1053 if (!PyString_Check(name)) {
1640 if (!PyString_Check(arg)) {

Completed in 125 milliseconds