Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc48 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor.cc55 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor_containers.cc67 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Dmessage.cc82 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
/external/python/cpython2/Objects/
Dstringobject.c805 PyString_AsStringAndSize(register PyObject *obj, in PyString_AsStringAndSize() function