@ -1547,106 +1547,106 @@ namespace Google.Protobuf.TestProtos {
}
case 2 5 0 :
case 2 4 8 : {
input . ReadInt32Array ( tag , repeatedInt32_ ) ;
input . ReadInt32Array ( repeatedInt32_ ) ;
break ;
}
case 2 5 8 :
case 2 5 6 : {
input . ReadInt64Array ( tag , repeatedInt64_ ) ;
input . ReadInt64Array ( repeatedInt64_ ) ;
break ;
}
case 2 6 6 :
case 2 6 4 : {
input . ReadUInt32Array ( tag , repeatedUint32_ ) ;
input . ReadUInt32Array ( repeatedUint32_ ) ;
break ;
}
case 2 7 4 :
case 2 7 2 : {
input . ReadUInt64Array ( tag , repeatedUint64_ ) ;
input . ReadUInt64Array ( repeatedUint64_ ) ;
break ;
}
case 2 8 2 :
case 2 8 0 : {
input . ReadSInt32Array ( tag , repeatedSint32_ ) ;
input . ReadSInt32Array ( repeatedSint32_ ) ;
break ;
}
case 2 9 0 :
case 2 8 8 : {
input . ReadSInt64Array ( tag , repeatedSint64_ ) ;
input . ReadSInt64Array ( repeatedSint64_ ) ;
break ;
}
case 2 9 8 :
case 3 0 1 : {
input . ReadFixed32Array ( tag , repeatedFixed32_ ) ;
input . ReadFixed32Array ( repeatedFixed32_ ) ;
break ;
}
case 3 0 6 :
case 3 0 5 : {
input . ReadFixed64Array ( tag , repeatedFixed64_ ) ;
input . ReadFixed64Array ( repeatedFixed64_ ) ;
break ;
}
case 3 1 4 :
case 3 1 7 : {
input . ReadSFixed32Array ( tag , repeatedSfixed32_ ) ;
input . ReadSFixed32Array ( repeatedSfixed32_ ) ;
break ;
}
case 3 2 2 :
case 3 2 1 : {
input . ReadSFixed64Array ( tag , repeatedSfixed64_ ) ;
input . ReadSFixed64Array ( repeatedSfixed64_ ) ;
break ;
}
case 3 3 0 :
case 3 3 3 : {
input . ReadFloatArray ( tag , repeatedFloat_ ) ;
input . ReadFloatArray ( repeatedFloat_ ) ;
break ;
}
case 3 3 8 :
case 3 3 7 : {
input . ReadDoubleArray ( tag , repeatedDouble_ ) ;
input . ReadDoubleArray ( repeatedDouble_ ) ;
break ;
}
case 3 4 6 :
case 3 4 4 : {
input . ReadBoolArray ( tag , repeatedBool_ ) ;
input . ReadBoolArray ( repeatedBool_ ) ;
break ;
}
case 3 5 4 : {
input . ReadStringArray ( tag , repeatedString_ ) ;
input . ReadStringArray ( repeatedString_ ) ;
break ;
}
case 3 6 2 : {
input . ReadBytesArray ( tag , repeatedBytes_ ) ;
input . ReadBytesArray ( repeatedBytes_ ) ;
break ;
}
case 3 8 6 : {
input . ReadMessageArray ( tag , repeatedNestedMessage_ , global :: Google . Protobuf . TestProtos . TestAllTypes . Types . NestedMessage . Parser ) ;
input . ReadMessageArray ( repeatedNestedMessage_ , global :: Google . Protobuf . TestProtos . TestAllTypes . Types . NestedMessage . Parser ) ;
break ;
}
case 3 9 4 : {
input . ReadMessageArray ( tag , repeatedForeignMessage_ , global :: Google . Protobuf . TestProtos . ForeignMessage . Parser ) ;
input . ReadMessageArray ( repeatedForeignMessage_ , global :: Google . Protobuf . TestProtos . ForeignMessage . Parser ) ;
break ;
}
case 4 0 2 : {
input . ReadMessageArray ( tag , repeatedImportMessage_ , global :: Google . Protobuf . TestProtos . ImportMessage . Parser ) ;
input . ReadMessageArray ( repeatedImportMessage_ , global :: Google . Protobuf . TestProtos . ImportMessage . Parser ) ;
break ;
}
case 4 1 0 :
case 4 0 8 : {
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . TestAllTypes . Types . NestedEnum > ( tag , repeatedNestedEnum_ ) ;
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . TestAllTypes . Types . NestedEnum > ( repeatedNestedEnum_ ) ;
break ;
}
case 4 1 8 :
case 4 1 6 : {
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . ForeignEnum > ( tag , repeatedForeignEnum_ ) ;
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . ForeignEnum > ( repeatedForeignEnum_ ) ;
break ;
}
case 4 2 6 :
case 4 2 4 : {
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . ImportEnum > ( tag , repeatedImportEnum_ ) ;
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . ImportEnum > ( repeatedImportEnum_ ) ;
break ;
}
case 4 3 4 : {
input . ReadMessageArray ( tag , repeatedPublicImportMessage_ , global :: Google . Protobuf . TestProtos . PublicImportMessage . Parser ) ;
input . ReadMessageArray ( repeatedPublicImportMessage_ , global :: Google . Protobuf . TestProtos . PublicImportMessage . Parser ) ;
break ;
}
case 8 8 8 : {
@ -1919,7 +1919,7 @@ namespace Google.Protobuf.TestProtos {
break ;
}
case 2 6 : {
input . ReadMessageArray ( tag , repeatedChild_ , global :: Google . Protobuf . TestProtos . NestedTestAllTypes . Parser ) ;
input . ReadMessageArray ( repeatedChild_ , global :: Google . Protobuf . TestProtos . NestedTestAllTypes . Parser ) ;
break ;
}
}
@ -2973,20 +2973,20 @@ namespace Google.Protobuf.TestProtos {
}
case 5 8 :
case 5 6 : {
input . ReadInt32Array ( tag , repeatedPrimitiveField_ ) ;
input . ReadInt32Array ( repeatedPrimitiveField_ ) ;
break ;
}
case 6 6 : {
input . ReadStringArray ( tag , repeatedStringField_ ) ;
input . ReadStringArray ( repeatedStringField_ ) ;
break ;
}
case 7 4 :
case 7 2 : {
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . ForeignEnum > ( tag , repeatedEnumField_ ) ;
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . ForeignEnum > ( repeatedEnumField_ ) ;
break ;
}
case 8 2 : {
input . ReadMessageArray ( tag , repeatedMessageField_ , global :: Google . Protobuf . TestProtos . ForeignMessage . Parser ) ;
input . ReadMessageArray ( repeatedMessageField_ , global :: Google . Protobuf . TestProtos . ForeignMessage . Parser ) ;
break ;
}
}
@ -3552,7 +3552,7 @@ namespace Google.Protobuf.TestProtos {
}
break ;
case 1 0 : {
input . ReadStringArray ( tag , data_ ) ;
input . ReadStringArray ( data_ ) ;
break ;
}
}
@ -4716,72 +4716,72 @@ namespace Google.Protobuf.TestProtos {
break ;
case 7 2 2 :
case 7 2 0 : {
input . ReadInt32Array ( tag , packedInt32_ ) ;
input . ReadInt32Array ( packedInt32_ ) ;
break ;
}
case 7 3 0 :
case 7 2 8 : {
input . ReadInt64Array ( tag , packedInt64_ ) ;
input . ReadInt64Array ( packedInt64_ ) ;
break ;
}
case 7 3 8 :
case 7 3 6 : {
input . ReadUInt32Array ( tag , packedUint32_ ) ;
input . ReadUInt32Array ( packedUint32_ ) ;
break ;
}
case 7 4 6 :
case 7 4 4 : {
input . ReadUInt64Array ( tag , packedUint64_ ) ;
input . ReadUInt64Array ( packedUint64_ ) ;
break ;
}
case 7 5 4 :
case 7 5 2 : {
input . ReadSInt32Array ( tag , packedSint32_ ) ;
input . ReadSInt32Array ( packedSint32_ ) ;
break ;
}
case 7 6 2 :
case 7 6 0 : {
input . ReadSInt64Array ( tag , packedSint64_ ) ;
input . ReadSInt64Array ( packedSint64_ ) ;
break ;
}
case 7 7 0 :
case 7 7 3 : {
input . ReadFixed32Array ( tag , packedFixed32_ ) ;
input . ReadFixed32Array ( packedFixed32_ ) ;
break ;
}
case 7 7 8 :
case 7 7 7 : {
input . ReadFixed64Array ( tag , packedFixed64_ ) ;
input . ReadFixed64Array ( packedFixed64_ ) ;
break ;
}
case 7 8 6 :
case 7 8 9 : {
input . ReadSFixed32Array ( tag , packedSfixed32_ ) ;
input . ReadSFixed32Array ( packedSfixed32_ ) ;
break ;
}
case 7 9 4 :
case 7 9 3 : {
input . ReadSFixed64Array ( tag , packedSfixed64_ ) ;
input . ReadSFixed64Array ( packedSfixed64_ ) ;
break ;
}
case 8 0 2 :
case 8 0 5 : {
input . ReadFloatArray ( tag , packedFloat_ ) ;
input . ReadFloatArray ( packedFloat_ ) ;
break ;
}
case 8 1 0 :
case 8 0 9 : {
input . ReadDoubleArray ( tag , packedDouble_ ) ;
input . ReadDoubleArray ( packedDouble_ ) ;
break ;
}
case 8 1 8 :
case 8 1 6 : {
input . ReadBoolArray ( tag , packedBool_ ) ;
input . ReadBoolArray ( packedBool_ ) ;
break ;
}
case 8 2 6 :
case 8 2 4 : {
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . ForeignEnum > ( tag , packedEnum_ ) ;
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . ForeignEnum > ( packedEnum_ ) ;
break ;
}
}
@ -5120,72 +5120,72 @@ namespace Google.Protobuf.TestProtos {
break ;
case 7 2 2 :
case 7 2 0 : {
input . ReadInt32Array ( tag , unpackedInt32_ ) ;
input . ReadInt32Array ( unpackedInt32_ ) ;
break ;
}
case 7 3 0 :
case 7 2 8 : {
input . ReadInt64Array ( tag , unpackedInt64_ ) ;
input . ReadInt64Array ( unpackedInt64_ ) ;
break ;
}
case 7 3 8 :
case 7 3 6 : {
input . ReadUInt32Array ( tag , unpackedUint32_ ) ;
input . ReadUInt32Array ( unpackedUint32_ ) ;
break ;
}
case 7 4 6 :
case 7 4 4 : {
input . ReadUInt64Array ( tag , unpackedUint64_ ) ;
input . ReadUInt64Array ( unpackedUint64_ ) ;
break ;
}
case 7 5 4 :
case 7 5 2 : {
input . ReadSInt32Array ( tag , unpackedSint32_ ) ;
input . ReadSInt32Array ( unpackedSint32_ ) ;
break ;
}
case 7 6 2 :
case 7 6 0 : {
input . ReadSInt64Array ( tag , unpackedSint64_ ) ;
input . ReadSInt64Array ( unpackedSint64_ ) ;
break ;
}
case 7 7 0 :
case 7 7 3 : {
input . ReadFixed32Array ( tag , unpackedFixed32_ ) ;
input . ReadFixed32Array ( unpackedFixed32_ ) ;
break ;
}
case 7 7 8 :
case 7 7 7 : {
input . ReadFixed64Array ( tag , unpackedFixed64_ ) ;
input . ReadFixed64Array ( unpackedFixed64_ ) ;
break ;
}
case 7 8 6 :
case 7 8 9 : {
input . ReadSFixed32Array ( tag , unpackedSfixed32_ ) ;
input . ReadSFixed32Array ( unpackedSfixed32_ ) ;
break ;
}
case 7 9 4 :
case 7 9 3 : {
input . ReadSFixed64Array ( tag , unpackedSfixed64_ ) ;
input . ReadSFixed64Array ( unpackedSfixed64_ ) ;
break ;
}
case 8 0 2 :
case 8 0 5 : {
input . ReadFloatArray ( tag , unpackedFloat_ ) ;
input . ReadFloatArray ( unpackedFloat_ ) ;
break ;
}
case 8 1 0 :
case 8 0 9 : {
input . ReadDoubleArray ( tag , unpackedDouble_ ) ;
input . ReadDoubleArray ( unpackedDouble_ ) ;
break ;
}
case 8 1 8 :
case 8 1 6 : {
input . ReadBoolArray ( tag , unpackedBool_ ) ;
input . ReadBoolArray ( unpackedBool_ ) ;
break ;
}
case 8 2 6 :
case 8 2 4 : {
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . ForeignEnum > ( tag , unpackedEnum_ ) ;
input . ReadEnumArray < global :: Google . Protobuf . TestProtos . ForeignEnum > ( unpackedEnum_ ) ;
break ;
}
}
@ -5378,32 +5378,32 @@ namespace Google.Protobuf.TestProtos {
break ;
case 9 8 :
case 1 0 1 : {
input . ReadFixed32Array ( tag , repeatedFixed32_ ) ;
input . ReadFixed32Array ( repeatedFixed32_ ) ;
break ;
}
case 1 0 6 :
case 1 0 4 : {
input . ReadInt32Array ( tag , repeatedInt32_ ) ;
input . ReadInt32Array ( repeatedInt32_ ) ;
break ;
}
case 1 6 3 7 0 :
case 1 6 3 6 9 : {
input . ReadFixed64Array ( tag , repeatedFixed64_ ) ;
input . ReadFixed64Array ( repeatedFixed64_ ) ;
break ;
}
case 1 6 3 7 8 :
case 1 6 3 7 6 : {
input . ReadInt64Array ( tag , repeatedInt64_ ) ;
input . ReadInt64Array ( repeatedInt64_ ) ;
break ;
}
case 2 0 9 7 1 3 8 :
case 2 0 9 7 1 4 1 : {
input . ReadFloatArray ( tag , repeatedFloat_ ) ;
input . ReadFloatArray ( repeatedFloat_ ) ;
break ;
}
case 2 0 9 7 1 4 6 :
case 2 0 9 7 1 4 4 : {
input . ReadUInt64Array ( tag , repeatedUint64_ ) ;
input . ReadUInt64Array ( repeatedUint64_ ) ;
break ;
}
}