選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

578 行
21 KiB

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