@@ -901,6 +901,16 @@ public struct Fuzzilli_Protobuf_Compare {
901901 public init ( ) { }
902902}
903903
904+ public struct Fuzzilli_Protobuf_ConditionalOperation {
905+ // SwiftProtobuf.Message conformance is added in an extension below. See the
906+ // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
907+ // methods supported on all messages.
908+
909+ public var unknownFields = SwiftProtobuf . UnknownStorage ( )
910+
911+ public init ( ) { }
912+ }
913+
904914public struct Fuzzilli_Protobuf_Eval {
905915 // SwiftProtobuf.Message conformance is added in an extension below. See the
906916 // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
@@ -2729,6 +2739,25 @@ extension Fuzzilli_Protobuf_Compare: SwiftProtobuf.Message, SwiftProtobuf._Messa
27292739 }
27302740}
27312741
2742+ extension Fuzzilli_Protobuf_ConditionalOperation : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
2743+ public static let protoMessageName : String = _protobuf_package + " .ConditionalOperation "
2744+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( )
2745+
2746+ public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
2747+ while let _ = try decoder. nextFieldNumber ( ) {
2748+ }
2749+ }
2750+
2751+ public func traverse< V: SwiftProtobuf . Visitor > ( visitor: inout V ) throws {
2752+ try unknownFields. traverse ( visitor: & visitor)
2753+ }
2754+
2755+ public static func == ( lhs: Fuzzilli_Protobuf_ConditionalOperation , rhs: Fuzzilli_Protobuf_ConditionalOperation ) -> Bool {
2756+ if lhs. unknownFields != rhs. unknownFields { return false }
2757+ return true
2758+ }
2759+ }
2760+
27322761extension Fuzzilli_Protobuf_Eval : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
27332762 public static let protoMessageName : String = _protobuf_package + " .Eval "
27342763 public static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
0 commit comments