Internal changes.

PiperOrigin-RevId: 625086124
pull/16511/head
Protobuf Team Bot 2024-04-15 14:34:06 -07:00 committed by Copybara-Service
parent b8ec9588c5
commit 37b2e3cb43
21 changed files with 25 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/any.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/any.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/api.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/api.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/duration.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/duration.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/empty.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/empty.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/field_mask.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/field_mask.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/source_context.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/source_context.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/struct.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/struct.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/timestamp.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/timestamp.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/type.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/type.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/wrappers.proto

View File

@ -1,4 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// clang-format off
// source: google/protobuf/wrappers.proto

View File

@ -598,6 +598,10 @@ void FileGenerator::GenerateFile(io::Printer* p, GeneratedFileType file_type,
p->Emit(
{
{"no_checked_in",
"NO CHECKED-IN"
// Intentional line breaker
" PROTOBUF GENCODE"},
{"filename", file_->name()},
{"google_protobuf_objc_version", GOOGLE_PROTOBUF_OBJC_VERSION},
{"runtime_imports",
@ -632,6 +636,7 @@ void FileGenerator::GenerateFile(io::Printer* p, GeneratedFileType file_type,
},
R"objc(
// Generated by the protocol buffer compiler. DO NOT EDIT!
// $no_checked_in$
// $clangfmt$ off
// source: $filename$