Searched refs:charpp (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | message_factory.cc | 45 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 46 (PyUnicode_Check(ob) ? ((*(charpp) = const_cast<char*>( \ 50 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | extension_dict.cc | 54 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 55 (PyUnicode_Check(ob) ? ((*(charpp) = const_cast<char*>( \ 59 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | descriptor_pool.cc | 51 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 52 (PyUnicode_Check(ob) ? ((*(charpp) = const_cast<char*>( \ 56 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | descriptor_containers.cc | 67 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 68 (PyUnicode_Check(ob) ? ((*(charpp) = const_cast<char*>( \ 72 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | descriptor.cc | 58 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 59 (PyUnicode_Check(ob) ? ((*(charpp) = const_cast<char*>( \ 63 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | message.cc | 88 #define PyString_AsStringAndSize(ob, charpp, sizep) \ argument 89 (PyUnicode_Check(ob) ? ((*(charpp) = const_cast<char*>( \ 93 : PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|