1// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: import_public/b.proto
3
4package import_public // import "github.com/golang/protobuf/protoc-gen-go/testdata/import_public"
5
6import proto "github.com/golang/protobuf/proto"
7import fmt "fmt"
8import math "math"
9import sub "github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub"
10
11// Reference imports to suppress errors if they are not otherwise used.
12var _ = proto.Marshal
13var _ = fmt.Errorf
14var _ = math.Inf
15
16// This is a compile-time assertion to ensure that this generated file
17// is compatible with the proto package it is being compiled against.
18// A compilation error at this line likely means your copy of the
19// proto package needs to be updated.
20const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
21
22type Local struct {
23	M                    *sub.M   `protobuf:"bytes,1,opt,name=m,proto3" json:"m,omitempty"`
24	E                    sub.E    `protobuf:"varint,2,opt,name=e,proto3,enum=goproto.test.import_public.sub.E" json:"e,omitempty"`
25	XXX_NoUnkeyedLiteral struct{} `json:"-"`
26	XXX_unrecognized     []byte   `json:"-"`
27	XXX_sizecache        int32    `json:"-"`
28}
29
30func (m *Local) Reset()         { *m = Local{} }
31func (m *Local) String() string { return proto.CompactTextString(m) }
32func (*Local) ProtoMessage()    {}
33func (*Local) Descriptor() ([]byte, []int) {
34	return fileDescriptor_b_7f20a805fad67bd0, []int{0}
35}
36func (m *Local) XXX_Unmarshal(b []byte) error {
37	return xxx_messageInfo_Local.Unmarshal(m, b)
38}
39func (m *Local) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
40	return xxx_messageInfo_Local.Marshal(b, m, deterministic)
41}
42func (dst *Local) XXX_Merge(src proto.Message) {
43	xxx_messageInfo_Local.Merge(dst, src)
44}
45func (m *Local) XXX_Size() int {
46	return xxx_messageInfo_Local.Size(m)
47}
48func (m *Local) XXX_DiscardUnknown() {
49	xxx_messageInfo_Local.DiscardUnknown(m)
50}
51
52var xxx_messageInfo_Local proto.InternalMessageInfo
53
54func (m *Local) GetM() *sub.M {
55	if m != nil {
56		return m.M
57	}
58	return nil
59}
60
61func (m *Local) GetE() sub.E {
62	if m != nil {
63		return m.E
64	}
65	return sub.E_ZERO
66}
67
68func init() {
69	proto.RegisterType((*Local)(nil), "goproto.test.import_public.Local")
70}
71
72func init() { proto.RegisterFile("import_public/b.proto", fileDescriptor_b_7f20a805fad67bd0) }
73
74var fileDescriptor_b_7f20a805fad67bd0 = []byte{
75	// 174 bytes of a gzipped FileDescriptorProto
76	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcd, 0xcc, 0x2d, 0xc8,
77	0x2f, 0x2a, 0x89, 0x2f, 0x28, 0x4d, 0xca, 0xc9, 0x4c, 0xd6, 0x4f, 0xd2, 0x2b, 0x28, 0xca, 0x2f,
78	0xc9, 0x17, 0x92, 0x4a, 0xcf, 0x07, 0x33, 0xf4, 0x4a, 0x52, 0x8b, 0x4b, 0xf4, 0x50, 0xd4, 0x48,
79	0x49, 0xa2, 0x6a, 0x29, 0x2e, 0x4d, 0xd2, 0x4f, 0x84, 0x68, 0x53, 0xca, 0xe4, 0x62, 0xf5, 0xc9,
80	0x4f, 0x4e, 0xcc, 0x11, 0xd2, 0xe7, 0x62, 0xcc, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0x52,
81	0xd4, 0xc3, 0x6d, 0x96, 0x5e, 0x71, 0x69, 0x92, 0x9e, 0x6f, 0x10, 0x63, 0x2e, 0x48, 0x43, 0xaa,
82	0x04, 0x93, 0x02, 0xa3, 0x06, 0x1f, 0x61, 0x0d, 0xae, 0x41, 0x8c, 0xa9, 0x4e, 0x8e, 0x51, 0xf6,
83	0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0xe9, 0xf9, 0x39, 0x89, 0x79,
84	0xe9, 0xfa, 0x60, 0x6d, 0x49, 0xa5, 0x69, 0x10, 0x46, 0xb2, 0x6e, 0x7a, 0x6a, 0x9e, 0x6e, 0x7a,
85	0xbe, 0x3e, 0xc8, 0x9c, 0x94, 0xc4, 0x92, 0x44, 0x7d, 0x14, 0xb3, 0x92, 0xd8, 0xc0, 0xaa, 0x8c,
86	0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xd6, 0x2b, 0x5f, 0x8e, 0x04, 0x01, 0x00, 0x00,
87}
88