Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc51 #define PyString_Check PyUnicode_Check macro
Dmessage.cc83 #define PyString_Check PyUnicode_Check macro
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c753 #define PyString_Check(name) PyBytes_Check(name) macro