func file_api_helloworld_c_api_helloworld_proto_init()

in mse-go-demo/multiframe/B/proto/c_api/helloworld.pb.go [194:242]


func file_api_helloworld_c_api_helloworld_proto_init() {
	if File_api_helloworld_c_api_helloworld_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_api_helloworld_c_api_helloworld_proto_msgTypes[0].Exporter = func(v any, i int) any {
			switch v := v.(*CHelloRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_api_helloworld_c_api_helloworld_proto_msgTypes[1].Exporter = func(v any, i int) any {
			switch v := v.(*CHelloReply); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_api_helloworld_c_api_helloworld_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   2,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_api_helloworld_c_api_helloworld_proto_goTypes,
		DependencyIndexes: file_api_helloworld_c_api_helloworld_proto_depIdxs,
		MessageInfos:      file_api_helloworld_c_api_helloworld_proto_msgTypes,
	}.Build()
	File_api_helloworld_c_api_helloworld_proto = out.File
	file_api_helloworld_c_api_helloworld_proto_rawDesc = nil
	file_api_helloworld_c_api_helloworld_proto_goTypes = nil
	file_api_helloworld_c_api_helloworld_proto_depIdxs = nil
}