Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc42 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Dextension_dict.cc52 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor_pool.cc47 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor_containers.cc61 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Dmessage.cc83 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor.cc53 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc42 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Dextension_dict.cc52 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor_pool.cc47 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor_containers.cc61 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor.cc53 #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
/external/webp/swig/
Dlibwebp_python_wrap.c869 # define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s… macro
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx870 # define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s… macro