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 | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 7 | proto "github.com/golang/protobuf/proto" |
Joe Tsai | cf81e67 | 2019-02-28 14:08:31 -0800 | [diff] [blame] | 8 | protoapi "github.com/golang/protobuf/protoapi" |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 9 | protoreflect "github.com/golang/protobuf/v2/reflect/protoreflect" |
| 10 | protoimpl "github.com/golang/protobuf/v2/runtime/protoimpl" |
| 11 | reflect "reflect" |
| 12 | ) |
| 13 | |
| 14 | // This is a compile-time assertion to ensure that this generated file |
| 15 | // is compatible with the proto package it is being compiled against. |
| 16 | // A compilation error at this line likely means your copy of the |
| 17 | // proto package needs to be updated. |
| 18 | const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
| 19 | |
| 20 | type PublicImportMessage struct { |
| 21 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 22 | XXX_unrecognized []byte `json:"-"` |
| 23 | XXX_sizecache int32 `json:"-"` |
| 24 | } |
| 25 | |
| 26 | func (m *PublicImportMessage) ProtoReflect() protoreflect.Message { |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 27 | return xxx_File_test_test_public_proto_messageTypes[0].MessageOf(m) |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 28 | } |
| 29 | func (m *PublicImportMessage) Reset() { *m = PublicImportMessage{} } |
| 30 | func (m *PublicImportMessage) String() string { return proto.CompactTextString(m) } |
| 31 | func (*PublicImportMessage) ProtoMessage() {} |
| 32 | func (*PublicImportMessage) Descriptor() ([]byte, []int) { |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 33 | return xxx_File_test_test_public_proto_rawdesc_gzipped, []int{0} |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 34 | } |
| 35 | |
| 36 | func (m *PublicImportMessage) XXX_Unmarshal(b []byte) error { |
| 37 | return xxx_messageInfo_PublicImportMessage.Unmarshal(m, b) |
| 38 | } |
| 39 | func (m *PublicImportMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 40 | return xxx_messageInfo_PublicImportMessage.Marshal(b, m, deterministic) |
| 41 | } |
| 42 | func (m *PublicImportMessage) XXX_Merge(src proto.Message) { |
| 43 | xxx_messageInfo_PublicImportMessage.Merge(m, src) |
| 44 | } |
| 45 | func (m *PublicImportMessage) XXX_Size() int { |
| 46 | return xxx_messageInfo_PublicImportMessage.Size(m) |
| 47 | } |
| 48 | func (m *PublicImportMessage) XXX_DiscardUnknown() { |
| 49 | xxx_messageInfo_PublicImportMessage.DiscardUnknown(m) |
| 50 | } |
| 51 | |
| 52 | var xxx_messageInfo_PublicImportMessage proto.InternalMessageInfo |
| 53 | |
| 54 | func init() { |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 55 | proto.RegisterFile("test/test_public.proto", xxx_File_test_test_public_proto_rawdesc_gzipped) |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 56 | proto.RegisterType((*PublicImportMessage)(nil), "goproto.proto.test.PublicImportMessage") |
| 57 | } |
| 58 | |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 59 | var xxx_File_test_test_public_proto_rawdesc = []byte{ |
| 60 | // 125 bytes of the wire-encoded FileDescriptorProto |
| 61 | 0x0a, 0x16, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x75, 0x62, 0x6c, |
| 62 | 0x69, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, |
| 63 | 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x22, 0x15, 0x0a, 0x13, |
| 64 | 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x65, 0x73, 0x73, |
| 65 | 0x61, 0x67, 0x65, 0x42, 0x38, 0x5a, 0x36, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, |
| 66 | 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, |
| 67 | 0x66, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65, |
| 68 | 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74, |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 69 | } |
| 70 | |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 71 | var xxx_File_test_test_public_proto_rawdesc_gzipped = protoapi.CompressGZIP(xxx_File_test_test_public_proto_rawdesc) |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 72 | |
| 73 | const _ = protoimpl.EnforceVersion(protoimpl.Version - 0) |
| 74 | |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 75 | var File_test_test_public_proto protoreflect.FileDescriptor |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 76 | |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 77 | var xxx_File_test_test_public_proto_messageTypes [1]protoimpl.MessageType |
| 78 | var xxx_File_test_test_public_proto_goTypes = []interface{}{ |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 79 | (*PublicImportMessage)(nil), // 0: goproto.proto.test.PublicImportMessage |
| 80 | } |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 81 | var xxx_File_test_test_public_proto_depIdxs = []int32{} |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 82 | |
| 83 | func init() { |
| 84 | var messageTypes [1]protoreflect.MessageType |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 85 | File_test_test_public_proto = protoimpl.FileBuilder{ |
| 86 | RawDescriptor: xxx_File_test_test_public_proto_rawdesc, |
| 87 | GoTypes: xxx_File_test_test_public_proto_goTypes, |
| 88 | DependencyIndexes: xxx_File_test_test_public_proto_depIdxs, |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 89 | MessageOutputTypes: messageTypes[:], |
| 90 | }.Init() |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 91 | messageGoTypes := xxx_File_test_test_public_proto_goTypes[0:][:1] |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 92 | for i, mt := range messageTypes[:] { |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 93 | xxx_File_test_test_public_proto_messageTypes[i].GoType = reflect.TypeOf(messageGoTypes[i]) |
| 94 | xxx_File_test_test_public_proto_messageTypes[i].PBType = mt |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 95 | } |
Joe Tsai | 1905843 | 2019-02-27 21:46:29 -0800 | [diff] [blame^] | 96 | xxx_File_test_test_public_proto_goTypes = nil |
| 97 | xxx_File_test_test_public_proto_depIdxs = nil |
Damien Neil | e475eaa | 2019-01-26 14:24:59 -0800 | [diff] [blame] | 98 | } |