Update generated_message_table_driven.h (#8571)

Export SerializeInternalToArray referenced by TableSerializeToArray
This commit is contained in:
John M Duffy 2021-05-13 15:22:24 -04:00 committed by GitHub
parent 9344e0b724
commit 63d2aca3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ inline void TableSerialize(const MessageLite& msg,
SerializeInternal(base, field_table + 1, num_fields, output);
}
uint8* SerializeInternalToArray(const uint8* base, const FieldMetadata* table,
PROTOBUF_EXPORT uint8* SerializeInternalToArray(const uint8* base, const FieldMetadata* table,
int32 num_fields, bool is_deterministic,
uint8* buffer);