Generated code for previous commit.
This commit is contained in:
parent
e7f88ff129
commit
5bdc57292f
@ -189,10 +189,7 @@ namespace Google.Protobuf.Examples.AddressBook {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -335,10 +332,7 @@ namespace Google.Protobuf.Examples.AddressBook {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Number = input.ReadString();
|
Number = input.ReadString();
|
||||||
@ -441,10 +435,7 @@ namespace Google.Protobuf.Examples.AddressBook {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
people_.AddEntriesFrom(input, _repeated_people_codec);
|
people_.AddEntriesFrom(input, _repeated_people_codec);
|
||||||
|
@ -321,10 +321,7 @@ namespace Conformance {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
ProtobufPayload = input.ReadBytes();
|
ProtobufPayload = input.ReadBytes();
|
||||||
@ -557,10 +554,7 @@ namespace Conformance {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
ParseError = input.ReadString();
|
ParseError = input.ReadString();
|
||||||
@ -1829,10 +1823,7 @@ namespace Conformance {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
OptionalInt32 = input.ReadInt32();
|
OptionalInt32 = input.ReadInt32();
|
||||||
@ -2256,10 +2247,7 @@ namespace Conformance {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
A = input.ReadInt32();
|
A = input.ReadInt32();
|
||||||
@ -2373,10 +2361,7 @@ namespace Conformance {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
C = input.ReadInt32();
|
C = input.ReadInt32();
|
||||||
|
@ -476,10 +476,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
mapInt32Int32_.AddEntriesFrom(input, _map_mapInt32Int32_codec);
|
mapInt32Int32_.AddEntriesFrom(input, _map_mapInt32Int32_codec);
|
||||||
@ -648,10 +645,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
if (testMap_ == null) {
|
if (testMap_ == null) {
|
||||||
@ -748,10 +742,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
mapInt32Message_.AddEntriesFrom(input, _map_mapInt32Message_codec);
|
mapInt32Message_.AddEntriesFrom(input, _map_mapInt32Message_codec);
|
||||||
@ -859,10 +850,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
map1_.AddEntriesFrom(input, _map_map1_codec);
|
map1_.AddEntriesFrom(input, _map_map1_codec);
|
||||||
@ -1156,10 +1144,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
mapInt32Int32_.AddEntriesFrom(input, _map_mapInt32Int32_codec);
|
mapInt32Int32_.AddEntriesFrom(input, _map_mapInt32Int32_codec);
|
||||||
@ -1309,10 +1294,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
type_.AddEntriesFrom(input, _map_type_codec);
|
type_.AddEntriesFrom(input, _map_type_codec);
|
||||||
@ -1416,10 +1398,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
entry_.AddEntriesFrom(input, _map_entry_codec);
|
entry_.AddEntriesFrom(input, _map_entry_codec);
|
||||||
|
@ -139,10 +139,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
D = input.ReadInt32();
|
D = input.ReadInt32();
|
||||||
|
@ -125,10 +125,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
E = input.ReadInt32();
|
E = input.ReadInt32();
|
||||||
|
@ -142,10 +142,7 @@ namespace UnitTest.Issues.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -222,10 +219,7 @@ namespace UnitTest.Issues.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -302,10 +296,7 @@ namespace UnitTest.Issues.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -441,10 +432,7 @@ namespace UnitTest.Issues.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
value_ = (global::UnitTest.Issues.TestProtos.NegativeEnum) input.ReadEnum();
|
value_ = (global::UnitTest.Issues.TestProtos.NegativeEnum) input.ReadEnum();
|
||||||
@ -534,10 +522,7 @@ namespace UnitTest.Issues.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -730,10 +715,7 @@ namespace UnitTest.Issues.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
PrimitiveValue = input.ReadInt32();
|
PrimitiveValue = input.ReadInt32();
|
||||||
@ -860,10 +842,7 @@ namespace UnitTest.Issues.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Item = input.ReadInt32();
|
Item = input.ReadInt32();
|
||||||
@ -987,10 +966,7 @@ namespace UnitTest.Issues.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Types_ = input.ReadInt32();
|
Types_ = input.ReadInt32();
|
||||||
@ -1075,10 +1051,7 @@ namespace UnitTest.Issues.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1343,10 +1316,7 @@ namespace UnitTest.Issues.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
PlainString = input.ReadString();
|
PlainString = input.ReadString();
|
||||||
|
@ -1211,10 +1211,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
SingleInt32 = input.ReadInt32();
|
SingleInt32 = input.ReadInt32();
|
||||||
@ -1546,10 +1543,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Bb = input.ReadInt32();
|
Bb = input.ReadInt32();
|
||||||
@ -1698,10 +1692,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
if (child_ == null) {
|
if (child_ == null) {
|
||||||
@ -1818,10 +1809,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
DeprecatedInt32 = input.ReadInt32();
|
DeprecatedInt32 = input.ReadInt32();
|
||||||
@ -1923,10 +1911,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
C = input.ReadInt32();
|
C = input.ReadInt32();
|
||||||
@ -2006,10 +1991,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2110,10 +2092,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
if (foreignNested_ == null) {
|
if (foreignNested_ == null) {
|
||||||
@ -2240,10 +2219,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
A = input.ReadInt32();
|
A = input.ReadInt32();
|
||||||
@ -2374,10 +2350,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
if (a_ == null) {
|
if (a_ == null) {
|
||||||
@ -2489,10 +2462,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
if (bb_ == null) {
|
if (bb_ == null) {
|
||||||
@ -2622,10 +2592,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
if (a_ == null) {
|
if (a_ == null) {
|
||||||
@ -2859,10 +2826,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
PrimitiveField = input.ReadInt32();
|
PrimitiveField = input.ReadInt32();
|
||||||
@ -3066,10 +3030,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
MyInt = input.ReadInt64();
|
MyInt = input.ReadInt64();
|
||||||
@ -3209,10 +3170,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Bb = input.ReadInt32();
|
Bb = input.ReadInt32();
|
||||||
@ -3323,10 +3281,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
sparseEnum_ = (global::Google.Protobuf.TestProtos.TestSparseEnum) input.ReadEnum();
|
sparseEnum_ = (global::Google.Protobuf.TestProtos.TestSparseEnum) input.ReadEnum();
|
||||||
@ -3428,10 +3383,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Data = input.ReadString();
|
Data = input.ReadString();
|
||||||
@ -3525,10 +3477,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
data_.AddEntriesFrom(input, _repeated_data_codec);
|
data_.AddEntriesFrom(input, _repeated_data_codec);
|
||||||
@ -3630,10 +3579,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Data = input.ReadBytes();
|
Data = input.ReadBytes();
|
||||||
@ -3735,10 +3681,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Data = input.ReadBytes();
|
Data = input.ReadBytes();
|
||||||
@ -3840,10 +3783,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Data = input.ReadInt32();
|
Data = input.ReadInt32();
|
||||||
@ -3945,10 +3885,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Data = input.ReadUInt32();
|
Data = input.ReadUInt32();
|
||||||
@ -4050,10 +3987,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Data = input.ReadInt64();
|
Data = input.ReadInt64();
|
||||||
@ -4155,10 +4089,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Data = input.ReadUInt64();
|
Data = input.ReadUInt64();
|
||||||
@ -4260,10 +4191,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Data = input.ReadBool();
|
Data = input.ReadBool();
|
||||||
@ -4438,10 +4366,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
FooInt = input.ReadInt32();
|
FooInt = input.ReadInt32();
|
||||||
@ -4730,10 +4655,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 722:
|
case 722:
|
||||||
case 720: {
|
case 720: {
|
||||||
@ -5075,10 +4997,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 722:
|
case 722:
|
||||||
case 720: {
|
case 720: {
|
||||||
@ -5308,10 +5227,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 98:
|
case 98:
|
||||||
case 101: {
|
case 101: {
|
||||||
@ -5439,10 +5355,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
A = input.ReadString();
|
A = input.ReadString();
|
||||||
@ -5522,10 +5435,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -5601,10 +5511,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -5680,10 +5587,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -5759,10 +5663,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -5838,10 +5739,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -5917,10 +5815,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -679,10 +679,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
if (anyField_ == null) {
|
if (anyField_ == null) {
|
||||||
@ -1136,10 +1133,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
anyField_.AddEntriesFrom(input, _repeated_anyField_codec);
|
anyField_.AddEntriesFrom(input, _repeated_anyField_codec);
|
||||||
@ -1757,10 +1751,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
global::Google.Protobuf.WellKnownTypes.Any subBuilder = new global::Google.Protobuf.WellKnownTypes.Any();
|
global::Google.Protobuf.WellKnownTypes.Any subBuilder = new global::Google.Protobuf.WellKnownTypes.Any();
|
||||||
@ -2205,10 +2196,7 @@ namespace Google.Protobuf.TestProtos {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
anyField_.AddEntriesFrom(input, _map_anyField_codec);
|
anyField_.AddEntriesFrom(input, _map_anyField_codec);
|
||||||
|
@ -322,5 +322,28 @@ namespace Google.Protobuf.WellKnownTypes
|
|||||||
// A normal implementation would have 0 now, as the explicit default would have been overwritten the 5.
|
// A normal implementation would have 0 now, as the explicit default would have been overwritten the 5.
|
||||||
Assert.AreEqual(5, message.Int32Field);
|
Assert.AreEqual(5, message.Int32Field);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void UnknownFieldInWrapper()
|
||||||
|
{
|
||||||
|
var stream = new MemoryStream();
|
||||||
|
var output = new CodedOutputStream(stream);
|
||||||
|
var wrapperTag = WireFormat.MakeTag(TestWellKnownTypes.Int32FieldFieldNumber, WireFormat.WireType.LengthDelimited);
|
||||||
|
var unknownTag = WireFormat.MakeTag(15, WireFormat.WireType.Varint);
|
||||||
|
var valueTag = WireFormat.MakeTag(Int32Value.ValueFieldNumber, WireFormat.WireType.Varint);
|
||||||
|
|
||||||
|
output.WriteTag(wrapperTag);
|
||||||
|
output.WriteLength(4); // unknownTag + value 5 + valueType + value 6, each 1 byte
|
||||||
|
output.WriteTag(unknownTag);
|
||||||
|
output.WriteInt32((int) valueTag); // Sneakily "pretend" it's a tag when it's really a value
|
||||||
|
output.WriteTag(valueTag);
|
||||||
|
output.WriteInt32(6);
|
||||||
|
|
||||||
|
output.Flush();
|
||||||
|
stream.Position = 0;
|
||||||
|
|
||||||
|
var message = TestWellKnownTypes.Parser.ParseFrom(stream);
|
||||||
|
Assert.AreEqual(6, message.Int32Field);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -45,6 +45,12 @@ namespace Google.Protobuf
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static InvalidProtocolBufferException MoreDataAvailable()
|
||||||
|
{
|
||||||
|
return new InvalidProtocolBufferException(
|
||||||
|
"Completed reading a message while more data was available in the stream.");
|
||||||
|
}
|
||||||
|
|
||||||
internal static InvalidProtocolBufferException TruncatedMessage()
|
internal static InvalidProtocolBufferException TruncatedMessage()
|
||||||
{
|
{
|
||||||
return new InvalidProtocolBufferException(
|
return new InvalidProtocolBufferException(
|
||||||
|
@ -242,10 +242,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
file_.AddEntriesFrom(input, _repeated_file_codec);
|
file_.AddEntriesFrom(input, _repeated_file_codec);
|
||||||
@ -539,10 +536,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -833,10 +827,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -1000,10 +991,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Start = input.ReadInt32();
|
Start = input.ReadInt32();
|
||||||
@ -1131,10 +1119,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Start = input.ReadInt32();
|
Start = input.ReadInt32();
|
||||||
@ -1424,10 +1409,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -1597,10 +1579,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -1741,10 +1720,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -1904,10 +1880,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -2059,10 +2032,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -2288,10 +2258,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -2716,10 +2683,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
JavaPackage = input.ReadString();
|
JavaPackage = input.ReadString();
|
||||||
@ -2969,10 +2933,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
MessageSetWireFormat = input.ReadBool();
|
MessageSetWireFormat = input.ReadBool();
|
||||||
@ -3214,10 +3175,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
ctype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.CType) input.ReadEnum();
|
ctype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.CType) input.ReadEnum();
|
||||||
@ -3397,10 +3355,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 16: {
|
case 16: {
|
||||||
AllowAlias = input.ReadBool();
|
AllowAlias = input.ReadBool();
|
||||||
@ -3524,10 +3479,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Deprecated = input.ReadBool();
|
Deprecated = input.ReadBool();
|
||||||
@ -3647,10 +3599,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 264: {
|
case 264: {
|
||||||
Deprecated = input.ReadBool();
|
Deprecated = input.ReadBool();
|
||||||
@ -3770,10 +3719,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 264: {
|
case 264: {
|
||||||
Deprecated = input.ReadBool();
|
Deprecated = input.ReadBool();
|
||||||
@ -4003,10 +3949,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 18: {
|
case 18: {
|
||||||
name_.AddEntriesFrom(input, _repeated_name_codec);
|
name_.AddEntriesFrom(input, _repeated_name_codec);
|
||||||
@ -4155,10 +4098,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
NamePart_ = input.ReadString();
|
NamePart_ = input.ReadString();
|
||||||
@ -4261,10 +4201,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
location_.AddEntriesFrom(input, _repeated_location_codec);
|
location_.AddEntriesFrom(input, _repeated_location_codec);
|
||||||
@ -4431,10 +4368,7 @@ namespace Google.Protobuf.Reflection {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10:
|
case 10:
|
||||||
case 8: {
|
case 8: {
|
||||||
|
@ -150,10 +150,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
TypeUrl = input.ReadString();
|
TypeUrl = input.ReadString();
|
||||||
|
@ -213,10 +213,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -439,10 +436,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
|
@ -151,10 +151,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Seconds = input.ReadInt64();
|
Seconds = input.ReadInt64();
|
||||||
|
@ -106,10 +106,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -120,10 +120,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
paths_.AddEntriesFrom(input, _repeated_paths_codec);
|
paths_.AddEntriesFrom(input, _repeated_paths_codec);
|
||||||
|
@ -129,10 +129,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
FileName = input.ReadString();
|
FileName = input.ReadString();
|
||||||
|
@ -139,10 +139,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
fields_.AddEntriesFrom(input, _map_fields_codec);
|
fields_.AddEntriesFrom(input, _map_fields_codec);
|
||||||
@ -392,10 +389,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
kind_ = input.ReadEnum();
|
kind_ = input.ReadEnum();
|
||||||
@ -520,10 +514,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
values_.AddEntriesFrom(input, _repeated_values_codec);
|
values_.AddEntriesFrom(input, _repeated_values_codec);
|
||||||
|
@ -151,10 +151,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Seconds = input.ReadInt64();
|
Seconds = input.ReadInt64();
|
||||||
|
@ -226,10 +226,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -496,10 +493,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
kind_ = (global::Google.Protobuf.WellKnownTypes.Field.Types.Kind) input.ReadEnum();
|
kind_ = (global::Google.Protobuf.WellKnownTypes.Field.Types.Kind) input.ReadEnum();
|
||||||
@ -716,10 +710,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -872,10 +863,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
@ -1010,10 +998,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Name = input.ReadString();
|
Name = input.ReadString();
|
||||||
|
@ -138,10 +138,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 9: {
|
case 9: {
|
||||||
Value = input.ReadDouble();
|
Value = input.ReadDouble();
|
||||||
@ -243,10 +240,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 13: {
|
case 13: {
|
||||||
Value = input.ReadFloat();
|
Value = input.ReadFloat();
|
||||||
@ -348,10 +342,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Value = input.ReadInt64();
|
Value = input.ReadInt64();
|
||||||
@ -453,10 +444,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Value = input.ReadUInt64();
|
Value = input.ReadUInt64();
|
||||||
@ -558,10 +546,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Value = input.ReadInt32();
|
Value = input.ReadInt32();
|
||||||
@ -663,10 +648,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Value = input.ReadUInt32();
|
Value = input.ReadUInt32();
|
||||||
@ -768,10 +750,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 8: {
|
case 8: {
|
||||||
Value = input.ReadBool();
|
Value = input.ReadBool();
|
||||||
@ -873,10 +852,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Value = input.ReadString();
|
Value = input.ReadString();
|
||||||
@ -978,10 +954,7 @@ namespace Google.Protobuf.WellKnownTypes {
|
|||||||
while ((tag = input.ReadTag()) != 0) {
|
while ((tag = input.ReadTag()) != 0) {
|
||||||
switch(tag) {
|
switch(tag) {
|
||||||
default:
|
default:
|
||||||
if (pb::WireFormat.IsEndGroupTag(tag)) {
|
input.SkipLastField();
|
||||||
return;
|
|
||||||
}
|
|
||||||
input.ConsumeLastField();
|
|
||||||
break;
|
break;
|
||||||
case 10: {
|
case 10: {
|
||||||
Value = input.ReadBytes();
|
Value = input.ReadBytes();
|
||||||
|
Loading…
Reference in New Issue
Block a user