|
@@ -480,13 +480,13 @@ bool Type::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:google.protobuf.Type)
|
|
// @@protoc_insertion_point(parse_start:google.protobuf.Type)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
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 (tag == 10) {
|
|
|
|
|
|
+ if (tag == 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(
|
|
@@ -501,7 +501,7 @@ bool Type::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.Field fields = 2;
|
|
// repeated .google.protobuf.Field fields = 2;
|
|
case 2: {
|
|
case 2: {
|
|
- if (tag == 18) {
|
|
|
|
|
|
+ if (tag == 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()));
|
|
@@ -514,7 +514,7 @@ bool Type::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated string oneofs = 3;
|
|
// repeated string oneofs = 3;
|
|
case 3: {
|
|
case 3: {
|
|
- if (tag == 26) {
|
|
|
|
|
|
+ if (tag == 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(
|
|
@@ -530,7 +530,7 @@ bool Type::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.Option options = 4;
|
|
// repeated .google.protobuf.Option options = 4;
|
|
case 4: {
|
|
case 4: {
|
|
- if (tag == 34) {
|
|
|
|
|
|
+ if (tag == 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()));
|
|
@@ -543,7 +543,7 @@ bool Type::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.SourceContext source_context = 5;
|
|
// .google.protobuf.SourceContext source_context = 5;
|
|
case 5: {
|
|
case 5: {
|
|
- if (tag == 42) {
|
|
|
|
|
|
+ if (tag == 42u) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
input, mutable_source_context()));
|
|
input, mutable_source_context()));
|
|
} else {
|
|
} else {
|
|
@@ -554,7 +554,7 @@ bool Type::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.Syntax syntax = 6;
|
|
// .google.protobuf.Syntax syntax = 6;
|
|
case 6: {
|
|
case 6: {
|
|
- if (tag == 48) {
|
|
|
|
|
|
+ if (tag == 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>(
|
|
@@ -1225,13 +1225,13 @@ bool Field::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:google.protobuf.Field)
|
|
// @@protoc_insertion_point(parse_start:google.protobuf.Field)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
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 (tag == 8) {
|
|
|
|
|
|
+ if (tag == 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>(
|
|
@@ -1245,7 +1245,7 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.Field.Cardinality cardinality = 2;
|
|
// .google.protobuf.Field.Cardinality cardinality = 2;
|
|
case 2: {
|
|
case 2: {
|
|
- if (tag == 16) {
|
|
|
|
|
|
+ if (tag == 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>(
|
|
@@ -1259,7 +1259,7 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// int32 number = 3;
|
|
// int32 number = 3;
|
|
case 3: {
|
|
case 3: {
|
|
- if (tag == 24) {
|
|
|
|
|
|
+ if (tag == 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>(
|
|
@@ -1272,7 +1272,7 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// string name = 4;
|
|
// string name = 4;
|
|
case 4: {
|
|
case 4: {
|
|
- if (tag == 34) {
|
|
|
|
|
|
+ if (tag == 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(
|
|
@@ -1287,7 +1287,7 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// string type_url = 6;
|
|
// string type_url = 6;
|
|
case 6: {
|
|
case 6: {
|
|
- if (tag == 50) {
|
|
|
|
|
|
+ if (tag == 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(
|
|
@@ -1302,7 +1302,7 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// int32 oneof_index = 7;
|
|
// int32 oneof_index = 7;
|
|
case 7: {
|
|
case 7: {
|
|
- if (tag == 56) {
|
|
|
|
|
|
+ if (tag == 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>(
|
|
@@ -1315,7 +1315,7 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// bool packed = 8;
|
|
// bool packed = 8;
|
|
case 8: {
|
|
case 8: {
|
|
- if (tag == 64) {
|
|
|
|
|
|
+ if (tag == 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>(
|
|
@@ -1328,7 +1328,7 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.Option options = 9;
|
|
// repeated .google.protobuf.Option options = 9;
|
|
case 9: {
|
|
case 9: {
|
|
- if (tag == 74) {
|
|
|
|
|
|
+ if (tag == 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()));
|
|
@@ -1341,7 +1341,7 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// string json_name = 10;
|
|
// string json_name = 10;
|
|
case 10: {
|
|
case 10: {
|
|
- if (tag == 82) {
|
|
|
|
|
|
+ if (tag == 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(
|
|
@@ -1356,7 +1356,7 @@ bool Field::MergePartialFromCodedStream(
|
|
|
|
|
|
// string default_value = 11;
|
|
// string default_value = 11;
|
|
case 11: {
|
|
case 11: {
|
|
- if (tag == 90) {
|
|
|
|
|
|
+ if (tag == 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(
|
|
@@ -2261,13 +2261,13 @@ bool Enum::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:google.protobuf.Enum)
|
|
// @@protoc_insertion_point(parse_start:google.protobuf.Enum)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
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 (tag == 10) {
|
|
|
|
|
|
+ if (tag == 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(
|
|
@@ -2282,7 +2282,7 @@ bool Enum::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.EnumValue enumvalue = 2;
|
|
// repeated .google.protobuf.EnumValue enumvalue = 2;
|
|
case 2: {
|
|
case 2: {
|
|
- if (tag == 18) {
|
|
|
|
|
|
+ if (tag == 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()));
|
|
@@ -2295,7 +2295,7 @@ bool Enum::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.Option options = 3;
|
|
// repeated .google.protobuf.Option options = 3;
|
|
case 3: {
|
|
case 3: {
|
|
- if (tag == 26) {
|
|
|
|
|
|
+ if (tag == 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()));
|
|
@@ -2308,7 +2308,7 @@ bool Enum::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.SourceContext source_context = 4;
|
|
// .google.protobuf.SourceContext source_context = 4;
|
|
case 4: {
|
|
case 4: {
|
|
- if (tag == 34) {
|
|
|
|
|
|
+ if (tag == 34u) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
input, mutable_source_context()));
|
|
input, mutable_source_context()));
|
|
} else {
|
|
} else {
|
|
@@ -2319,7 +2319,7 @@ bool Enum::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.Syntax syntax = 5;
|
|
// .google.protobuf.Syntax syntax = 5;
|
|
case 5: {
|
|
case 5: {
|
|
- if (tag == 40) {
|
|
|
|
|
|
+ if (tag == 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>(
|
|
@@ -2870,13 +2870,13 @@ bool EnumValue::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:google.protobuf.EnumValue)
|
|
// @@protoc_insertion_point(parse_start:google.protobuf.EnumValue)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
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 (tag == 10) {
|
|
|
|
|
|
+ if (tag == 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(
|
|
@@ -2891,7 +2891,7 @@ bool EnumValue::MergePartialFromCodedStream(
|
|
|
|
|
|
// int32 number = 2;
|
|
// int32 number = 2;
|
|
case 2: {
|
|
case 2: {
|
|
- if (tag == 16) {
|
|
|
|
|
|
+ if (tag == 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>(
|
|
@@ -2904,7 +2904,7 @@ bool EnumValue::MergePartialFromCodedStream(
|
|
|
|
|
|
// repeated .google.protobuf.Option options = 3;
|
|
// repeated .google.protobuf.Option options = 3;
|
|
case 3: {
|
|
case 3: {
|
|
- if (tag == 26) {
|
|
|
|
|
|
+ if (tag == 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()));
|
|
@@ -3361,13 +3361,13 @@ bool Option::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:google.protobuf.Option)
|
|
// @@protoc_insertion_point(parse_start:google.protobuf.Option)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
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 (tag == 10) {
|
|
|
|
|
|
+ if (tag == 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(
|
|
@@ -3382,7 +3382,7 @@ bool Option::MergePartialFromCodedStream(
|
|
|
|
|
|
// .google.protobuf.Any value = 2;
|
|
// .google.protobuf.Any value = 2;
|
|
case 2: {
|
|
case 2: {
|
|
- if (tag == 18) {
|
|
|
|
|
|
+ if (tag == 18u) {
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
|
|
input, mutable_value()));
|
|
input, mutable_value()));
|
|
} else {
|
|
} else {
|