aboutsummaryrefslogtreecommitdiff
path: root/objectivec/google
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-01-05 15:23:50 -0500
committerThomas Van Lenten <thomasvl@google.com>2016-01-05 15:23:50 -0500
commitfcce7842fc3b145e1c5c3f06f93b6e92c754b138 (patch)
treea82411f24017f03525ce39c97addb1d57770e455 /objectivec/google
parentde99998218bdd725a206d2e9a657bfbcb6a80b9f (diff)
downloadprotobuf-fcce7842fc3b145e1c5c3f06f93b6e92c754b138.tar.gz
protobuf-fcce7842fc3b145e1c5c3f06f93b6e92c754b138.tar.bz2
protobuf-fcce7842fc3b145e1c5c3f06f93b6e92c754b138.zip
Update objectivec/google/protobuf/Type.pbobjc.m
commit e841bac4fcf47f809e089a70d5f84ac37b3883df seems to have updated the generated .pbobjc.h but not the .pbobjc.m to match.
Diffstat (limited to 'objectivec/google')
-rw-r--r--objectivec/google/protobuf/Type.pbobjc.m13
1 files changed, 13 insertions, 0 deletions
diff --git a/objectivec/google/protobuf/Type.pbobjc.m b/objectivec/google/protobuf/Type.pbobjc.m
index 4485e904..b4e0a5f6 100644
--- a/objectivec/google/protobuf/Type.pbobjc.m
+++ b/objectivec/google/protobuf/Type.pbobjc.m
@@ -208,6 +208,7 @@ void SetGPBType_Syntax_RawValue(GPBType *message, int32_t value) {
@dynamic packed;
@dynamic optionsArray, optionsArray_Count;
@dynamic jsonName;
+@dynamic defaultValue;
typedef struct GPBField__storage_ {
uint32_t _has_storage_[1];
@@ -220,6 +221,7 @@ typedef struct GPBField__storage_ {
NSString *typeURL;
NSMutableArray *optionsArray;
NSString *jsonName;
+ NSString *defaultValue;
} GPBField__storage_;
// This method is threadsafe because it is initially called
@@ -327,6 +329,17 @@ typedef struct GPBField__storage_ {
.dataTypeSpecific.className = NULL,
.fieldOptions = NULL,
},
+ {
+ .name = "defaultValue",
+ .number = GPBField_FieldNumber_DefaultValue,
+ .hasIndex = 9,
+ .flags = GPBFieldOptional,
+ .dataType = GPBDataTypeString,
+ .offset = offsetof(GPBField__storage_, defaultValue),
+ .defaultValue.valueString = nil,
+ .dataTypeSpecific.className = NULL,
+ .fieldOptions = NULL,
+ },
};
static GPBMessageEnumDescription enums[] = {
{ .enumDescriptorFunc = GPBField_Kind_EnumDescriptor },