proto3.pb.go 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: proto3_proto/proto3.proto
  3. package proto3_proto
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import test_proto "github.com/golang/protobuf/proto/test_proto"
  8. import any "github.com/golang/protobuf/ptypes/any"
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  18. type Message_Humour int32
  19. const (
  20. Message_UNKNOWN Message_Humour = 0
  21. Message_PUNS Message_Humour = 1
  22. Message_SLAPSTICK Message_Humour = 2
  23. Message_BILL_BAILEY Message_Humour = 3
  24. )
  25. var Message_Humour_name = map[int32]string{
  26. 0: "UNKNOWN",
  27. 1: "PUNS",
  28. 2: "SLAPSTICK",
  29. 3: "BILL_BAILEY",
  30. }
  31. var Message_Humour_value = map[string]int32{
  32. "UNKNOWN": 0,
  33. "PUNS": 1,
  34. "SLAPSTICK": 2,
  35. "BILL_BAILEY": 3,
  36. }
  37. func (x Message_Humour) String() string {
  38. return proto.EnumName(Message_Humour_name, int32(x))
  39. }
  40. func (Message_Humour) EnumDescriptor() ([]byte, []int) {
  41. return fileDescriptor_proto3_78ae00cd7e6e5e35, []int{0, 0}
  42. }
  43. type Message struct {
  44. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  45. Hilarity Message_Humour `protobuf:"varint,2,opt,name=hilarity,proto3,enum=proto3_proto.Message_Humour" json:"hilarity,omitempty"`
  46. HeightInCm uint32 `protobuf:"varint,3,opt,name=height_in_cm,json=heightInCm,proto3" json:"height_in_cm,omitempty"`
  47. Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
  48. ResultCount int64 `protobuf:"varint,7,opt,name=result_count,json=resultCount,proto3" json:"result_count,omitempty"`
  49. TrueScotsman bool `protobuf:"varint,8,opt,name=true_scotsman,json=trueScotsman,proto3" json:"true_scotsman,omitempty"`
  50. Score float32 `protobuf:"fixed32,9,opt,name=score,proto3" json:"score,omitempty"`
  51. Key []uint64 `protobuf:"varint,5,rep,packed,name=key,proto3" json:"key,omitempty"`
  52. ShortKey []int32 `protobuf:"varint,19,rep,packed,name=short_key,json=shortKey,proto3" json:"short_key,omitempty"`
  53. Nested *Nested `protobuf:"bytes,6,opt,name=nested,proto3" json:"nested,omitempty"`
  54. RFunny []Message_Humour `protobuf:"varint,16,rep,packed,name=r_funny,json=rFunny,proto3,enum=proto3_proto.Message_Humour" json:"r_funny,omitempty"`
  55. Terrain map[string]*Nested `protobuf:"bytes,10,rep,name=terrain,proto3" json:"terrain,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  56. Proto2Field *test_proto.SubDefaults `protobuf:"bytes,11,opt,name=proto2_field,json=proto2Field,proto3" json:"proto2_field,omitempty"`
  57. Proto2Value map[string]*test_proto.SubDefaults `protobuf:"bytes,13,rep,name=proto2_value,json=proto2Value,proto3" json:"proto2_value,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  58. Anything *any.Any `protobuf:"bytes,14,opt,name=anything,proto3" json:"anything,omitempty"`
  59. ManyThings []*any.Any `protobuf:"bytes,15,rep,name=many_things,json=manyThings,proto3" json:"many_things,omitempty"`
  60. Submessage *Message `protobuf:"bytes,17,opt,name=submessage,proto3" json:"submessage,omitempty"`
  61. Children []*Message `protobuf:"bytes,18,rep,name=children,proto3" json:"children,omitempty"`
  62. StringMap map[string]string `protobuf:"bytes,20,rep,name=string_map,json=stringMap,proto3" json:"string_map,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  63. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  64. XXX_unrecognized []byte `json:"-"`
  65. XXX_sizecache int32 `json:"-"`
  66. }
  67. func (m *Message) Reset() { *m = Message{} }
  68. func (m *Message) String() string { return proto.CompactTextString(m) }
  69. func (*Message) ProtoMessage() {}
  70. func (*Message) Descriptor() ([]byte, []int) {
  71. return fileDescriptor_proto3_78ae00cd7e6e5e35, []int{0}
  72. }
  73. func (m *Message) XXX_Unmarshal(b []byte) error {
  74. return xxx_messageInfo_Message.Unmarshal(m, b)
  75. }
  76. func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  77. return xxx_messageInfo_Message.Marshal(b, m, deterministic)
  78. }
  79. func (dst *Message) XXX_Merge(src proto.Message) {
  80. xxx_messageInfo_Message.Merge(dst, src)
  81. }
  82. func (m *Message) XXX_Size() int {
  83. return xxx_messageInfo_Message.Size(m)
  84. }
  85. func (m *Message) XXX_DiscardUnknown() {
  86. xxx_messageInfo_Message.DiscardUnknown(m)
  87. }
  88. var xxx_messageInfo_Message proto.InternalMessageInfo
  89. func (m *Message) GetName() string {
  90. if m != nil {
  91. return m.Name
  92. }
  93. return ""
  94. }
  95. func (m *Message) GetHilarity() Message_Humour {
  96. if m != nil {
  97. return m.Hilarity
  98. }
  99. return Message_UNKNOWN
  100. }
  101. func (m *Message) GetHeightInCm() uint32 {
  102. if m != nil {
  103. return m.HeightInCm
  104. }
  105. return 0
  106. }
  107. func (m *Message) GetData() []byte {
  108. if m != nil {
  109. return m.Data
  110. }
  111. return nil
  112. }
  113. func (m *Message) GetResultCount() int64 {
  114. if m != nil {
  115. return m.ResultCount
  116. }
  117. return 0
  118. }
  119. func (m *Message) GetTrueScotsman() bool {
  120. if m != nil {
  121. return m.TrueScotsman
  122. }
  123. return false
  124. }
  125. func (m *Message) GetScore() float32 {
  126. if m != nil {
  127. return m.Score
  128. }
  129. return 0
  130. }
  131. func (m *Message) GetKey() []uint64 {
  132. if m != nil {
  133. return m.Key
  134. }
  135. return nil
  136. }
  137. func (m *Message) GetShortKey() []int32 {
  138. if m != nil {
  139. return m.ShortKey
  140. }
  141. return nil
  142. }
  143. func (m *Message) GetNested() *Nested {
  144. if m != nil {
  145. return m.Nested
  146. }
  147. return nil
  148. }
  149. func (m *Message) GetRFunny() []Message_Humour {
  150. if m != nil {
  151. return m.RFunny
  152. }
  153. return nil
  154. }
  155. func (m *Message) GetTerrain() map[string]*Nested {
  156. if m != nil {
  157. return m.Terrain
  158. }
  159. return nil
  160. }
  161. func (m *Message) GetProto2Field() *test_proto.SubDefaults {
  162. if m != nil {
  163. return m.Proto2Field
  164. }
  165. return nil
  166. }
  167. func (m *Message) GetProto2Value() map[string]*test_proto.SubDefaults {
  168. if m != nil {
  169. return m.Proto2Value
  170. }
  171. return nil
  172. }
  173. func (m *Message) GetAnything() *any.Any {
  174. if m != nil {
  175. return m.Anything
  176. }
  177. return nil
  178. }
  179. func (m *Message) GetManyThings() []*any.Any {
  180. if m != nil {
  181. return m.ManyThings
  182. }
  183. return nil
  184. }
  185. func (m *Message) GetSubmessage() *Message {
  186. if m != nil {
  187. return m.Submessage
  188. }
  189. return nil
  190. }
  191. func (m *Message) GetChildren() []*Message {
  192. if m != nil {
  193. return m.Children
  194. }
  195. return nil
  196. }
  197. func (m *Message) GetStringMap() map[string]string {
  198. if m != nil {
  199. return m.StringMap
  200. }
  201. return nil
  202. }
  203. type Nested struct {
  204. Bunny string `protobuf:"bytes,1,opt,name=bunny,proto3" json:"bunny,omitempty"`
  205. Cute bool `protobuf:"varint,2,opt,name=cute,proto3" json:"cute,omitempty"`
  206. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  207. XXX_unrecognized []byte `json:"-"`
  208. XXX_sizecache int32 `json:"-"`
  209. }
  210. func (m *Nested) Reset() { *m = Nested{} }
  211. func (m *Nested) String() string { return proto.CompactTextString(m) }
  212. func (*Nested) ProtoMessage() {}
  213. func (*Nested) Descriptor() ([]byte, []int) {
  214. return fileDescriptor_proto3_78ae00cd7e6e5e35, []int{1}
  215. }
  216. func (m *Nested) XXX_Unmarshal(b []byte) error {
  217. return xxx_messageInfo_Nested.Unmarshal(m, b)
  218. }
  219. func (m *Nested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  220. return xxx_messageInfo_Nested.Marshal(b, m, deterministic)
  221. }
  222. func (dst *Nested) XXX_Merge(src proto.Message) {
  223. xxx_messageInfo_Nested.Merge(dst, src)
  224. }
  225. func (m *Nested) XXX_Size() int {
  226. return xxx_messageInfo_Nested.Size(m)
  227. }
  228. func (m *Nested) XXX_DiscardUnknown() {
  229. xxx_messageInfo_Nested.DiscardUnknown(m)
  230. }
  231. var xxx_messageInfo_Nested proto.InternalMessageInfo
  232. func (m *Nested) GetBunny() string {
  233. if m != nil {
  234. return m.Bunny
  235. }
  236. return ""
  237. }
  238. func (m *Nested) GetCute() bool {
  239. if m != nil {
  240. return m.Cute
  241. }
  242. return false
  243. }
  244. type MessageWithMap struct {
  245. ByteMapping map[bool][]byte `protobuf:"bytes,1,rep,name=byte_mapping,json=byteMapping,proto3" json:"byte_mapping,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  246. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  247. XXX_unrecognized []byte `json:"-"`
  248. XXX_sizecache int32 `json:"-"`
  249. }
  250. func (m *MessageWithMap) Reset() { *m = MessageWithMap{} }
  251. func (m *MessageWithMap) String() string { return proto.CompactTextString(m) }
  252. func (*MessageWithMap) ProtoMessage() {}
  253. func (*MessageWithMap) Descriptor() ([]byte, []int) {
  254. return fileDescriptor_proto3_78ae00cd7e6e5e35, []int{2}
  255. }
  256. func (m *MessageWithMap) XXX_Unmarshal(b []byte) error {
  257. return xxx_messageInfo_MessageWithMap.Unmarshal(m, b)
  258. }
  259. func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  260. return xxx_messageInfo_MessageWithMap.Marshal(b, m, deterministic)
  261. }
  262. func (dst *MessageWithMap) XXX_Merge(src proto.Message) {
  263. xxx_messageInfo_MessageWithMap.Merge(dst, src)
  264. }
  265. func (m *MessageWithMap) XXX_Size() int {
  266. return xxx_messageInfo_MessageWithMap.Size(m)
  267. }
  268. func (m *MessageWithMap) XXX_DiscardUnknown() {
  269. xxx_messageInfo_MessageWithMap.DiscardUnknown(m)
  270. }
  271. var xxx_messageInfo_MessageWithMap proto.InternalMessageInfo
  272. func (m *MessageWithMap) GetByteMapping() map[bool][]byte {
  273. if m != nil {
  274. return m.ByteMapping
  275. }
  276. return nil
  277. }
  278. type IntMap struct {
  279. Rtt map[int32]int32 `protobuf:"bytes,1,rep,name=rtt,proto3" json:"rtt,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
  280. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  281. XXX_unrecognized []byte `json:"-"`
  282. XXX_sizecache int32 `json:"-"`
  283. }
  284. func (m *IntMap) Reset() { *m = IntMap{} }
  285. func (m *IntMap) String() string { return proto.CompactTextString(m) }
  286. func (*IntMap) ProtoMessage() {}
  287. func (*IntMap) Descriptor() ([]byte, []int) {
  288. return fileDescriptor_proto3_78ae00cd7e6e5e35, []int{3}
  289. }
  290. func (m *IntMap) XXX_Unmarshal(b []byte) error {
  291. return xxx_messageInfo_IntMap.Unmarshal(m, b)
  292. }
  293. func (m *IntMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  294. return xxx_messageInfo_IntMap.Marshal(b, m, deterministic)
  295. }
  296. func (dst *IntMap) XXX_Merge(src proto.Message) {
  297. xxx_messageInfo_IntMap.Merge(dst, src)
  298. }
  299. func (m *IntMap) XXX_Size() int {
  300. return xxx_messageInfo_IntMap.Size(m)
  301. }
  302. func (m *IntMap) XXX_DiscardUnknown() {
  303. xxx_messageInfo_IntMap.DiscardUnknown(m)
  304. }
  305. var xxx_messageInfo_IntMap proto.InternalMessageInfo
  306. func (m *IntMap) GetRtt() map[int32]int32 {
  307. if m != nil {
  308. return m.Rtt
  309. }
  310. return nil
  311. }
  312. type IntMaps struct {
  313. Maps []*IntMap `protobuf:"bytes,1,rep,name=maps,proto3" json:"maps,omitempty"`
  314. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  315. XXX_unrecognized []byte `json:"-"`
  316. XXX_sizecache int32 `json:"-"`
  317. }
  318. func (m *IntMaps) Reset() { *m = IntMaps{} }
  319. func (m *IntMaps) String() string { return proto.CompactTextString(m) }
  320. func (*IntMaps) ProtoMessage() {}
  321. func (*IntMaps) Descriptor() ([]byte, []int) {
  322. return fileDescriptor_proto3_78ae00cd7e6e5e35, []int{4}
  323. }
  324. func (m *IntMaps) XXX_Unmarshal(b []byte) error {
  325. return xxx_messageInfo_IntMaps.Unmarshal(m, b)
  326. }
  327. func (m *IntMaps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  328. return xxx_messageInfo_IntMaps.Marshal(b, m, deterministic)
  329. }
  330. func (dst *IntMaps) XXX_Merge(src proto.Message) {
  331. xxx_messageInfo_IntMaps.Merge(dst, src)
  332. }
  333. func (m *IntMaps) XXX_Size() int {
  334. return xxx_messageInfo_IntMaps.Size(m)
  335. }
  336. func (m *IntMaps) XXX_DiscardUnknown() {
  337. xxx_messageInfo_IntMaps.DiscardUnknown(m)
  338. }
  339. var xxx_messageInfo_IntMaps proto.InternalMessageInfo
  340. func (m *IntMaps) GetMaps() []*IntMap {
  341. if m != nil {
  342. return m.Maps
  343. }
  344. return nil
  345. }
  346. type TestUTF8 struct {
  347. Scalar string `protobuf:"bytes,1,opt,name=scalar,proto3" json:"scalar,omitempty"`
  348. Vector []string `protobuf:"bytes,2,rep,name=vector,proto3" json:"vector,omitempty"`
  349. // Types that are valid to be assigned to Oneof:
  350. // *TestUTF8_Field
  351. Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"`
  352. MapKey map[string]int64 `protobuf:"bytes,4,rep,name=map_key,json=mapKey,proto3" json:"map_key,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
  353. MapValue map[int64]string `protobuf:"bytes,5,rep,name=map_value,json=mapValue,proto3" json:"map_value,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  354. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  355. XXX_unrecognized []byte `json:"-"`
  356. XXX_sizecache int32 `json:"-"`
  357. }
  358. func (m *TestUTF8) Reset() { *m = TestUTF8{} }
  359. func (m *TestUTF8) String() string { return proto.CompactTextString(m) }
  360. func (*TestUTF8) ProtoMessage() {}
  361. func (*TestUTF8) Descriptor() ([]byte, []int) {
  362. return fileDescriptor_proto3_78ae00cd7e6e5e35, []int{5}
  363. }
  364. func (m *TestUTF8) XXX_Unmarshal(b []byte) error {
  365. return xxx_messageInfo_TestUTF8.Unmarshal(m, b)
  366. }
  367. func (m *TestUTF8) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  368. return xxx_messageInfo_TestUTF8.Marshal(b, m, deterministic)
  369. }
  370. func (dst *TestUTF8) XXX_Merge(src proto.Message) {
  371. xxx_messageInfo_TestUTF8.Merge(dst, src)
  372. }
  373. func (m *TestUTF8) XXX_Size() int {
  374. return xxx_messageInfo_TestUTF8.Size(m)
  375. }
  376. func (m *TestUTF8) XXX_DiscardUnknown() {
  377. xxx_messageInfo_TestUTF8.DiscardUnknown(m)
  378. }
  379. var xxx_messageInfo_TestUTF8 proto.InternalMessageInfo
  380. type isTestUTF8_Oneof interface {
  381. isTestUTF8_Oneof()
  382. }
  383. type TestUTF8_Field struct {
  384. Field string `protobuf:"bytes,3,opt,name=field,proto3,oneof"`
  385. }
  386. func (*TestUTF8_Field) isTestUTF8_Oneof() {}
  387. func (m *TestUTF8) GetOneof() isTestUTF8_Oneof {
  388. if m != nil {
  389. return m.Oneof
  390. }
  391. return nil
  392. }
  393. func (m *TestUTF8) GetScalar() string {
  394. if m != nil {
  395. return m.Scalar
  396. }
  397. return ""
  398. }
  399. func (m *TestUTF8) GetVector() []string {
  400. if m != nil {
  401. return m.Vector
  402. }
  403. return nil
  404. }
  405. func (m *TestUTF8) GetField() string {
  406. if x, ok := m.GetOneof().(*TestUTF8_Field); ok {
  407. return x.Field
  408. }
  409. return ""
  410. }
  411. func (m *TestUTF8) GetMapKey() map[string]int64 {
  412. if m != nil {
  413. return m.MapKey
  414. }
  415. return nil
  416. }
  417. func (m *TestUTF8) GetMapValue() map[int64]string {
  418. if m != nil {
  419. return m.MapValue
  420. }
  421. return nil
  422. }
  423. // XXX_OneofFuncs is for the internal use of the proto package.
  424. func (*TestUTF8) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) {
  425. return _TestUTF8_OneofMarshaler, _TestUTF8_OneofUnmarshaler, _TestUTF8_OneofSizer, []interface{}{
  426. (*TestUTF8_Field)(nil),
  427. }
  428. }
  429. func _TestUTF8_OneofMarshaler(msg proto.Message, b *proto.Buffer) error {
  430. m := msg.(*TestUTF8)
  431. // oneof
  432. switch x := m.Oneof.(type) {
  433. case *TestUTF8_Field:
  434. b.EncodeVarint(3<<3 | proto.WireBytes)
  435. b.EncodeStringBytes(x.Field)
  436. case nil:
  437. default:
  438. return fmt.Errorf("TestUTF8.Oneof has unexpected type %T", x)
  439. }
  440. return nil
  441. }
  442. func _TestUTF8_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) {
  443. m := msg.(*TestUTF8)
  444. switch tag {
  445. case 3: // oneof.field
  446. if wire != proto.WireBytes {
  447. return true, proto.ErrInternalBadWireType
  448. }
  449. x, err := b.DecodeStringBytes()
  450. m.Oneof = &TestUTF8_Field{x}
  451. return true, err
  452. default:
  453. return false, nil
  454. }
  455. }
  456. func _TestUTF8_OneofSizer(msg proto.Message) (n int) {
  457. m := msg.(*TestUTF8)
  458. // oneof
  459. switch x := m.Oneof.(type) {
  460. case *TestUTF8_Field:
  461. n += 1 // tag and wire
  462. n += proto.SizeVarint(uint64(len(x.Field)))
  463. n += len(x.Field)
  464. case nil:
  465. default:
  466. panic(fmt.Sprintf("proto: unexpected type %T in oneof", x))
  467. }
  468. return n
  469. }
  470. func init() {
  471. proto.RegisterType((*Message)(nil), "proto3_proto.Message")
  472. proto.RegisterMapType((map[string]*test_proto.SubDefaults)(nil), "proto3_proto.Message.Proto2ValueEntry")
  473. proto.RegisterMapType((map[string]string)(nil), "proto3_proto.Message.StringMapEntry")
  474. proto.RegisterMapType((map[string]*Nested)(nil), "proto3_proto.Message.TerrainEntry")
  475. proto.RegisterType((*Nested)(nil), "proto3_proto.Nested")
  476. proto.RegisterType((*MessageWithMap)(nil), "proto3_proto.MessageWithMap")
  477. proto.RegisterMapType((map[bool][]byte)(nil), "proto3_proto.MessageWithMap.ByteMappingEntry")
  478. proto.RegisterType((*IntMap)(nil), "proto3_proto.IntMap")
  479. proto.RegisterMapType((map[int32]int32)(nil), "proto3_proto.IntMap.RttEntry")
  480. proto.RegisterType((*IntMaps)(nil), "proto3_proto.IntMaps")
  481. proto.RegisterType((*TestUTF8)(nil), "proto3_proto.TestUTF8")
  482. proto.RegisterMapType((map[string]int64)(nil), "proto3_proto.TestUTF8.MapKeyEntry")
  483. proto.RegisterMapType((map[int64]string)(nil), "proto3_proto.TestUTF8.MapValueEntry")
  484. proto.RegisterEnum("proto3_proto.Message_Humour", Message_Humour_name, Message_Humour_value)
  485. }
  486. func init() { proto.RegisterFile("proto3_proto/proto3.proto", fileDescriptor_proto3_78ae00cd7e6e5e35) }
  487. var fileDescriptor_proto3_78ae00cd7e6e5e35 = []byte{
  488. // 896 bytes of a gzipped FileDescriptorProto
  489. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0x6f, 0x6f, 0xdb, 0xb6,
  490. 0x13, 0xae, 0x2c, 0xff, 0x91, 0xcf, 0x76, 0xea, 0x1f, 0x7f, 0x6e, 0xc7, 0x7a, 0x1b, 0xa0, 0x79,
  491. 0xc3, 0x20, 0x0c, 0xab, 0xb2, 0xb9, 0xc8, 0x90, 0xb5, 0xc5, 0x86, 0x24, 0x6b, 0x50, 0x23, 0xb1,
  492. 0x67, 0xd0, 0xce, 0x82, 0xbd, 0x12, 0x68, 0x87, 0xb6, 0x85, 0x59, 0x94, 0x27, 0x52, 0x05, 0xf4,
  493. 0x05, 0xf6, 0x41, 0xf6, 0x95, 0xf6, 0x85, 0x06, 0x92, 0x72, 0x2a, 0x17, 0xea, 0xf2, 0x4a, 0xbc,
  494. 0x47, 0xcf, 0xdd, 0x73, 0xbc, 0x3b, 0x1e, 0x3c, 0xdb, 0x25, 0xb1, 0x8c, 0x5f, 0x04, 0xfa, 0x73,
  495. 0x6c, 0x0c, 0x5f, 0x7f, 0x50, 0xbb, 0xf8, 0xab, 0xff, 0x6c, 0x1d, 0xc7, 0xeb, 0x2d, 0x33, 0x94,
  496. 0x45, 0xba, 0x3a, 0xa6, 0x3c, 0x33, 0xc4, 0xfe, 0x13, 0xc9, 0x84, 0xcc, 0x23, 0xa8, 0xa3, 0x81,
  497. 0x07, 0x7f, 0x35, 0xa1, 0x31, 0x66, 0x42, 0xd0, 0x35, 0x43, 0x08, 0xaa, 0x9c, 0x46, 0x0c, 0x5b,
  498. 0xae, 0xe5, 0x35, 0x89, 0x3e, 0xa3, 0x53, 0x70, 0x36, 0xe1, 0x96, 0x26, 0xa1, 0xcc, 0x70, 0xc5,
  499. 0xb5, 0xbc, 0xa3, 0xe1, 0x67, 0x7e, 0x51, 0xd2, 0xcf, 0x9d, 0xfd, 0xb7, 0x69, 0x14, 0xa7, 0x09,
  500. 0xb9, 0x67, 0x23, 0x17, 0xda, 0x1b, 0x16, 0xae, 0x37, 0x32, 0x08, 0x79, 0xb0, 0x8c, 0xb0, 0xed,
  501. 0x5a, 0x5e, 0x87, 0x80, 0xc1, 0x46, 0xfc, 0x22, 0x52, 0x7a, 0x77, 0x54, 0x52, 0x5c, 0x75, 0x2d,
  502. 0xaf, 0x4d, 0xf4, 0x19, 0x7d, 0x01, 0xed, 0x84, 0x89, 0x74, 0x2b, 0x83, 0x65, 0x9c, 0x72, 0x89,
  503. 0x1b, 0xae, 0xe5, 0xd9, 0xa4, 0x65, 0xb0, 0x0b, 0x05, 0xa1, 0x2f, 0xa1, 0x23, 0x93, 0x94, 0x05,
  504. 0x62, 0x19, 0x4b, 0x11, 0x51, 0x8e, 0x1d, 0xd7, 0xf2, 0x1c, 0xd2, 0x56, 0xe0, 0x2c, 0xc7, 0x50,
  505. 0x0f, 0x6a, 0x62, 0x19, 0x27, 0x0c, 0x37, 0x5d, 0xcb, 0xab, 0x10, 0x63, 0xa0, 0x2e, 0xd8, 0x7f,
  506. 0xb0, 0x0c, 0xd7, 0x5c, 0xdb, 0xab, 0x12, 0x75, 0x44, 0x9f, 0x42, 0x53, 0x6c, 0xe2, 0x44, 0x06,
  507. 0x0a, 0xff, 0xbf, 0x6b, 0x7b, 0x35, 0xe2, 0x68, 0xe0, 0x8a, 0x65, 0xe8, 0x5b, 0xa8, 0x73, 0x26,
  508. 0x24, 0xbb, 0xc3, 0x75, 0xd7, 0xf2, 0x5a, 0xc3, 0xde, 0xe1, 0xd5, 0x27, 0xfa, 0x1f, 0xc9, 0x39,
  509. 0xe8, 0x04, 0x1a, 0x49, 0xb0, 0x4a, 0x39, 0xcf, 0x70, 0xd7, 0xb5, 0x1f, 0xac, 0x54, 0x3d, 0xb9,
  510. 0x54, 0x5c, 0xf4, 0x1a, 0x1a, 0x92, 0x25, 0x09, 0x0d, 0x39, 0x06, 0xd7, 0xf6, 0x5a, 0xc3, 0x41,
  511. 0xb9, 0xdb, 0xdc, 0x90, 0xde, 0x70, 0x99, 0x64, 0x64, 0xef, 0x82, 0x5e, 0x82, 0x99, 0x80, 0x61,
  512. 0xb0, 0x0a, 0xd9, 0xf6, 0x0e, 0xb7, 0x74, 0xa2, 0x9f, 0xf8, 0xef, 0xbb, 0xed, 0xcf, 0xd2, 0xc5,
  513. 0x2f, 0x6c, 0x45, 0xd3, 0xad, 0x14, 0xa4, 0x65, 0xc8, 0x97, 0x8a, 0x8b, 0x46, 0xf7, 0xbe, 0xef,
  514. 0xe8, 0x36, 0x65, 0xb8, 0xa3, 0xe5, 0xbf, 0x2e, 0x97, 0x9f, 0x6a, 0xe6, 0x6f, 0x8a, 0x68, 0x52,
  515. 0xc8, 0x43, 0x69, 0x04, 0x7d, 0x07, 0x0e, 0xe5, 0x99, 0xdc, 0x84, 0x7c, 0x8d, 0x8f, 0xf2, 0x5a,
  516. 0x99, 0x59, 0xf4, 0xf7, 0xb3, 0xe8, 0x9f, 0xf1, 0x8c, 0xdc, 0xb3, 0xd0, 0x09, 0xb4, 0x22, 0xca,
  517. 0xb3, 0x40, 0x5b, 0x02, 0x3f, 0xd6, 0xda, 0xe5, 0x4e, 0xa0, 0x88, 0x73, 0xcd, 0x43, 0x27, 0x00,
  518. 0x22, 0x5d, 0x44, 0x26, 0x29, 0xfc, 0x3f, 0x2d, 0xf5, 0xa4, 0x34, 0x63, 0x52, 0x20, 0xa2, 0xef,
  519. 0xc1, 0x59, 0x6e, 0xc2, 0xed, 0x5d, 0xc2, 0x38, 0x46, 0x5a, 0xea, 0x23, 0x4e, 0xf7, 0x34, 0x74,
  520. 0x01, 0x20, 0x64, 0x12, 0xf2, 0x75, 0x10, 0xd1, 0x1d, 0xee, 0x69, 0xa7, 0xaf, 0xca, 0x6b, 0x33,
  521. 0xd3, 0xbc, 0x31, 0xdd, 0x99, 0xca, 0x34, 0xc5, 0xde, 0xee, 0x4f, 0xa1, 0x5d, 0xec, 0xdb, 0x7e,
  522. 0x00, 0xcd, 0x0b, 0xd3, 0x03, 0xf8, 0x0d, 0xd4, 0x4c, 0xf5, 0x2b, 0xff, 0x31, 0x62, 0x86, 0xf2,
  523. 0xb2, 0x72, 0x6a, 0xf5, 0x6f, 0xa1, 0xfb, 0x61, 0x2b, 0x4a, 0xa2, 0x3e, 0x3f, 0x8c, 0xfa, 0xd1,
  524. 0x79, 0x28, 0x04, 0x7e, 0x0d, 0x47, 0x87, 0xf7, 0x28, 0x09, 0xdb, 0x2b, 0x86, 0x6d, 0x16, 0xbc,
  525. 0x07, 0x3f, 0x43, 0xdd, 0xcc, 0x35, 0x6a, 0x41, 0xe3, 0x66, 0x72, 0x35, 0xf9, 0xf5, 0x76, 0xd2,
  526. 0x7d, 0x84, 0x1c, 0xa8, 0x4e, 0x6f, 0x26, 0xb3, 0xae, 0x85, 0x3a, 0xd0, 0x9c, 0x5d, 0x9f, 0x4d,
  527. 0x67, 0xf3, 0xd1, 0xc5, 0x55, 0xb7, 0x82, 0x1e, 0x43, 0xeb, 0x7c, 0x74, 0x7d, 0x1d, 0x9c, 0x9f,
  528. 0x8d, 0xae, 0xdf, 0xfc, 0xde, 0xb5, 0x07, 0x43, 0xa8, 0x9b, 0xcb, 0x2a, 0x91, 0x85, 0x7e, 0x45,
  529. 0x46, 0xd8, 0x18, 0x6a, 0x59, 0x2c, 0x53, 0x69, 0x94, 0x1d, 0xa2, 0xcf, 0x83, 0xbf, 0x2d, 0x38,
  530. 0xca, 0x7b, 0x70, 0x1b, 0xca, 0xcd, 0x98, 0xee, 0xd0, 0x14, 0xda, 0x8b, 0x4c, 0x32, 0xd5, 0xb3,
  531. 0x9d, 0x1a, 0x46, 0x4b, 0xf7, 0xed, 0x79, 0x69, 0xdf, 0x72, 0x1f, 0xff, 0x3c, 0x93, 0x6c, 0x6c,
  532. 0xf8, 0xf9, 0x68, 0x2f, 0xde, 0x23, 0xfd, 0x9f, 0xa0, 0xfb, 0x21, 0xa1, 0x58, 0x19, 0xa7, 0xa4,
  533. 0x32, 0xed, 0x62, 0x65, 0xfe, 0x84, 0xfa, 0x88, 0x4b, 0x95, 0xdb, 0x31, 0xd8, 0x89, 0x94, 0x79,
  534. 0x4a, 0x9f, 0x1f, 0xa6, 0x64, 0x28, 0x3e, 0x91, 0xd2, 0xa4, 0xa0, 0x98, 0xfd, 0x1f, 0xc0, 0xd9,
  535. 0x03, 0x45, 0xc9, 0x5a, 0x89, 0x64, 0xad, 0x28, 0xf9, 0x02, 0x1a, 0x26, 0x9e, 0x40, 0x1e, 0x54,
  536. 0x23, 0xba, 0x13, 0xb9, 0x68, 0xaf, 0x4c, 0x94, 0x68, 0xc6, 0xe0, 0x9f, 0x0a, 0x38, 0x73, 0x26,
  537. 0xe4, 0xcd, 0xfc, 0xf2, 0x14, 0x3d, 0x85, 0xba, 0x58, 0xd2, 0x2d, 0x4d, 0xf2, 0x26, 0xe4, 0x96,
  538. 0xc2, 0xdf, 0xb1, 0xa5, 0x8c, 0x13, 0x5c, 0x71, 0x6d, 0x85, 0x1b, 0x0b, 0x3d, 0x85, 0x9a, 0xd9,
  539. 0x3f, 0x6a, 0xcb, 0x37, 0xdf, 0x3e, 0x22, 0xc6, 0x44, 0xaf, 0xa0, 0x11, 0xd1, 0x9d, 0x5e, 0xae,
  540. 0xd5, 0xb2, 0xe5, 0xb6, 0x17, 0xf4, 0xc7, 0x74, 0x77, 0xc5, 0x32, 0x73, 0xf7, 0x7a, 0xa4, 0x0d,
  541. 0x74, 0x06, 0x4d, 0xe5, 0x6c, 0x2e, 0x59, 0x2b, 0x7b, 0x80, 0x45, 0xf7, 0xc2, 0x6a, 0x72, 0xa2,
  542. 0xdc, 0xec, 0xff, 0x08, 0xad, 0x42, 0xe4, 0x87, 0x26, 0xda, 0x2e, 0xbe, 0x87, 0x57, 0xd0, 0x39,
  543. 0x88, 0x5a, 0x74, 0xb6, 0x1f, 0x78, 0x0e, 0xe7, 0x0d, 0xa8, 0xc5, 0x9c, 0xc5, 0xab, 0x45, 0xdd,
  544. 0xe4, 0xfb, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xeb, 0x74, 0x17, 0x7f, 0xc3, 0x07, 0x00, 0x00,
  545. }