Internal changes.

PiperOrigin-RevId: 625086124
pull/16511/head
Protobuf Team Bot 10 months ago committed by Copybara-Service
parent b8ec9588c5
commit 37b2e3cb43
  1. 1
      objectivec/GPBAny.pbobjc.h
  2. 1
      objectivec/GPBAny.pbobjc.m
  3. 1
      objectivec/GPBApi.pbobjc.h
  4. 1
      objectivec/GPBApi.pbobjc.m
  5. 1
      objectivec/GPBDuration.pbobjc.h
  6. 1
      objectivec/GPBDuration.pbobjc.m
  7. 1
      objectivec/GPBEmpty.pbobjc.h
  8. 1
      objectivec/GPBEmpty.pbobjc.m
  9. 1
      objectivec/GPBFieldMask.pbobjc.h
  10. 1
      objectivec/GPBFieldMask.pbobjc.m
  11. 1
      objectivec/GPBSourceContext.pbobjc.h
  12. 1
      objectivec/GPBSourceContext.pbobjc.m
  13. 1
      objectivec/GPBStruct.pbobjc.h
  14. 1
      objectivec/GPBStruct.pbobjc.m
  15. 1
      objectivec/GPBTimestamp.pbobjc.h
  16. 1
      objectivec/GPBTimestamp.pbobjc.m
  17. 1
      objectivec/GPBType.pbobjc.h
  18. 1
      objectivec/GPBType.pbobjc.m
  19. 1
      objectivec/GPBWrappers.pbobjc.h
  20. 1
      objectivec/GPBWrappers.pbobjc.m
  21. 5
      src/google/protobuf/compiler/objectivec/file.cc

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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$

Loading…
Cancel
Save