Auto-generate files after cl/609769553

pull/15914/head
Protobuf Team Bot 9 months ago
parent 6bf0d8a936
commit 3590a8b7e8
  1. 4
      src/google/protobuf/struct.pb.h

@ -484,10 +484,6 @@ class Struct_FieldsEntry_DoNotUse final
return reinterpret_cast<const Struct_FieldsEntry_DoNotUse*>(
&_Struct_FieldsEntry_DoNotUse_default_instance_);
}
static bool ValidateKey(std::string* s) {
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; }
const ::google::protobuf::Message::ClassData* GetClassData() const final;
friend struct ::TableStruct_google_2fprotobuf_2fstruct_2eproto;
};

Loading…
Cancel
Save