Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 1 | // Code generated by protoc-gen-go. DO NOT EDIT. |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame] | 2 | // source: test/test_public.proto |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 3 | |
| 4 | package test |
| 5 | |
| 6 | import ( |
Damien Neil | e89e624 | 2019-05-13 23:55:40 -0700 | [diff] [blame] | 7 | protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
Damien Neil | e89e624 | 2019-05-13 23:55:40 -0700 | [diff] [blame] | 8 | protoiface "google.golang.org/protobuf/runtime/protoiface" |
| 9 | protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
Joe Tsai | 5d72cc2 | 2019-03-28 01:13:26 -0700 | [diff] [blame] | 10 | sync "sync" |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 11 | ) |
| 12 | |
Joe Tsai | 58b42d8 | 2019-05-22 16:27:51 -0400 | [diff] [blame] | 13 | const ( |
| 14 | // Verify that runtime/protoimpl is sufficiently up-to-date. |
| 15 | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 0) |
| 16 | // Verify that this generated code is sufficiently up-to-date. |
| 17 | _ = protoimpl.EnforceVersion(0 - protoimpl.MinVersion) |
| 18 | ) |
Joe Tsai | 5d72cc2 | 2019-03-28 01:13:26 -0700 | [diff] [blame] | 19 | |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 20 | type PublicImportMessage struct { |
Joe Tsai | c0e4bb2 | 2019-07-06 13:05:11 -0700 | [diff] [blame^] | 21 | sizeCache protoimpl.SizeCache |
| 22 | unknownFields protoimpl.UnknownFields |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 23 | } |
| 24 | |
Joe Tsai | 61968ce | 2019-04-01 12:59:24 -0700 | [diff] [blame] | 25 | func (x *PublicImportMessage) Reset() { |
| 26 | *x = PublicImportMessage{} |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 27 | } |
Joe Tsai | 61968ce | 2019-04-01 12:59:24 -0700 | [diff] [blame] | 28 | |
| 29 | func (x *PublicImportMessage) String() string { |
| 30 | return protoimpl.X.MessageStringOf(x) |
| 31 | } |
| 32 | |
| 33 | func (*PublicImportMessage) ProtoMessage() {} |
| 34 | |
| 35 | func (x *PublicImportMessage) ProtoReflect() protoreflect.Message { |
Joe Tsai | 7ca7098 | 2019-04-15 13:57:56 -0700 | [diff] [blame] | 36 | return file_test_test_public_proto_msgTypes[0].MessageOf(x) |
Joe Tsai | 61968ce | 2019-04-01 12:59:24 -0700 | [diff] [blame] | 37 | } |
Joe Tsai | 8e506a8 | 2019-03-16 00:05:34 -0700 | [diff] [blame] | 38 | |
Damien Neil | 0d3e8cc | 2019-04-01 13:31:55 -0700 | [diff] [blame] | 39 | func (m *PublicImportMessage) XXX_Methods() *protoiface.Methods { |
Joe Tsai | 7ca7098 | 2019-04-15 13:57:56 -0700 | [diff] [blame] | 40 | return file_test_test_public_proto_msgTypes[0].Methods() |
Damien Neil | 0d3e8cc | 2019-04-01 13:31:55 -0700 | [diff] [blame] | 41 | } |
| 42 | |
Joe Tsai | 8e506a8 | 2019-03-16 00:05:34 -0700 | [diff] [blame] | 43 | // Deprecated: Use PublicImportMessage.ProtoReflect.Type instead. |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 44 | func (*PublicImportMessage) Descriptor() ([]byte, []int) { |
Joe Tsai | 7ca7098 | 2019-04-15 13:57:56 -0700 | [diff] [blame] | 45 | return file_test_test_public_proto_rawDescGZIP(), []int{0} |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 46 | } |
| 47 | |
Joe Tsai | 5d72cc2 | 2019-03-28 01:13:26 -0700 | [diff] [blame] | 48 | var File_test_test_public_proto protoreflect.FileDescriptor |
| 49 | |
Joe Tsai | 7ca7098 | 2019-04-15 13:57:56 -0700 | [diff] [blame] | 50 | var file_test_test_public_proto_rawDesc = []byte{ |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame] | 51 | 0x0a, 0x16, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x75, 0x62, 0x6c, |
| 52 | 0x69, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, |
| 53 | 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x22, 0x15, 0x0a, 0x13, |
| 54 | 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x65, 0x73, 0x73, |
Damien Neil | e89e624 | 2019-05-13 23:55:40 -0700 | [diff] [blame] | 55 | 0x61, 0x67, 0x65, 0x42, 0x35, 0x5a, 0x33, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, |
| 56 | 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, |
| 57 | 0x66, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70, |
| 58 | 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74, |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 59 | } |
| 60 | |
Joe Tsai | 5d72cc2 | 2019-03-28 01:13:26 -0700 | [diff] [blame] | 61 | var ( |
Joe Tsai | 7ca7098 | 2019-04-15 13:57:56 -0700 | [diff] [blame] | 62 | file_test_test_public_proto_rawDescOnce sync.Once |
| 63 | file_test_test_public_proto_rawDescData = file_test_test_public_proto_rawDesc |
Joe Tsai | 5d72cc2 | 2019-03-28 01:13:26 -0700 | [diff] [blame] | 64 | ) |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 65 | |
Joe Tsai | 7ca7098 | 2019-04-15 13:57:56 -0700 | [diff] [blame] | 66 | func file_test_test_public_proto_rawDescGZIP() []byte { |
| 67 | file_test_test_public_proto_rawDescOnce.Do(func() { |
| 68 | file_test_test_public_proto_rawDescData = protoimpl.X.CompressGZIP(file_test_test_public_proto_rawDescData) |
Joe Tsai | 5d72cc2 | 2019-03-28 01:13:26 -0700 | [diff] [blame] | 69 | }) |
Joe Tsai | 7ca7098 | 2019-04-15 13:57:56 -0700 | [diff] [blame] | 70 | return file_test_test_public_proto_rawDescData |
Joe Tsai | 5d72cc2 | 2019-03-28 01:13:26 -0700 | [diff] [blame] | 71 | } |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 72 | |
Joe Tsai | 4fe9663 | 2019-05-22 05:12:36 -0400 | [diff] [blame] | 73 | var file_test_test_public_proto_msgTypes = make([]protoimpl.MessageInfo, 1) |
Joe Tsai | 7ca7098 | 2019-04-15 13:57:56 -0700 | [diff] [blame] | 74 | var file_test_test_public_proto_goTypes = []interface{}{ |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 75 | (*PublicImportMessage)(nil), // 0: goproto.proto.test.PublicImportMessage |
| 76 | } |
Joe Tsai | d888139 | 2019-06-06 13:01:53 -0700 | [diff] [blame] | 77 | var file_test_test_public_proto_depIdxs = []int32{ |
| 78 | 0, // starting offset of method output_type sub-list |
| 79 | 0, // starting offset of method input_type sub-list |
| 80 | 0, // starting offset of extension type_name sub-list |
| 81 | 0, // starting offset of extension extendee sub-list |
| 82 | 0, // starting offset of field type_name sub-list |
| 83 | } |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 84 | |
Joe Tsai | 7ca7098 | 2019-04-15 13:57:56 -0700 | [diff] [blame] | 85 | func init() { file_test_test_public_proto_init() } |
| 86 | func file_test_test_public_proto_init() { |
Damien Neil | 0fc2245 | 2019-03-08 17:18:11 -0800 | [diff] [blame] | 87 | if File_test_test_public_proto != nil { |
| 88 | return |
| 89 | } |
Joe Tsai | c0e4bb2 | 2019-07-06 13:05:11 -0700 | [diff] [blame^] | 90 | if !protoimpl.UnsafeEnabled { |
| 91 | file_test_test_public_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { |
| 92 | switch v := v.(*PublicImportMessage); i { |
| 93 | case 0: |
| 94 | return &v.sizeCache |
| 95 | case 1: |
| 96 | return &v.unknownFields |
| 97 | default: |
| 98 | return nil |
| 99 | } |
| 100 | } |
| 101 | } |
Joe Tsai | d888139 | 2019-06-06 13:01:53 -0700 | [diff] [blame] | 102 | out := protoimpl.TypeBuilder{ |
| 103 | File: protoimpl.DescBuilder{ |
| 104 | RawDescriptor: file_test_test_public_proto_rawDesc, |
| 105 | NumEnums: 0, |
| 106 | NumMessages: 1, |
| 107 | NumExtensions: 0, |
| 108 | NumServices: 0, |
| 109 | }, |
| 110 | GoTypes: file_test_test_public_proto_goTypes, |
| 111 | DependencyIndexes: file_test_test_public_proto_depIdxs, |
| 112 | MessageInfos: file_test_test_public_proto_msgTypes, |
| 113 | }.Build() |
| 114 | File_test_test_public_proto = out.File |
Joe Tsai | 7ca7098 | 2019-04-15 13:57:56 -0700 | [diff] [blame] | 115 | file_test_test_public_proto_rawDesc = nil |
| 116 | file_test_test_public_proto_goTypes = nil |
| 117 | file_test_test_public_proto_depIdxs = nil |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 118 | } |