| Index: third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h
|
| diff --git a/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h b/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h
|
| index 3cb9fe77dc95a260a911d5fc263045c2fc30f3fd..465105005a6cd1341d7070256e05d6e13f244e3b 100644
|
| --- a/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h
|
| +++ b/third_party/protobuf/objectivec/google/protobuf/Wrappers.pbobjc.h
|
| @@ -1,23 +1,10 @@
|
| // Generated by the protocol buffer compiler. DO NOT EDIT!
|
| // source: google/protobuf/wrappers.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.h>
|
| -#else
|
| - #import "GPBProtocolBuffers.h"
|
| -#endif
|
| +#import "GPBProtocolBuffers.h"
|
|
|
| -#if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
|
| -#error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
|
| -#endif
|
| -#if 30002 < GOOGLE_PROTOBUF_OBJC_MIN_SUPPORTED_VERSION
|
| -#error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
| +#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30001
|
| +#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
| #endif
|
|
|
| // @@protoc_insertion_point(imports)
|
| @@ -31,16 +18,14 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
| #pragma mark - GPBWrappersRoot
|
|
|
| -/**
|
| - * Exposes the extension registry for this file.
|
| - *
|
| - * The base class provides:
|
| - * @code
|
| - * + (GPBExtensionRegistry *)extensionRegistry;
|
| - * @endcode
|
| - * which is a @c GPBExtensionRegistry that includes all the extensions defined by
|
| - * this file and all files that it depends on.
|
| - **/
|
| +/// Exposes the extension registry for this file.
|
| +///
|
| +/// The base class provides:
|
| +/// @code
|
| +/// + (GPBExtensionRegistry *)extensionRegistry;
|
| +/// @endcode
|
| +/// which is a @c GPBExtensionRegistry that includes all the extensions defined by
|
| +/// this file and all files that it depends on.
|
| @interface GPBWrappersRoot : GPBRootObject
|
| @end
|
|
|
| @@ -50,14 +35,12 @@ typedef GPB_ENUM(GPBDoubleValue_FieldNumber) {
|
| GPBDoubleValue_FieldNumber_Value = 1,
|
| };
|
|
|
| -/**
|
| - * Wrapper message for `double`.
|
| - *
|
| - * The JSON representation for `DoubleValue` is JSON number.
|
| - **/
|
| +/// Wrapper message for `double`.
|
| +///
|
| +/// The JSON representation for `DoubleValue` is JSON number.
|
| @interface GPBDoubleValue : GPBMessage
|
|
|
| -/** The double value. */
|
| +/// The double value.
|
| @property(nonatomic, readwrite) double value;
|
|
|
| @end
|
| @@ -68,14 +51,12 @@ typedef GPB_ENUM(GPBFloatValue_FieldNumber) {
|
| GPBFloatValue_FieldNumber_Value = 1,
|
| };
|
|
|
| -/**
|
| - * Wrapper message for `float`.
|
| - *
|
| - * The JSON representation for `FloatValue` is JSON number.
|
| - **/
|
| +/// Wrapper message for `float`.
|
| +///
|
| +/// The JSON representation for `FloatValue` is JSON number.
|
| @interface GPBFloatValue : GPBMessage
|
|
|
| -/** The float value. */
|
| +/// The float value.
|
| @property(nonatomic, readwrite) float value;
|
|
|
| @end
|
| @@ -86,14 +67,12 @@ typedef GPB_ENUM(GPBInt64Value_FieldNumber) {
|
| GPBInt64Value_FieldNumber_Value = 1,
|
| };
|
|
|
| -/**
|
| - * Wrapper message for `int64`.
|
| - *
|
| - * The JSON representation for `Int64Value` is JSON string.
|
| - **/
|
| +/// Wrapper message for `int64`.
|
| +///
|
| +/// The JSON representation for `Int64Value` is JSON string.
|
| @interface GPBInt64Value : GPBMessage
|
|
|
| -/** The int64 value. */
|
| +/// The int64 value.
|
| @property(nonatomic, readwrite) int64_t value;
|
|
|
| @end
|
| @@ -104,14 +83,12 @@ typedef GPB_ENUM(GPBUInt64Value_FieldNumber) {
|
| GPBUInt64Value_FieldNumber_Value = 1,
|
| };
|
|
|
| -/**
|
| - * Wrapper message for `uint64`.
|
| - *
|
| - * The JSON representation for `UInt64Value` is JSON string.
|
| - **/
|
| +/// Wrapper message for `uint64`.
|
| +///
|
| +/// The JSON representation for `UInt64Value` is JSON string.
|
| @interface GPBUInt64Value : GPBMessage
|
|
|
| -/** The uint64 value. */
|
| +/// The uint64 value.
|
| @property(nonatomic, readwrite) uint64_t value;
|
|
|
| @end
|
| @@ -122,14 +99,12 @@ typedef GPB_ENUM(GPBInt32Value_FieldNumber) {
|
| GPBInt32Value_FieldNumber_Value = 1,
|
| };
|
|
|
| -/**
|
| - * Wrapper message for `int32`.
|
| - *
|
| - * The JSON representation for `Int32Value` is JSON number.
|
| - **/
|
| +/// Wrapper message for `int32`.
|
| +///
|
| +/// The JSON representation for `Int32Value` is JSON number.
|
| @interface GPBInt32Value : GPBMessage
|
|
|
| -/** The int32 value. */
|
| +/// The int32 value.
|
| @property(nonatomic, readwrite) int32_t value;
|
|
|
| @end
|
| @@ -140,14 +115,12 @@ typedef GPB_ENUM(GPBUInt32Value_FieldNumber) {
|
| GPBUInt32Value_FieldNumber_Value = 1,
|
| };
|
|
|
| -/**
|
| - * Wrapper message for `uint32`.
|
| - *
|
| - * The JSON representation for `UInt32Value` is JSON number.
|
| - **/
|
| +/// Wrapper message for `uint32`.
|
| +///
|
| +/// The JSON representation for `UInt32Value` is JSON number.
|
| @interface GPBUInt32Value : GPBMessage
|
|
|
| -/** The uint32 value. */
|
| +/// The uint32 value.
|
| @property(nonatomic, readwrite) uint32_t value;
|
|
|
| @end
|
| @@ -158,14 +131,12 @@ typedef GPB_ENUM(GPBBoolValue_FieldNumber) {
|
| GPBBoolValue_FieldNumber_Value = 1,
|
| };
|
|
|
| -/**
|
| - * Wrapper message for `bool`.
|
| - *
|
| - * The JSON representation for `BoolValue` is JSON `true` and `false`.
|
| - **/
|
| +/// Wrapper message for `bool`.
|
| +///
|
| +/// The JSON representation for `BoolValue` is JSON `true` and `false`.
|
| @interface GPBBoolValue : GPBMessage
|
|
|
| -/** The bool value. */
|
| +/// The bool value.
|
| @property(nonatomic, readwrite) BOOL value;
|
|
|
| @end
|
| @@ -176,14 +147,12 @@ typedef GPB_ENUM(GPBStringValue_FieldNumber) {
|
| GPBStringValue_FieldNumber_Value = 1,
|
| };
|
|
|
| -/**
|
| - * Wrapper message for `string`.
|
| - *
|
| - * The JSON representation for `StringValue` is JSON string.
|
| - **/
|
| +/// Wrapper message for `string`.
|
| +///
|
| +/// The JSON representation for `StringValue` is JSON string.
|
| @interface GPBStringValue : GPBMessage
|
|
|
| -/** The string value. */
|
| +/// The string value.
|
| @property(nonatomic, readwrite, copy, null_resettable) NSString *value;
|
|
|
| @end
|
| @@ -194,14 +163,12 @@ typedef GPB_ENUM(GPBBytesValue_FieldNumber) {
|
| GPBBytesValue_FieldNumber_Value = 1,
|
| };
|
|
|
| -/**
|
| - * Wrapper message for `bytes`.
|
| - *
|
| - * The JSON representation for `BytesValue` is JSON string.
|
| - **/
|
| +/// Wrapper message for `bytes`.
|
| +///
|
| +/// The JSON representation for `BytesValue` is JSON string.
|
| @interface GPBBytesValue : GPBMessage
|
|
|
| -/** The bytes value. */
|
| +/// The bytes value.
|
| @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
|
|
|
| @end
|
|
|