From c8e005db3a73c26d6597dcc42b3060e277a442b6 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 21 Feb 2023 21:14:34 -0800 Subject: [PATCH] Internal change. PiperOrigin-RevId: 511387968 --- src/google/protobuf/extension_set.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/google/protobuf/extension_set.h b/src/google/protobuf/extension_set.h index 712b5960ae..99b0e397f8 100644 --- a/src/google/protobuf/extension_set.h +++ b/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()); }