| Index: third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.m
|
| diff --git a/third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.m b/third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.m
|
| index d210643f05bfdd772b9350bbd8a89e989acf93c6..6a1bf894ff8af90532349bf6ec3f7e20acf09a46 100644
|
| --- a/third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.m
|
| +++ b/third_party/protobuf/objectivec/google/protobuf/Any.pbobjc.m
|
| @@ -1,23 +1,8 @@
|
| // Generated by the protocol buffer compiler. DO NOT EDIT!
|
| // source: google/protobuf/any.proto
|
|
|
| -// This CPP symbol can be defined to use imports that match up to the framework
|
| -// imports needed when using CocoaPods.
|
| -#if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS)
|
| - #define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0
|
| -#endif
|
| -
|
| -#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
| - #import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
|
| -#else
|
| - #import "GPBProtocolBuffers_RuntimeSupport.h"
|
| -#endif
|
| -
|
| -#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
|
| - #import <Protobuf/Any.pbobjc.h>
|
| -#else
|
| - #import "google/protobuf/Any.pbobjc.h"
|
| -#endif
|
| +#import "GPBProtocolBuffers_RuntimeSupport.h"
|
| +#import "google/protobuf/Any.pbobjc.h"
|
| // @@protoc_insertion_point(imports)
|
|
|
| #pragma clang diagnostic push
|
| @@ -27,9 +12,6 @@
|
|
|
| @implementation GPBAnyRoot
|
|
|
| -// No extensions in the file and no imports, so no need to generate
|
| -// +extensionRegistry.
|
| -
|
| @end
|
|
|
| #pragma mark - GPBAnyRoot_FileDescriptor
|
| @@ -39,9 +21,8 @@ static GPBFileDescriptor *GPBAnyRoot_FileDescriptor(void) {
|
| // about thread safety of the singleton.
|
| static GPBFileDescriptor *descriptor = NULL;
|
| if (!descriptor) {
|
| - GPB_DEBUG_CHECK_RUNTIME_VERSIONS();
|
| + GPBDebugCheckRuntimeVersion();
|
| descriptor = [[GPBFileDescriptor alloc] initWithPackage:@"google.protobuf"
|
| - objcPrefix:@"GPB"
|
| syntax:GPBFileSyntaxProto3];
|
| }
|
| return descriptor;
|
| @@ -72,7 +53,7 @@ typedef struct GPBAny__storage_ {
|
| .number = GPBAny_FieldNumber_TypeURL,
|
| .hasIndex = 0,
|
| .offset = (uint32_t)offsetof(GPBAny__storage_, typeURL),
|
| - .flags = (GPBFieldFlags)(GPBFieldOptional | GPBFieldTextFormatNameCustom),
|
| + .flags = GPBFieldOptional | GPBFieldTextFormatNameCustom,
|
| .dataType = GPBDataTypeString,
|
| },
|
| {
|
| @@ -92,7 +73,7 @@ typedef struct GPBAny__storage_ {
|
| fields:fields
|
| fieldCount:(uint32_t)(sizeof(fields) / sizeof(GPBMessageFieldDescription))
|
| storageSize:sizeof(GPBAny__storage_)
|
| - flags:GPBDescriptorInitializationFlag_None];
|
| + flags:0];
|
| #if !GPBOBJC_SKIP_MESSAGE_TEXTFORMAT_EXTRAS
|
| static const char *extraTextFormatInfo =
|
| "\001\001\004\241!!\000";
|
|
|