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