Searched defs:PyString_AsStringAndSize (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | message_factory.cc | 45 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | extension_dict.cc | 54 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | descriptor_pool.cc | 51 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | descriptor_containers.cc | 67 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | message.cc | 88 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | descriptor.cc | 58 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 805 PyString_AsStringAndSize(register PyObject *obj, in PyString_AsStringAndSize() function
|