Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc45 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Dextension_dict.cc54 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor_pool.cc51 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor_containers.cc67 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Dmessage.cc88 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
Ddescriptor.cc58 #define PyString_AsStringAndSize(ob, charpp, sizep) \ macro
/external/python/cpython2/Objects/
Dstringobject.c805 PyString_AsStringAndSize(register PyObject *obj, in PyString_AsStringAndSize() function
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx870 # define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s… macro