Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684593475
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 10, 2024
1 parent ec808b1 commit aebf8a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/google/protobuf/message_lite.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ class MessageTableTester;

namespace internal {

namespace v2 {
class TableDriven;
} // namespace v2

class MessageCreator {
public:
using Func = void* (*)(const void*, void*, Arena*);
Expand Down Expand Up @@ -987,6 +991,7 @@ class PROTOBUF_EXPORT MessageLite {
friend class internal::WeakFieldMap;
friend class internal::WireFormatLite;
friend class internal::RustMapHelper;
friend class internal::v2::TableDriven;
friend internal::MessageCreator;

template <typename Type>
Expand Down

0 comments on commit aebf8a8

Please sign in to comment.