Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704865642
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Dec 10, 2024
1 parent abb197c commit 1c21bf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/google/protobuf/extension_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "absl/base/prefetch.h"
#include "absl/container/btree_map.h"
#include "absl/log/absl_check.h"
#include "absl/strings/cord.h"
#include "google/protobuf/generated_enum_util.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/port.h"
Expand Down Expand Up @@ -655,6 +656,7 @@ class PROTOBUF_EXPORT ExtensionSet {

virtual std::variant<size_t, const MessageLite*> UnparsedSizeOrMessage()
const = 0;
virtual absl::Cord GetEncoded() const = 0;

virtual void MergeFrom(const MessageLite* prototype,
const LazyMessageExtension& other, Arena* arena,
Expand Down
1 change: 1 addition & 0 deletions src/google/protobuf/extension_set_heavy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "absl/base/attributes.h"
#include "absl/log/absl_check.h"
#include "absl/strings/cord.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/descriptor.pb.h"
Expand Down

0 comments on commit 1c21bf5

Please sign in to comment.