Home
last modified time | relevance | path

Searched refs:PyBytes_Check (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/python/
Dlibxml_wrap.h31 #ifndef PyBytes_Check
32 #define PyBytes_Check PyString_Check macro
Dtypes.c625 } else if PyBytes_Check (obj) { in libxml_xmlXPathObjectPtrConvert()
Dlibxml.c293 } else if (PyBytes_Check(ret)) { in xmlPythonFileReadRaw()
358 } else if (PyBytes_Check(ret)) { in xmlPythonFileRead()
/external/selinux/libselinux/src/
Dselinuxswig_python.i174 if (!PyBytes_Check(PySequence_GetItem($input, i))) {
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc310 if (!PyBytes_Check(arg) && !PyUnicode_Check(arg)) { in CheckAndGetInteger()
315 if (PyBytes_Check(arg)) { in CheckAndGetInteger()
330 } else if (!PyBytes_Check(arg)) { in CheckAndGetInteger()
337 if (PyBytes_Check(arg)) { in CheckAndGetInteger()
Drepeated_scalar_container.cc117 if (PySequence_Check(arg) && !(PyBytes_Check(arg) || PyUnicode_Check(arg))) { in AssignItem()