Auto-generate files after cl/567705458

pull/14187/head
Protobuf Team Bot 1 year ago
parent 996268a345
commit cdc5f6484b
  1. 3
      src/google/protobuf/struct.pb.cc
  2. 2
      src/google/protobuf/struct.pb.h

@ -231,9 +231,6 @@ bool NullValue_IsValid(int value) {
Struct_FieldsEntry_DoNotUse::Struct_FieldsEntry_DoNotUse() {}
Struct_FieldsEntry_DoNotUse::Struct_FieldsEntry_DoNotUse(::google::protobuf::Arena* arena)
: SuperType(arena) {}
void Struct_FieldsEntry_DoNotUse::MergeFrom(const Struct_FieldsEntry_DoNotUse& other) {
MergeFromInternal(other);
}
::google::protobuf::Metadata Struct_FieldsEntry_DoNotUse::GetMetadata() const {
return ::_pbi::AssignDescriptors(
&descriptor_table_google_2fprotobuf_2fstruct_2eproto_getter, &descriptor_table_google_2fprotobuf_2fstruct_2eproto_once,

@ -498,7 +498,6 @@ class Struct_FieldsEntry_DoNotUse final
explicit PROTOBUF_CONSTEXPR Struct_FieldsEntry_DoNotUse(
::google::protobuf::internal::ConstantInitialized);
explicit Struct_FieldsEntry_DoNotUse(::google::protobuf::Arena* arena);
void MergeFrom(const Struct_FieldsEntry_DoNotUse& other);
static const Struct_FieldsEntry_DoNotUse* internal_default_instance() {
return reinterpret_cast<const Struct_FieldsEntry_DoNotUse*>(
&_Struct_FieldsEntry_DoNotUse_default_instance_);
@ -507,7 +506,6 @@ class Struct_FieldsEntry_DoNotUse final
return ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(s->data(), static_cast<int>(s->size()), ::google::protobuf::internal::WireFormatLite::PARSE, "google.protobuf.Struct.FieldsEntry.key");
}
static bool ValidateValue(void*) { return true; }
using ::google::protobuf::Message::MergeFrom;
::google::protobuf::Metadata GetMetadata() const final;
friend struct ::TableStruct_google_2fprotobuf_2fstruct_2eproto;
};

Loading…
Cancel
Save