proto3.pb.go 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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_e706e4ff19a5dbea, []int{0, 0}
  42. }
  43. type Message struct {
  44. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
  45. Hilarity Message_Humour `protobuf:"varint,2,opt,name=hilarity,enum=proto3_proto.Message_Humour" json:"hilarity,omitempty"`
  46. HeightInCm uint32 `protobuf:"varint,3,opt,name=height_in_cm,json=heightInCm" 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" json:"result_count,omitempty"`
  49. TrueScotsman bool `protobuf:"varint,8,opt,name=true_scotsman,json=trueScotsman" json:"true_scotsman,omitempty"`
  50. Score float32 `protobuf:"fixed32,9,opt,name=score" json:"score,omitempty"`
  51. Key []uint64 `protobuf:"varint,5,rep,packed,name=key" json:"key,omitempty"`
  52. ShortKey []int32 `protobuf:"varint,19,rep,packed,name=short_key,json=shortKey" json:"short_key,omitempty"`
  53. Nested *Nested `protobuf:"bytes,6,opt,name=nested" json:"nested,omitempty"`
  54. RFunny []Message_Humour `protobuf:"varint,16,rep,packed,name=r_funny,json=rFunny,enum=proto3_proto.Message_Humour" json:"r_funny,omitempty"`
  55. Terrain map[string]*Nested `protobuf:"bytes,10,rep,name=terrain" json:"terrain,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
  56. Proto2Field *test_proto.SubDefaults `protobuf:"bytes,11,opt,name=proto2_field,json=proto2Field" json:"proto2_field,omitempty"`
  57. Proto2Value map[string]*test_proto.SubDefaults `protobuf:"bytes,13,rep,name=proto2_value,json=proto2Value" json:"proto2_value,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
  58. Anything *any.Any `protobuf:"bytes,14,opt,name=anything" json:"anything,omitempty"`
  59. ManyThings []*any.Any `protobuf:"bytes,15,rep,name=many_things,json=manyThings" json:"many_things,omitempty"`
  60. Submessage *Message `protobuf:"bytes,17,opt,name=submessage" json:"submessage,omitempty"`
  61. Children []*Message `protobuf:"bytes,18,rep,name=children" json:"children,omitempty"`
  62. StringMap map[string]string `protobuf:"bytes,20,rep,name=string_map,json=stringMap" json:"string_map,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
  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_e706e4ff19a5dbea, []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" json:"bunny,omitempty"`
  205. Cute bool `protobuf:"varint,2,opt,name=cute" 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_e706e4ff19a5dbea, []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" json:"byte_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" 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_e706e4ff19a5dbea, []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" json:"rtt,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
  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_e706e4ff19a5dbea, []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" 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_e706e4ff19a5dbea, []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. func init() {
  347. proto.RegisterType((*Message)(nil), "proto3_proto.Message")
  348. proto.RegisterMapType((map[string]*test_proto.SubDefaults)(nil), "proto3_proto.Message.Proto2ValueEntry")
  349. proto.RegisterMapType((map[string]string)(nil), "proto3_proto.Message.StringMapEntry")
  350. proto.RegisterMapType((map[string]*Nested)(nil), "proto3_proto.Message.TerrainEntry")
  351. proto.RegisterType((*Nested)(nil), "proto3_proto.Nested")
  352. proto.RegisterType((*MessageWithMap)(nil), "proto3_proto.MessageWithMap")
  353. proto.RegisterMapType((map[bool][]byte)(nil), "proto3_proto.MessageWithMap.ByteMappingEntry")
  354. proto.RegisterType((*IntMap)(nil), "proto3_proto.IntMap")
  355. proto.RegisterMapType((map[int32]int32)(nil), "proto3_proto.IntMap.RttEntry")
  356. proto.RegisterType((*IntMaps)(nil), "proto3_proto.IntMaps")
  357. proto.RegisterEnum("proto3_proto.Message_Humour", Message_Humour_name, Message_Humour_value)
  358. }
  359. func init() { proto.RegisterFile("proto3_proto/proto3.proto", fileDescriptor_proto3_e706e4ff19a5dbea) }
  360. var fileDescriptor_proto3_e706e4ff19a5dbea = []byte{
  361. // 774 bytes of a gzipped FileDescriptorProto
  362. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0x6f, 0x8f, 0xdb, 0x44,
  363. 0x10, 0xc6, 0x71, 0x9c, 0x3f, 0xce, 0xd8, 0x77, 0x35, 0x4b, 0x2a, 0xb6, 0x01, 0x24, 0x13, 0x10,
  364. 0xb2, 0x10, 0xf5, 0x41, 0xaa, 0x43, 0x55, 0x55, 0x81, 0xee, 0x8e, 0x56, 0x44, 0x77, 0x17, 0xa2,
  365. 0xcd, 0x95, 0x13, 0xaf, 0xac, 0x4d, 0x6e, 0x93, 0x58, 0xc4, 0xeb, 0xe0, 0x5d, 0x23, 0xf9, 0x0b,
  366. 0xf0, 0x41, 0xf8, 0xa4, 0x68, 0x77, 0x9d, 0xd4, 0xa9, 0x5c, 0xfa, 0x2a, 0xbb, 0x8f, 0x7f, 0x33,
  367. 0xcf, 0x78, 0x66, 0x1c, 0x78, 0xb2, 0xcb, 0x33, 0x99, 0x3d, 0x8b, 0xf5, 0xcf, 0x99, 0xb9, 0x44,
  368. 0xfa, 0x07, 0x79, 0xf5, 0x47, 0xc3, 0x27, 0xeb, 0x2c, 0x5b, 0x6f, 0x99, 0x41, 0x16, 0xc5, 0xea,
  369. 0x8c, 0xf2, 0xd2, 0x80, 0xc3, 0xc7, 0x92, 0x09, 0x59, 0x65, 0x50, 0x47, 0x23, 0x8f, 0xfe, 0xe9,
  370. 0x43, 0xef, 0x96, 0x09, 0x41, 0xd7, 0x0c, 0x21, 0x68, 0x73, 0x9a, 0x32, 0x6c, 0x05, 0x56, 0xd8,
  371. 0x27, 0xfa, 0x8c, 0x9e, 0x83, 0xb3, 0x49, 0xb6, 0x34, 0x4f, 0x64, 0x89, 0x5b, 0x81, 0x15, 0x9e,
  372. 0x8e, 0x3f, 0x8f, 0xea, 0x96, 0x51, 0x15, 0x1c, 0xfd, 0x5a, 0xa4, 0x59, 0x91, 0x93, 0x03, 0x8d,
  373. 0x02, 0xf0, 0x36, 0x2c, 0x59, 0x6f, 0x64, 0x9c, 0xf0, 0x78, 0x99, 0x62, 0x3b, 0xb0, 0xc2, 0x13,
  374. 0x02, 0x46, 0x9b, 0xf0, 0xab, 0x54, 0xf9, 0x3d, 0x50, 0x49, 0x71, 0x3b, 0xb0, 0x42, 0x8f, 0xe8,
  375. 0x33, 0xfa, 0x12, 0xbc, 0x9c, 0x89, 0x62, 0x2b, 0xe3, 0x65, 0x56, 0x70, 0x89, 0x7b, 0x81, 0x15,
  376. 0xda, 0xc4, 0x35, 0xda, 0x95, 0x92, 0xd0, 0x57, 0x70, 0x22, 0xf3, 0x82, 0xc5, 0x62, 0x99, 0x49,
  377. 0x91, 0x52, 0x8e, 0x9d, 0xc0, 0x0a, 0x1d, 0xe2, 0x29, 0x71, 0x5e, 0x69, 0x68, 0x00, 0x1d, 0xb1,
  378. 0xcc, 0x72, 0x86, 0xfb, 0x81, 0x15, 0xb6, 0x88, 0xb9, 0x20, 0x1f, 0xec, 0x3f, 0x59, 0x89, 0x3b,
  379. 0x81, 0x1d, 0xb6, 0x89, 0x3a, 0xa2, 0xcf, 0xa0, 0x2f, 0x36, 0x59, 0x2e, 0x63, 0xa5, 0x7f, 0x12,
  380. 0xd8, 0x61, 0x87, 0x38, 0x5a, 0xb8, 0x66, 0x25, 0xfa, 0x0e, 0xba, 0x9c, 0x09, 0xc9, 0x1e, 0x70,
  381. 0x37, 0xb0, 0x42, 0x77, 0x3c, 0x38, 0x7e, 0xf5, 0xa9, 0x7e, 0x46, 0x2a, 0x06, 0x9d, 0x43, 0x2f,
  382. 0x8f, 0x57, 0x05, 0xe7, 0x25, 0xf6, 0x03, 0xfb, 0x83, 0x9d, 0xea, 0xe6, 0xaf, 0x15, 0x8b, 0x5e,
  383. 0x42, 0x4f, 0xb2, 0x3c, 0xa7, 0x09, 0xc7, 0x10, 0xd8, 0xa1, 0x3b, 0x1e, 0x35, 0x87, 0xdd, 0x19,
  384. 0xe8, 0x15, 0x97, 0x79, 0x49, 0xf6, 0x21, 0xe8, 0x05, 0x98, 0x0d, 0x18, 0xc7, 0xab, 0x84, 0x6d,
  385. 0x1f, 0xb0, 0xab, 0x0b, 0xfd, 0x34, 0x7a, 0x3b, 0xed, 0x68, 0x5e, 0x2c, 0x7e, 0x61, 0x2b, 0x5a,
  386. 0x6c, 0xa5, 0x20, 0xae, 0x81, 0x5f, 0x2b, 0x16, 0x4d, 0x0e, 0xb1, 0x7f, 0xd3, 0x6d, 0xc1, 0xf0,
  387. 0x89, 0xb6, 0xff, 0xa6, 0xd9, 0x7e, 0xa6, 0xc9, 0xdf, 0x15, 0x68, 0x4a, 0xa8, 0x52, 0x69, 0x05,
  388. 0x7d, 0x0f, 0x0e, 0xe5, 0xa5, 0xdc, 0x24, 0x7c, 0x8d, 0x4f, 0xab, 0x5e, 0x99, 0x5d, 0x8c, 0xf6,
  389. 0xbb, 0x18, 0x5d, 0xf0, 0x92, 0x1c, 0x28, 0x74, 0x0e, 0x6e, 0x4a, 0x79, 0x19, 0xeb, 0x9b, 0xc0,
  390. 0x8f, 0xb4, 0x77, 0x73, 0x10, 0x28, 0xf0, 0x4e, 0x73, 0xe8, 0x1c, 0x40, 0x14, 0x8b, 0xd4, 0x14,
  391. 0x85, 0x3f, 0xd6, 0x56, 0x8f, 0x1b, 0x2b, 0x26, 0x35, 0x10, 0xfd, 0x00, 0xce, 0x72, 0x93, 0x6c,
  392. 0x1f, 0x72, 0xc6, 0x31, 0xd2, 0x56, 0xef, 0x09, 0x3a, 0x60, 0xe8, 0x0a, 0x40, 0xc8, 0x3c, 0xe1,
  393. 0xeb, 0x38, 0xa5, 0x3b, 0x3c, 0xd0, 0x41, 0x5f, 0x37, 0xf7, 0x66, 0xae, 0xb9, 0x5b, 0xba, 0x33,
  394. 0x9d, 0xe9, 0x8b, 0xfd, 0x7d, 0x38, 0x03, 0xaf, 0x3e, 0xb7, 0xfd, 0x02, 0x9a, 0x2f, 0x4c, 0x2f,
  395. 0xe0, 0xb7, 0xd0, 0x31, 0xdd, 0x6f, 0xfd, 0xcf, 0x8a, 0x19, 0xe4, 0x45, 0xeb, 0xb9, 0x35, 0xbc,
  396. 0x07, 0xff, 0xdd, 0x51, 0x34, 0x64, 0x7d, 0x7a, 0x9c, 0xf5, 0xbd, 0xfb, 0x50, 0x4b, 0xfc, 0x12,
  397. 0x4e, 0x8f, 0xdf, 0xa3, 0x21, 0xed, 0xa0, 0x9e, 0xb6, 0x5f, 0x8b, 0x1e, 0xfd, 0x0c, 0x5d, 0xb3,
  398. 0xd7, 0xc8, 0x85, 0xde, 0x9b, 0xe9, 0xf5, 0xf4, 0xb7, 0xfb, 0xa9, 0xff, 0x11, 0x72, 0xa0, 0x3d,
  399. 0x7b, 0x33, 0x9d, 0xfb, 0x16, 0x3a, 0x81, 0xfe, 0xfc, 0xe6, 0x62, 0x36, 0xbf, 0x9b, 0x5c, 0x5d,
  400. 0xfb, 0x2d, 0xf4, 0x08, 0xdc, 0xcb, 0xc9, 0xcd, 0x4d, 0x7c, 0x79, 0x31, 0xb9, 0x79, 0xf5, 0x87,
  401. 0x6f, 0x8f, 0xc6, 0xd0, 0x35, 0x2f, 0xab, 0x4c, 0x16, 0xfa, 0x2b, 0x32, 0xc6, 0xe6, 0xa2, 0xfe,
  402. 0x2c, 0x96, 0x85, 0x34, 0xce, 0x0e, 0xd1, 0xe7, 0xd1, 0xbf, 0x16, 0x9c, 0x56, 0x33, 0xb8, 0x4f,
  403. 0xe4, 0xe6, 0x96, 0xee, 0xd0, 0x0c, 0xbc, 0x45, 0x29, 0x99, 0x9a, 0xd9, 0x4e, 0x2d, 0xa3, 0xa5,
  404. 0xe7, 0xf6, 0xb4, 0x71, 0x6e, 0x55, 0x4c, 0x74, 0x59, 0x4a, 0x76, 0x6b, 0xf8, 0x6a, 0xb5, 0x17,
  405. 0x6f, 0x95, 0xe1, 0x4f, 0xe0, 0xbf, 0x0b, 0xd4, 0x3b, 0xe3, 0x34, 0x74, 0xc6, 0xab, 0x77, 0xe6,
  406. 0x2f, 0xe8, 0x4e, 0xb8, 0x54, 0xb5, 0x9d, 0x81, 0x9d, 0x4b, 0x59, 0x95, 0xf4, 0xc5, 0x71, 0x49,
  407. 0x06, 0x89, 0x88, 0x94, 0xa6, 0x04, 0x45, 0x0e, 0x7f, 0x04, 0x67, 0x2f, 0xd4, 0x2d, 0x3b, 0x0d,
  408. 0x96, 0x9d, 0xba, 0xe5, 0x33, 0xe8, 0x99, 0x7c, 0x02, 0x85, 0xd0, 0x4e, 0xe9, 0x4e, 0x54, 0xa6,
  409. 0x83, 0x26, 0x53, 0xa2, 0x89, 0x45, 0xd7, 0x3c, 0xfa, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x99, 0x24,
  410. 0x6b, 0x12, 0x6d, 0x06, 0x00, 0x00,
  411. }