Home
last modified time | relevance | path

Searched defs:PyString_AsStringAndSize (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc45 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Dextension_dict.cc54 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor_pool.cc51 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor_containers.cc67 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Dmessage.cc88 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor.cc58 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
/external/python/cpython2/Objects/
Dstringobject.c805 PyString_AsStringAndSize(register PyObject *obj, in PyString_AsStringAndSize() function