Internal change.

PiperOrigin-RevId: 511387968
pull/12002/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 57d5ede3ec
commit c8e005db3a
  1. 2
      src/google/protobuf/extension_set.h

@ -562,6 +562,8 @@ class PROTOBUF_EXPORT ExtensionSet {
virtual bool IsInitialized(const MessageLite* prototype,
Arena* arena) const = 0;
virtual bool IsEagerSerializeSafe(const MessageLite* prototype,
Arena* arena) const = 0;
PROTOBUF_DEPRECATED_MSG("Please use ByteSizeLong() instead")
virtual int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); }

Loading…
Cancel
Save