Searched defs:PyString_AsStringAndSize (Results 1 – 15 of 15) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | message_factory.cc | 42 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | extension_dict.cc | 52 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | descriptor_pool.cc | 47 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | descriptor_containers.cc | 61 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | message.cc | 83 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | descriptor.cc | 53 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
D | message_factory.cc | 42 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | extension_dict.cc | 52 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | descriptor_pool.cc | 47 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | descriptor_containers.cc | 61 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | descriptor.cc | 53 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
|
D | message.cc | 82 #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/webp/swig/ |
D | libwebp_python_wrap.c | 869 # define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s… macro
|
/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
|