Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Sep 29, 2023
1 parent 7fe1487 commit 258e62e
Show file tree
Hide file tree
Showing 53 changed files with 208 additions and 208 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3669,8 +3669,8 @@ extension ProtobufTestMessages_Proto2_NullHypothesisProto2: SwiftProtobuf.Messag
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand All @@ -3688,8 +3688,8 @@ extension ProtobufTestMessages_Proto2_EnumOnlyProto2: SwiftProtobuf.Message, Swi
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2644,8 +2644,8 @@ extension ProtobufTestMessages_Proto3_NullHypothesisProto3: SwiftProtobuf.Messag
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand All @@ -2663,8 +2663,8 @@ extension ProtobufTestMessages_Proto3_EnumOnlyProto3: SwiftProtobuf.Message, Swi
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
4 changes: 2 additions & 2 deletions Reference/SwiftProtobuf/google/protobuf/empty.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ extension Google_Protobuf_Empty: Message, _MessageImplementationBase, _ProtoName
static let _protobuf_nameMap = _NameMap()

mutating func decodeMessage<D: Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@ extension SDTScoperForExt: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29083,8 +29083,8 @@ extension SwiftProtoTesting_Generated_GeneratedSwiftReservedEnums: SwiftProtobuf
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11659,8 +11659,8 @@ extension SwiftProtoTesting_Generated_GeneratedSwiftReservedMessages: SwiftProto
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
8 changes: 4 additions & 4 deletions Reference/SwiftProtobufTests/unittest.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5036,8 +5036,8 @@ extension SwiftProtoTesting_TestNestedExtension: SwiftProtobuf.Message, SwiftPro
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down Expand Up @@ -5512,8 +5512,8 @@ extension SwiftProtoTesting_TestEmptyMessage: SwiftProtobuf.Message, SwiftProtob
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
4 changes: 2 additions & 2 deletions Reference/SwiftProtobufTests/unittest_proto3.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1548,8 +1548,8 @@ extension SwiftProtoTesting_Proto3_TestEmptyMessage: SwiftProtobuf.Message, Swif
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ extension SwiftProtoTesting_Deprecated_MsgScope: SwiftProtobuf.Message, SwiftPro
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ extension SwiftProtoTesting_DeprecatedFile_MsgScope: SwiftProtobuf.Message, Swif
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ extension SwiftProtoTesting_Extend_EnumOptionalDefault: SwiftProtobuf.Message, S
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ extension SwiftProtoTesting_Extend_Foo: SwiftProtobuf.Message, SwiftProtobuf._Me
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand All @@ -433,8 +433,8 @@ extension SwiftProtoTesting_Extend_Foo.Bar: SwiftProtobuf.Message, SwiftProtobuf
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ extension SwiftProtoTesting_Extend2_MyMessage: SwiftProtobuf.Message, SwiftProto
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ extension SwiftProtoTesting_Extend3_MyMessage: SwiftProtobuf.Message, SwiftProto
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ extension Ext4MyMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
24 changes: 12 additions & 12 deletions Reference/SwiftProtobufTests/unittest_swift_naming.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17236,8 +17236,8 @@ extension SwiftProtoTesting_Names_MessageNames: SwiftProtobuf.Message, SwiftProt
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down Expand Up @@ -24959,8 +24959,8 @@ extension SwiftProtoTesting_Names_EnumNames: SwiftProtobuf.Message, SwiftProtobu
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down Expand Up @@ -26244,8 +26244,8 @@ extension SwiftProtoTesting_Names_FieldNamingInitials: SwiftProtobuf.Message, Sw
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down Expand Up @@ -26740,8 +26740,8 @@ extension SwiftProtoTesting_Names_Lowers: SwiftProtobuf.Message, SwiftProtobuf._
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand All @@ -26759,8 +26759,8 @@ extension SwiftProtoTesting_Names_Uppers: SwiftProtobuf.Message, SwiftProtobuf._
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand All @@ -26778,8 +26778,8 @@ extension SwiftProtoTesting_Names_WordCase: SwiftProtobuf.Message, SwiftProtobuf
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
8 changes: 4 additions & 4 deletions Reference/SwiftProtobufTests/unittest_swift_reserved.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,8 @@ extension SwiftProtoTesting_SwiftReservedTest.isEqual: SwiftProtobuf.Message, Sw
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand All @@ -719,8 +719,8 @@ extension SwiftProtoTesting_SwiftReservedTestExt: SwiftProtobuf.Message, SwiftPr
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ extension SwiftReservedTestExt2: SwiftProtobuf.Message, SwiftProtobuf._MessageIm
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1684,8 +1684,8 @@ extension SwiftProtoTesting_Msg2NoStorage: SwiftProtobuf.Message, SwiftProtobuf.
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1349,8 +1349,8 @@ extension SwiftProtoTesting_Msg3NoStorage: SwiftProtobuf.Message, SwiftProtobuf.
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
4 changes: 2 additions & 2 deletions Reference/upstream/google/protobuf/empty.pb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ extension Google_Protobuf_Empty: Message, _MessageImplementationBase, _ProtoName
static let _protobuf_nameMap = _NameMap()

mutating func decodeMessage<D: Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3669,8 +3669,8 @@ extension ProtobufTestMessages_Proto2_NullHypothesisProto2: SwiftProtobuf.Messag
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand All @@ -3688,8 +3688,8 @@ extension ProtobufTestMessages_Proto2_EnumOnlyProto2: SwiftProtobuf.Message, Swi
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2644,8 +2644,8 @@ extension ProtobufTestMessages_Proto3_NullHypothesisProto3: SwiftProtobuf.Messag
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand All @@ -2663,8 +2663,8 @@ extension ProtobufTestMessages_Proto3_EnumOnlyProto3: SwiftProtobuf.Message, Swi
static let _protobuf_nameMap = SwiftProtobuf._NameMap()

mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
while let _ = try decoder.nextFieldNumber() {
}
// Load everything into unknown fields
while try decoder.nextFieldNumber() != nil {}
}

func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
Expand Down
Loading

0 comments on commit 258e62e

Please sign in to comment.