Searched defs:PyString_AsStringAndSize (Results 1 – 8 of 8) 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
|
| /external/marisa-trie/bindings/python/ |
| D | marisa-swig_wrap.cxx | 870 # define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s… macro
|