1// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: import_public/sub/b.proto
3
4package sub // import "github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub"
5
6import proto "github.com/golang/protobuf/proto"
7import fmt "fmt"
8import math "math"
9
10// Reference imports to suppress errors if they are not otherwise used.
11var _ = proto.Marshal
12var _ = fmt.Errorf
13var _ = math.Inf
14
15// This is a compile-time assertion to ensure that this generated file
16// is compatible with the proto package it is being compiled against.
17// A compilation error at this line likely means your copy of the
18// proto package needs to be updated.
19const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
20
21type M2 struct {
22	XXX_NoUnkeyedLiteral struct{} `json:"-"`
23	XXX_unrecognized     []byte   `json:"-"`
24	XXX_sizecache        int32    `json:"-"`
25}
26
27func (m *M2) Reset()         { *m = M2{} }
28func (m *M2) String() string { return proto.CompactTextString(m) }
29func (*M2) ProtoMessage()    {}
30func (*M2) Descriptor() ([]byte, []int) {
31	return fileDescriptor_b_eba25180453d86b4, []int{0}
32}
33func (m *M2) XXX_Unmarshal(b []byte) error {
34	return xxx_messageInfo_M2.Unmarshal(m, b)
35}
36func (m *M2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
37	return xxx_messageInfo_M2.Marshal(b, m, deterministic)
38}
39func (dst *M2) XXX_Merge(src proto.Message) {
40	xxx_messageInfo_M2.Merge(dst, src)
41}
42func (m *M2) XXX_Size() int {
43	return xxx_messageInfo_M2.Size(m)
44}
45func (m *M2) XXX_DiscardUnknown() {
46	xxx_messageInfo_M2.DiscardUnknown(m)
47}
48
49var xxx_messageInfo_M2 proto.InternalMessageInfo
50
51func init() {
52	proto.RegisterType((*M2)(nil), "goproto.test.import_public.sub.M2")
53}
54
55func init() { proto.RegisterFile("import_public/sub/b.proto", fileDescriptor_b_eba25180453d86b4) }
56
57var fileDescriptor_b_eba25180453d86b4 = []byte{
58	// 127 bytes of a gzipped FileDescriptorProto
59	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcc, 0xcc, 0x2d, 0xc8,
60	0x2f, 0x2a, 0x89, 0x2f, 0x28, 0x4d, 0xca, 0xc9, 0x4c, 0xd6, 0x2f, 0x2e, 0x4d, 0xd2, 0x4f, 0xd2,
61	0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x4b, 0xcf, 0x07, 0x33, 0xf4, 0x4a, 0x52, 0x8b, 0x4b,
62	0xf4, 0x50, 0xd4, 0xe9, 0x15, 0x97, 0x26, 0x29, 0xb1, 0x70, 0x31, 0xf9, 0x1a, 0x39, 0xb9, 0x46,
63	0x39, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa7, 0xe7, 0xe7, 0x24,
64	0xe6, 0xa5, 0xeb, 0x83, 0xf5, 0x25, 0x95, 0xa6, 0x41, 0x18, 0xc9, 0xba, 0xe9, 0xa9, 0x79, 0xba,
65	0xe9, 0xf9, 0xfa, 0x20, 0x83, 0x52, 0x12, 0x4b, 0x12, 0xf5, 0x31, 0x2c, 0x4d, 0x62, 0x03, 0xab,
66	0x34, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x64, 0x42, 0xe4, 0xa8, 0x90, 0x00, 0x00, 0x00,
67}
68