Home
last modified time | relevance | path

Searched defs:PyString_AsString (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc49 #define PyString_AsString(ob) \ macro
H A Dmessage.cc81 #define PyString_AsString(ob) \ macro
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc49 #define PyString_AsString(ob) \ macro
H A Dmessage.cc81 #define PyString_AsString(ob) \ macro
/aosp_15_r20/external/python/cpython2/Objects/
Dstringobject.c797 PyString_AsString(register PyObject *op) in PyString_AsString() function
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c757 #define PyString_AsString(str) PyBytes_AsString(str) macro