@@ -252,7 +252,7 @@ public struct Grpc_Reflection_V1_ServerReflectionResponse: Sendable {
252
252
/// Serialized FileDescriptorProto messages sent by the server answering
253
253
/// a file_by_filename, file_containing_symbol, or file_containing_extension
254
254
/// request.
255
- public struct Grpc_Reflection_V1_FileDescriptorResponse : @ unchecked Sendable {
255
+ public struct Grpc_Reflection_V1_FileDescriptorResponse : Sendable {
256
256
// SwiftProtobuf.Message conformance is added in an extension below. See the
257
257
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
258
258
// methods supported on all messages.
@@ -338,14 +338,7 @@ fileprivate let _protobuf_package = "grpc.reflection.v1"
338
338
339
339
extension Grpc_Reflection_V1_ServerReflectionRequest : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
340
340
public static let protoMessageName : String = _protobuf_package + " .ServerReflectionRequest "
341
- public static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
342
- 1 : . same( proto: " host " ) ,
343
- 3 : . standard( proto: " file_by_filename " ) ,
344
- 4 : . standard( proto: " file_containing_symbol " ) ,
345
- 5 : . standard( proto: " file_containing_extension " ) ,
346
- 6 : . standard( proto: " all_extension_numbers_of_type " ) ,
347
- 7 : . standard( proto: " list_services " ) ,
348
- ]
341
+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} host \0 \u{4} \u{2} file_by_filename \0 \u{3} file_containing_symbol \0 \u{3} file_containing_extension \0 \u{3} all_extension_numbers_of_type \0 \u{3} list_services \0 " )
349
342
350
343
public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
351
344
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -448,10 +441,7 @@ extension Grpc_Reflection_V1_ServerReflectionRequest: SwiftProtobuf.Message, Swi
448
441
449
442
extension Grpc_Reflection_V1_ExtensionRequest : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
450
443
public static let protoMessageName : String = _protobuf_package + " .ExtensionRequest "
451
- public static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
452
- 1 : . standard( proto: " containing_type " ) ,
453
- 2 : . standard( proto: " extension_number " ) ,
454
- ]
444
+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} containing_type \0 \u{3} extension_number \0 " )
455
445
456
446
public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
457
447
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -486,14 +476,7 @@ extension Grpc_Reflection_V1_ExtensionRequest: SwiftProtobuf.Message, SwiftProto
486
476
487
477
extension Grpc_Reflection_V1_ServerReflectionResponse : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
488
478
public static let protoMessageName : String = _protobuf_package + " .ServerReflectionResponse "
489
- public static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
490
- 1 : . standard( proto: " valid_host " ) ,
491
- 2 : . standard( proto: " original_request " ) ,
492
- 4 : . standard( proto: " file_descriptor_response " ) ,
493
- 5 : . standard( proto: " all_extension_numbers_response " ) ,
494
- 6 : . standard( proto: " list_services_response " ) ,
495
- 7 : . standard( proto: " error_response " ) ,
496
- ]
479
+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} valid_host \0 \u{3} original_request \0 \u{4} \u{2} file_descriptor_response \0 \u{3} all_extension_numbers_response \0 \u{3} list_services_response \0 \u{3} error_response \0 " )
497
480
498
481
public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
499
482
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -604,9 +587,7 @@ extension Grpc_Reflection_V1_ServerReflectionResponse: SwiftProtobuf.Message, Sw
604
587
605
588
extension Grpc_Reflection_V1_FileDescriptorResponse : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
606
589
public static let protoMessageName : String = _protobuf_package + " .FileDescriptorResponse "
607
- public static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
608
- 1 : . standard( proto: " file_descriptor_proto " ) ,
609
- ]
590
+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} file_descriptor_proto \0 " )
610
591
611
592
public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
612
593
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -636,10 +617,7 @@ extension Grpc_Reflection_V1_FileDescriptorResponse: SwiftProtobuf.Message, Swif
636
617
637
618
extension Grpc_Reflection_V1_ExtensionNumberResponse : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
638
619
public static let protoMessageName : String = _protobuf_package + " .ExtensionNumberResponse "
639
- public static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
640
- 1 : . standard( proto: " base_type_name " ) ,
641
- 2 : . standard( proto: " extension_number " ) ,
642
- ]
620
+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} base_type_name \0 \u{3} extension_number \0 " )
643
621
644
622
public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
645
623
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -674,9 +652,7 @@ extension Grpc_Reflection_V1_ExtensionNumberResponse: SwiftProtobuf.Message, Swi
674
652
675
653
extension Grpc_Reflection_V1_ListServiceResponse : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
676
654
public static let protoMessageName : String = _protobuf_package + " .ListServiceResponse "
677
- public static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
678
- 1 : . same( proto: " service " ) ,
679
- ]
655
+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} service \0 " )
680
656
681
657
public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
682
658
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -706,9 +682,7 @@ extension Grpc_Reflection_V1_ListServiceResponse: SwiftProtobuf.Message, SwiftPr
706
682
707
683
extension Grpc_Reflection_V1_ServiceResponse : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
708
684
public static let protoMessageName : String = _protobuf_package + " .ServiceResponse "
709
- public static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
710
- 1 : . same( proto: " name " ) ,
711
- ]
685
+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} name \0 " )
712
686
713
687
public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
714
688
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -738,10 +712,7 @@ extension Grpc_Reflection_V1_ServiceResponse: SwiftProtobuf.Message, SwiftProtob
738
712
739
713
extension Grpc_Reflection_V1_ErrorResponse : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
740
714
public static let protoMessageName : String = _protobuf_package + " .ErrorResponse "
741
- public static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
742
- 1 : . standard( proto: " error_code " ) ,
743
- 2 : . standard( proto: " error_message " ) ,
744
- ]
715
+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} error_code \0 \u{3} error_message \0 " )
745
716
746
717
public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
747
718
while let fieldNumber = try decoder. nextFieldNumber ( ) {
0 commit comments