|
@@ -486,8 +486,8 @@ bool Type::MergePartialFromCodedStream(
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
// string name = 1;
|
|
// string name = 1;
|
|
case 1: {
|
|
case 1: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(10u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(10u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
input, this->mutable_name()));
|
|
input, this->mutable_name()));
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
@@ -502,8 +502,8 @@ bool Type::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.Field fields = 2;
|
|
// repeated .google.protobuf.Field fields = 2;
|
|
case 2: {
|
|
case 2: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(18u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(18u)) {
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
input, add_fields()));
|
|
input, add_fields()));
|
|
@@ -516,8 +516,8 @@ bool Type::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated string oneofs = 3;
|
|
// repeated string oneofs = 3;
|
|
case 3: {
|
|
case 3: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(26u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(26u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
input, this->add_oneofs()));
|
|
input, this->add_oneofs()));
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
@@ -533,8 +533,8 @@ bool Type::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.Option options = 4;
|
|
// repeated .google.protobuf.Option options = 4;
|
|
case 4: {
|
|
case 4: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(34u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(34u)) {
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
input, add_options()));
|
|
input, add_options()));
|
|
@@ -547,8 +547,8 @@ bool Type::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.SourceContext source_context = 5;
|
|
// .google.protobuf.SourceContext source_context = 5;
|
|
case 5: {
|
|
case 5: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(42u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(42u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
input, mutable_source_context()));
|
|
input, mutable_source_context()));
|
|
} else {
|
|
} else {
|
|
@@ -559,8 +559,8 @@ bool Type::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.Syntax syntax = 6;
|
|
// .google.protobuf.Syntax syntax = 6;
|
|
case 6: {
|
|
case 6: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(48u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(48u)) {
|
|
int value;
|
|
int value;
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
|
|
int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
|
|
@@ -1249,8 +1249,8 @@ bool Field::MergePartialFromCodedStream(
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
// .google.protobuf.Field.Kind kind = 1;
|
|
// .google.protobuf.Field.Kind kind = 1;
|
|
case 1: {
|
|
case 1: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(8u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(8u)) {
|
|
int value;
|
|
int value;
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
|
|
int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
|
|
@@ -1264,8 +1264,8 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.Field.Cardinality cardinality = 2;
|
|
// .google.protobuf.Field.Cardinality cardinality = 2;
|
|
case 2: {
|
|
case 2: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(16u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(16u)) {
|
|
int value;
|
|
int value;
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
|
|
int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
|
|
@@ -1279,8 +1279,8 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// int32 number = 3;
|
|
// int32 number = 3;
|
|
case 3: {
|
|
case 3: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(24u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(24u)) {
|
|
|
|
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
|
|
::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
|
|
@@ -1293,8 +1293,8 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// string name = 4;
|
|
// string name = 4;
|
|
case 4: {
|
|
case 4: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(34u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(34u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
input, this->mutable_name()));
|
|
input, this->mutable_name()));
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
@@ -1309,8 +1309,8 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// string type_url = 6;
|
|
// string type_url = 6;
|
|
case 6: {
|
|
case 6: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(50u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(50u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
input, this->mutable_type_url()));
|
|
input, this->mutable_type_url()));
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
@@ -1325,8 +1325,8 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// int32 oneof_index = 7;
|
|
// int32 oneof_index = 7;
|
|
case 7: {
|
|
case 7: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(56u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(56u)) {
|
|
|
|
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
|
|
::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
|
|
@@ -1339,8 +1339,8 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// bool packed = 8;
|
|
// bool packed = 8;
|
|
case 8: {
|
|
case 8: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(64u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(64u)) {
|
|
|
|
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
|
|
bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
|
|
@@ -1353,8 +1353,8 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.Option options = 9;
|
|
// repeated .google.protobuf.Option options = 9;
|
|
case 9: {
|
|
case 9: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(74u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(74u)) {
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
input, add_options()));
|
|
input, add_options()));
|
|
@@ -1367,8 +1367,8 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// string json_name = 10;
|
|
// string json_name = 10;
|
|
case 10: {
|
|
case 10: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(82u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(82u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
input, this->mutable_json_name()));
|
|
input, this->mutable_json_name()));
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
@@ -1383,8 +1383,8 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// string default_value = 11;
|
|
// string default_value = 11;
|
|
case 11: {
|
|
case 11: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(90u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(90u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
input, this->mutable_default_value()));
|
|
input, this->mutable_default_value()));
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
@@ -2295,8 +2295,8 @@ bool Enum::MergePartialFromCodedStream(
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
// string name = 1;
|
|
// string name = 1;
|
|
case 1: {
|
|
case 1: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(10u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(10u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
input, this->mutable_name()));
|
|
input, this->mutable_name()));
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
@@ -2311,8 +2311,8 @@ bool Enum::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.EnumValue enumvalue = 2;
|
|
// repeated .google.protobuf.EnumValue enumvalue = 2;
|
|
case 2: {
|
|
case 2: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(18u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(18u)) {
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
input, add_enumvalue()));
|
|
input, add_enumvalue()));
|
|
@@ -2325,8 +2325,8 @@ bool Enum::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.Option options = 3;
|
|
// repeated .google.protobuf.Option options = 3;
|
|
case 3: {
|
|
case 3: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(26u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(26u)) {
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
input, add_options()));
|
|
input, add_options()));
|
|
@@ -2339,8 +2339,8 @@ bool Enum::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.SourceContext source_context = 4;
|
|
// .google.protobuf.SourceContext source_context = 4;
|
|
case 4: {
|
|
case 4: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(34u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(34u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
input, mutable_source_context()));
|
|
input, mutable_source_context()));
|
|
} else {
|
|
} else {
|
|
@@ -2351,8 +2351,8 @@ bool Enum::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.Syntax syntax = 5;
|
|
// .google.protobuf.Syntax syntax = 5;
|
|
case 5: {
|
|
case 5: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(40u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(40u)) {
|
|
int value;
|
|
int value;
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
|
|
int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
|
|
@@ -2909,8 +2909,8 @@ bool EnumValue::MergePartialFromCodedStream(
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
// string name = 1;
|
|
// string name = 1;
|
|
case 1: {
|
|
case 1: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(10u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(10u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
input, this->mutable_name()));
|
|
input, this->mutable_name()));
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
@@ -2925,8 +2925,8 @@ bool EnumValue::MergePartialFromCodedStream(
|
|
|
|
|
|
// int32 number = 2;
|
|
// int32 number = 2;
|
|
case 2: {
|
|
case 2: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(16u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(16u)) {
|
|
|
|
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
|
|
::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
|
|
@@ -2939,8 +2939,8 @@ bool EnumValue::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.Option options = 3;
|
|
// repeated .google.protobuf.Option options = 3;
|
|
case 3: {
|
|
case 3: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(26u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(26u)) {
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(input->IncrementRecursionDepth());
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
|
|
input, add_options()));
|
|
input, add_options()));
|
|
@@ -3403,8 +3403,8 @@ bool Option::MergePartialFromCodedStream(
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
// string name = 1;
|
|
// string name = 1;
|
|
case 1: {
|
|
case 1: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(10u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(10u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadString(
|
|
input, this->mutable_name()));
|
|
input, this->mutable_name()));
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
|
|
@@ -3419,8 +3419,8 @@ bool Option::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.Any value = 2;
|
|
// .google.protobuf.Any value = 2;
|
|
case 2: {
|
|
case 2: {
|
|
- if (static_cast<::google::protobuf::uint8>(tag) ==
|
|
|
|
- static_cast<::google::protobuf::uint8>(18u)) {
|
|
|
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
|
+ static_cast< ::google::protobuf::uint8>(18u)) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
input, mutable_value()));
|
|
input, mutable_value()));
|
|
} else {
|
|
} else {
|