@@ -330,6 +330,26 @@ public struct Fuzzilli_Protobuf_LoadNull {
330330 public init ( ) { }
331331}
332332
333+ public struct Fuzzilli_Protobuf_LoadThis {
334+ // SwiftProtobuf.Message conformance is added in an extension below. See the
335+ // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
336+ // methods supported on all messages.
337+
338+ public var unknownFields = SwiftProtobuf . UnknownStorage ( )
339+
340+ public init ( ) { }
341+ }
342+
343+ public struct Fuzzilli_Protobuf_LoadArguments {
344+ // SwiftProtobuf.Message conformance is added in an extension below. See the
345+ // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
346+ // methods supported on all messages.
347+
348+ public var unknownFields = SwiftProtobuf . UnknownStorage ( )
349+
350+ public init ( ) { }
351+ }
352+
333353public struct Fuzzilli_Protobuf_LoadRegExp {
334354 // SwiftProtobuf.Message conformance is added in an extension below. See the
335355 // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
@@ -1593,6 +1613,44 @@ extension Fuzzilli_Protobuf_LoadNull: SwiftProtobuf.Message, SwiftProtobuf._Mess
15931613 }
15941614}
15951615
1616+ extension Fuzzilli_Protobuf_LoadThis : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
1617+ public static let protoMessageName : String = _protobuf_package + " .LoadThis "
1618+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( )
1619+
1620+ public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
1621+ while let _ = try decoder. nextFieldNumber ( ) {
1622+ }
1623+ }
1624+
1625+ public func traverse< V: SwiftProtobuf . Visitor > ( visitor: inout V ) throws {
1626+ try unknownFields. traverse ( visitor: & visitor)
1627+ }
1628+
1629+ public static func == ( lhs: Fuzzilli_Protobuf_LoadThis , rhs: Fuzzilli_Protobuf_LoadThis ) -> Bool {
1630+ if lhs. unknownFields != rhs. unknownFields { return false }
1631+ return true
1632+ }
1633+ }
1634+
1635+ extension Fuzzilli_Protobuf_LoadArguments : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
1636+ public static let protoMessageName : String = _protobuf_package + " .LoadArguments "
1637+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( )
1638+
1639+ public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
1640+ while let _ = try decoder. nextFieldNumber ( ) {
1641+ }
1642+ }
1643+
1644+ public func traverse< V: SwiftProtobuf . Visitor > ( visitor: inout V ) throws {
1645+ try unknownFields. traverse ( visitor: & visitor)
1646+ }
1647+
1648+ public static func == ( lhs: Fuzzilli_Protobuf_LoadArguments , rhs: Fuzzilli_Protobuf_LoadArguments ) -> Bool {
1649+ if lhs. unknownFields != rhs. unknownFields { return false }
1650+ return true
1651+ }
1652+ }
1653+
15961654extension Fuzzilli_Protobuf_LoadRegExp : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
15971655 public static let protoMessageName : String = _protobuf_package + " .LoadRegExp "
15981656 public static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
0 commit comments