Searched refs:PyBytes_AsStringAndSize (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Include/ |
D | bytesobject.h | 26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize macro
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_database.cc | 93 if (PyBytes_AsStringAndSize(serialized_pb.get(), &str, &len) < 0) { in GetFileDescriptorProto()
|
D | descriptor_pool.cc | 51 PyBytes_AsStringAndSize(ob, (charpp), (sizep))) 422 if (PyBytes_AsStringAndSize(serialized_pb, &message_type, &message_len) < 0) { in AddSerializedFile()
|
D | map_container.cc | 122 if (PyBytes_AsStringAndSize(py_string, &value, &value_len) < 0) { in PyStringToSTL()
|
D | message.cc | 85 PyBytes_AsStringAndSize(ob, (charpp), (sizep))) 710 if (PyBytes_AsStringAndSize(encoded_string.get(), &value, &value_len) < 0) { in CheckAndGetInteger()
|
D | descriptor_containers.cc | 70 PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
D | descriptor.cc | 58 PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 117 #define PyBytes_AsStringAndSize PyString_AsStringAndSize macro 1486 PyBytes_AsStringAndSize(result, &data, &size); in _db_associateCallback() 1526 PyBytes_AsStringAndSize( in _db_associateCallback()
|