Home
last modified time | relevance | path

Searched refs:PyString_Check (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/python/src2/
Dpycompat.hpp57 #define PyString_Check PyUnicode_Check macro
Dcv2.cpp1029 if( !PyString_Check(key) ) { in pyopencv_to()
1035 if( PyString_Check(item) ) in pyopencv_to()
1197 if (PyString_Check(o) && PyString_Size(o) == 1) { in convert_to_char()
/external/libxml2/python/
Dlibxml_wrap.h32 #define PyBytes_Check PyString_Check
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc67 #define PyString_Check PyUnicode_Check macro
671 if (!PyString_Check(name)) { in CheckAndGetInteger()
1119 if (!PyString_Check(arg)) { in CheckAndGetInteger()
1458 if (!PyString_Check(arg)) { in CheckAndGetInteger()