Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc53 #define PyString_AsString(ob) \ macro
Dmessage.cc86 #define PyString_AsString(ob) \ macro
/external/python/cpython2/Objects/
Dstringobject.c797 PyString_AsString(register PyObject *op) in PyString_AsString() function