Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 731506892
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Feb 27, 2025
1 parent 2364551 commit 9562edd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/google/protobuf/extension_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace internal {
class InternalMetadata;

namespace v2 {
class TableDriven;
class TableDrivenMessage;
} // namespace v2

// Used to store values of type WireFormatLite::FieldType without having to
Expand Down Expand Up @@ -572,7 +572,7 @@ class PROTOBUF_EXPORT ExtensionSet {
friend class google::protobuf::internal::ReflectionVisit;
friend struct google::protobuf::internal::DynamicExtensionInfoHelper;
friend class google::protobuf::internal::WireFormat;
friend class google::protobuf::internal::v2::TableDriven;
friend class google::protobuf::internal::v2::TableDrivenMessage;

friend void internal::InitializeLazyExtensionSet();

Expand Down
4 changes: 2 additions & 2 deletions src/google/protobuf/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct PtrAndLen;

namespace internal {
namespace v2 {
class TableDriven;
class TableDrivenMessage;
} // namespace v2

template <typename Key, typename T>
Expand Down Expand Up @@ -402,7 +402,7 @@ class PROTOBUF_EXPORT UntypedMapBase {
friend struct MapBenchmarkPeer;
friend class UntypedMapIterator;
friend class RustMapHelper;
friend class v2::TableDriven;
friend class v2::TableDrivenMessage;

// Calls `f(type_t)` where `type_t` is an unspecified type that has a `::type`
// typedef in it representing the dynamic type of key/value of the node.
Expand Down
2 changes: 2 additions & 0 deletions src/google/protobuf/message_lite.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ namespace internal {

namespace v2 {
class TableDriven;
class TableDrivenMessage;
class TableDrivenParse;
} // namespace v2

Expand Down Expand Up @@ -1051,6 +1052,7 @@ class PROTOBUF_EXPORT MessageLite {
friend class internal::WireFormatLite;
friend class internal::RustMapHelper;
friend class internal::v2::TableDriven;
friend class internal::v2::TableDrivenMessage;
friend class internal::v2::TableDrivenParse;
friend internal::MessageCreator;

Expand Down

0 comments on commit 9562edd

Please sign in to comment.