generated.pb.go 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696
  1. /*
  2. Copyright The Kubernetes Authors.
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. */
  13. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  14. // source: k8s.io/kubernetes/vendor/k8s.io/api/node/v1alpha1/generated.proto
  15. /*
  16. Package v1alpha1 is a generated protocol buffer package.
  17. It is generated from these files:
  18. k8s.io/kubernetes/vendor/k8s.io/api/node/v1alpha1/generated.proto
  19. It has these top-level messages:
  20. RuntimeClass
  21. RuntimeClassList
  22. RuntimeClassSpec
  23. */
  24. package v1alpha1
  25. import proto "github.com/gogo/protobuf/proto"
  26. import fmt "fmt"
  27. import math "math"
  28. import strings "strings"
  29. import reflect "reflect"
  30. import io "io"
  31. // Reference imports to suppress errors if they are not otherwise used.
  32. var _ = proto.Marshal
  33. var _ = fmt.Errorf
  34. var _ = math.Inf
  35. // This is a compile-time assertion to ensure that this generated file
  36. // is compatible with the proto package it is being compiled against.
  37. // A compilation error at this line likely means your copy of the
  38. // proto package needs to be updated.
  39. const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
  40. func (m *RuntimeClass) Reset() { *m = RuntimeClass{} }
  41. func (*RuntimeClass) ProtoMessage() {}
  42. func (*RuntimeClass) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{0} }
  43. func (m *RuntimeClassList) Reset() { *m = RuntimeClassList{} }
  44. func (*RuntimeClassList) ProtoMessage() {}
  45. func (*RuntimeClassList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{1} }
  46. func (m *RuntimeClassSpec) Reset() { *m = RuntimeClassSpec{} }
  47. func (*RuntimeClassSpec) ProtoMessage() {}
  48. func (*RuntimeClassSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{2} }
  49. func init() {
  50. proto.RegisterType((*RuntimeClass)(nil), "k8s.io.api.node.v1alpha1.RuntimeClass")
  51. proto.RegisterType((*RuntimeClassList)(nil), "k8s.io.api.node.v1alpha1.RuntimeClassList")
  52. proto.RegisterType((*RuntimeClassSpec)(nil), "k8s.io.api.node.v1alpha1.RuntimeClassSpec")
  53. }
  54. func (m *RuntimeClass) Marshal() (dAtA []byte, err error) {
  55. size := m.Size()
  56. dAtA = make([]byte, size)
  57. n, err := m.MarshalTo(dAtA)
  58. if err != nil {
  59. return nil, err
  60. }
  61. return dAtA[:n], nil
  62. }
  63. func (m *RuntimeClass) MarshalTo(dAtA []byte) (int, error) {
  64. var i int
  65. _ = i
  66. var l int
  67. _ = l
  68. dAtA[i] = 0xa
  69. i++
  70. i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size()))
  71. n1, err := m.ObjectMeta.MarshalTo(dAtA[i:])
  72. if err != nil {
  73. return 0, err
  74. }
  75. i += n1
  76. dAtA[i] = 0x12
  77. i++
  78. i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size()))
  79. n2, err := m.Spec.MarshalTo(dAtA[i:])
  80. if err != nil {
  81. return 0, err
  82. }
  83. i += n2
  84. return i, nil
  85. }
  86. func (m *RuntimeClassList) Marshal() (dAtA []byte, err error) {
  87. size := m.Size()
  88. dAtA = make([]byte, size)
  89. n, err := m.MarshalTo(dAtA)
  90. if err != nil {
  91. return nil, err
  92. }
  93. return dAtA[:n], nil
  94. }
  95. func (m *RuntimeClassList) MarshalTo(dAtA []byte) (int, error) {
  96. var i int
  97. _ = i
  98. var l int
  99. _ = l
  100. dAtA[i] = 0xa
  101. i++
  102. i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size()))
  103. n3, err := m.ListMeta.MarshalTo(dAtA[i:])
  104. if err != nil {
  105. return 0, err
  106. }
  107. i += n3
  108. if len(m.Items) > 0 {
  109. for _, msg := range m.Items {
  110. dAtA[i] = 0x12
  111. i++
  112. i = encodeVarintGenerated(dAtA, i, uint64(msg.Size()))
  113. n, err := msg.MarshalTo(dAtA[i:])
  114. if err != nil {
  115. return 0, err
  116. }
  117. i += n
  118. }
  119. }
  120. return i, nil
  121. }
  122. func (m *RuntimeClassSpec) Marshal() (dAtA []byte, err error) {
  123. size := m.Size()
  124. dAtA = make([]byte, size)
  125. n, err := m.MarshalTo(dAtA)
  126. if err != nil {
  127. return nil, err
  128. }
  129. return dAtA[:n], nil
  130. }
  131. func (m *RuntimeClassSpec) MarshalTo(dAtA []byte) (int, error) {
  132. var i int
  133. _ = i
  134. var l int
  135. _ = l
  136. dAtA[i] = 0xa
  137. i++
  138. i = encodeVarintGenerated(dAtA, i, uint64(len(m.RuntimeHandler)))
  139. i += copy(dAtA[i:], m.RuntimeHandler)
  140. return i, nil
  141. }
  142. func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
  143. for v >= 1<<7 {
  144. dAtA[offset] = uint8(v&0x7f | 0x80)
  145. v >>= 7
  146. offset++
  147. }
  148. dAtA[offset] = uint8(v)
  149. return offset + 1
  150. }
  151. func (m *RuntimeClass) Size() (n int) {
  152. var l int
  153. _ = l
  154. l = m.ObjectMeta.Size()
  155. n += 1 + l + sovGenerated(uint64(l))
  156. l = m.Spec.Size()
  157. n += 1 + l + sovGenerated(uint64(l))
  158. return n
  159. }
  160. func (m *RuntimeClassList) Size() (n int) {
  161. var l int
  162. _ = l
  163. l = m.ListMeta.Size()
  164. n += 1 + l + sovGenerated(uint64(l))
  165. if len(m.Items) > 0 {
  166. for _, e := range m.Items {
  167. l = e.Size()
  168. n += 1 + l + sovGenerated(uint64(l))
  169. }
  170. }
  171. return n
  172. }
  173. func (m *RuntimeClassSpec) Size() (n int) {
  174. var l int
  175. _ = l
  176. l = len(m.RuntimeHandler)
  177. n += 1 + l + sovGenerated(uint64(l))
  178. return n
  179. }
  180. func sovGenerated(x uint64) (n int) {
  181. for {
  182. n++
  183. x >>= 7
  184. if x == 0 {
  185. break
  186. }
  187. }
  188. return n
  189. }
  190. func sozGenerated(x uint64) (n int) {
  191. return sovGenerated(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  192. }
  193. func (this *RuntimeClass) String() string {
  194. if this == nil {
  195. return "nil"
  196. }
  197. s := strings.Join([]string{`&RuntimeClass{`,
  198. `ObjectMeta:` + strings.Replace(strings.Replace(this.ObjectMeta.String(), "ObjectMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
  199. `Spec:` + strings.Replace(strings.Replace(this.Spec.String(), "RuntimeClassSpec", "RuntimeClassSpec", 1), `&`, ``, 1) + `,`,
  200. `}`,
  201. }, "")
  202. return s
  203. }
  204. func (this *RuntimeClassList) String() string {
  205. if this == nil {
  206. return "nil"
  207. }
  208. s := strings.Join([]string{`&RuntimeClassList{`,
  209. `ListMeta:` + strings.Replace(strings.Replace(this.ListMeta.String(), "ListMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta", 1), `&`, ``, 1) + `,`,
  210. `Items:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Items), "RuntimeClass", "RuntimeClass", 1), `&`, ``, 1) + `,`,
  211. `}`,
  212. }, "")
  213. return s
  214. }
  215. func (this *RuntimeClassSpec) String() string {
  216. if this == nil {
  217. return "nil"
  218. }
  219. s := strings.Join([]string{`&RuntimeClassSpec{`,
  220. `RuntimeHandler:` + fmt.Sprintf("%v", this.RuntimeHandler) + `,`,
  221. `}`,
  222. }, "")
  223. return s
  224. }
  225. func valueToStringGenerated(v interface{}) string {
  226. rv := reflect.ValueOf(v)
  227. if rv.IsNil() {
  228. return "nil"
  229. }
  230. pv := reflect.Indirect(rv).Interface()
  231. return fmt.Sprintf("*%v", pv)
  232. }
  233. func (m *RuntimeClass) Unmarshal(dAtA []byte) error {
  234. l := len(dAtA)
  235. iNdEx := 0
  236. for iNdEx < l {
  237. preIndex := iNdEx
  238. var wire uint64
  239. for shift := uint(0); ; shift += 7 {
  240. if shift >= 64 {
  241. return ErrIntOverflowGenerated
  242. }
  243. if iNdEx >= l {
  244. return io.ErrUnexpectedEOF
  245. }
  246. b := dAtA[iNdEx]
  247. iNdEx++
  248. wire |= (uint64(b) & 0x7F) << shift
  249. if b < 0x80 {
  250. break
  251. }
  252. }
  253. fieldNum := int32(wire >> 3)
  254. wireType := int(wire & 0x7)
  255. if wireType == 4 {
  256. return fmt.Errorf("proto: RuntimeClass: wiretype end group for non-group")
  257. }
  258. if fieldNum <= 0 {
  259. return fmt.Errorf("proto: RuntimeClass: illegal tag %d (wire type %d)", fieldNum, wire)
  260. }
  261. switch fieldNum {
  262. case 1:
  263. if wireType != 2 {
  264. return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType)
  265. }
  266. var msglen int
  267. for shift := uint(0); ; shift += 7 {
  268. if shift >= 64 {
  269. return ErrIntOverflowGenerated
  270. }
  271. if iNdEx >= l {
  272. return io.ErrUnexpectedEOF
  273. }
  274. b := dAtA[iNdEx]
  275. iNdEx++
  276. msglen |= (int(b) & 0x7F) << shift
  277. if b < 0x80 {
  278. break
  279. }
  280. }
  281. if msglen < 0 {
  282. return ErrInvalidLengthGenerated
  283. }
  284. postIndex := iNdEx + msglen
  285. if postIndex > l {
  286. return io.ErrUnexpectedEOF
  287. }
  288. if err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  289. return err
  290. }
  291. iNdEx = postIndex
  292. case 2:
  293. if wireType != 2 {
  294. return fmt.Errorf("proto: wrong wireType = %d for field Spec", wireType)
  295. }
  296. var msglen int
  297. for shift := uint(0); ; shift += 7 {
  298. if shift >= 64 {
  299. return ErrIntOverflowGenerated
  300. }
  301. if iNdEx >= l {
  302. return io.ErrUnexpectedEOF
  303. }
  304. b := dAtA[iNdEx]
  305. iNdEx++
  306. msglen |= (int(b) & 0x7F) << shift
  307. if b < 0x80 {
  308. break
  309. }
  310. }
  311. if msglen < 0 {
  312. return ErrInvalidLengthGenerated
  313. }
  314. postIndex := iNdEx + msglen
  315. if postIndex > l {
  316. return io.ErrUnexpectedEOF
  317. }
  318. if err := m.Spec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  319. return err
  320. }
  321. iNdEx = postIndex
  322. default:
  323. iNdEx = preIndex
  324. skippy, err := skipGenerated(dAtA[iNdEx:])
  325. if err != nil {
  326. return err
  327. }
  328. if skippy < 0 {
  329. return ErrInvalidLengthGenerated
  330. }
  331. if (iNdEx + skippy) > l {
  332. return io.ErrUnexpectedEOF
  333. }
  334. iNdEx += skippy
  335. }
  336. }
  337. if iNdEx > l {
  338. return io.ErrUnexpectedEOF
  339. }
  340. return nil
  341. }
  342. func (m *RuntimeClassList) Unmarshal(dAtA []byte) error {
  343. l := len(dAtA)
  344. iNdEx := 0
  345. for iNdEx < l {
  346. preIndex := iNdEx
  347. var wire uint64
  348. for shift := uint(0); ; shift += 7 {
  349. if shift >= 64 {
  350. return ErrIntOverflowGenerated
  351. }
  352. if iNdEx >= l {
  353. return io.ErrUnexpectedEOF
  354. }
  355. b := dAtA[iNdEx]
  356. iNdEx++
  357. wire |= (uint64(b) & 0x7F) << shift
  358. if b < 0x80 {
  359. break
  360. }
  361. }
  362. fieldNum := int32(wire >> 3)
  363. wireType := int(wire & 0x7)
  364. if wireType == 4 {
  365. return fmt.Errorf("proto: RuntimeClassList: wiretype end group for non-group")
  366. }
  367. if fieldNum <= 0 {
  368. return fmt.Errorf("proto: RuntimeClassList: illegal tag %d (wire type %d)", fieldNum, wire)
  369. }
  370. switch fieldNum {
  371. case 1:
  372. if wireType != 2 {
  373. return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", wireType)
  374. }
  375. var msglen int
  376. for shift := uint(0); ; shift += 7 {
  377. if shift >= 64 {
  378. return ErrIntOverflowGenerated
  379. }
  380. if iNdEx >= l {
  381. return io.ErrUnexpectedEOF
  382. }
  383. b := dAtA[iNdEx]
  384. iNdEx++
  385. msglen |= (int(b) & 0x7F) << shift
  386. if b < 0x80 {
  387. break
  388. }
  389. }
  390. if msglen < 0 {
  391. return ErrInvalidLengthGenerated
  392. }
  393. postIndex := iNdEx + msglen
  394. if postIndex > l {
  395. return io.ErrUnexpectedEOF
  396. }
  397. if err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  398. return err
  399. }
  400. iNdEx = postIndex
  401. case 2:
  402. if wireType != 2 {
  403. return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType)
  404. }
  405. var msglen int
  406. for shift := uint(0); ; shift += 7 {
  407. if shift >= 64 {
  408. return ErrIntOverflowGenerated
  409. }
  410. if iNdEx >= l {
  411. return io.ErrUnexpectedEOF
  412. }
  413. b := dAtA[iNdEx]
  414. iNdEx++
  415. msglen |= (int(b) & 0x7F) << shift
  416. if b < 0x80 {
  417. break
  418. }
  419. }
  420. if msglen < 0 {
  421. return ErrInvalidLengthGenerated
  422. }
  423. postIndex := iNdEx + msglen
  424. if postIndex > l {
  425. return io.ErrUnexpectedEOF
  426. }
  427. m.Items = append(m.Items, RuntimeClass{})
  428. if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  429. return err
  430. }
  431. iNdEx = postIndex
  432. default:
  433. iNdEx = preIndex
  434. skippy, err := skipGenerated(dAtA[iNdEx:])
  435. if err != nil {
  436. return err
  437. }
  438. if skippy < 0 {
  439. return ErrInvalidLengthGenerated
  440. }
  441. if (iNdEx + skippy) > l {
  442. return io.ErrUnexpectedEOF
  443. }
  444. iNdEx += skippy
  445. }
  446. }
  447. if iNdEx > l {
  448. return io.ErrUnexpectedEOF
  449. }
  450. return nil
  451. }
  452. func (m *RuntimeClassSpec) Unmarshal(dAtA []byte) error {
  453. l := len(dAtA)
  454. iNdEx := 0
  455. for iNdEx < l {
  456. preIndex := iNdEx
  457. var wire uint64
  458. for shift := uint(0); ; shift += 7 {
  459. if shift >= 64 {
  460. return ErrIntOverflowGenerated
  461. }
  462. if iNdEx >= l {
  463. return io.ErrUnexpectedEOF
  464. }
  465. b := dAtA[iNdEx]
  466. iNdEx++
  467. wire |= (uint64(b) & 0x7F) << shift
  468. if b < 0x80 {
  469. break
  470. }
  471. }
  472. fieldNum := int32(wire >> 3)
  473. wireType := int(wire & 0x7)
  474. if wireType == 4 {
  475. return fmt.Errorf("proto: RuntimeClassSpec: wiretype end group for non-group")
  476. }
  477. if fieldNum <= 0 {
  478. return fmt.Errorf("proto: RuntimeClassSpec: illegal tag %d (wire type %d)", fieldNum, wire)
  479. }
  480. switch fieldNum {
  481. case 1:
  482. if wireType != 2 {
  483. return fmt.Errorf("proto: wrong wireType = %d for field RuntimeHandler", wireType)
  484. }
  485. var stringLen uint64
  486. for shift := uint(0); ; shift += 7 {
  487. if shift >= 64 {
  488. return ErrIntOverflowGenerated
  489. }
  490. if iNdEx >= l {
  491. return io.ErrUnexpectedEOF
  492. }
  493. b := dAtA[iNdEx]
  494. iNdEx++
  495. stringLen |= (uint64(b) & 0x7F) << shift
  496. if b < 0x80 {
  497. break
  498. }
  499. }
  500. intStringLen := int(stringLen)
  501. if intStringLen < 0 {
  502. return ErrInvalidLengthGenerated
  503. }
  504. postIndex := iNdEx + intStringLen
  505. if postIndex > l {
  506. return io.ErrUnexpectedEOF
  507. }
  508. m.RuntimeHandler = string(dAtA[iNdEx:postIndex])
  509. iNdEx = postIndex
  510. default:
  511. iNdEx = preIndex
  512. skippy, err := skipGenerated(dAtA[iNdEx:])
  513. if err != nil {
  514. return err
  515. }
  516. if skippy < 0 {
  517. return ErrInvalidLengthGenerated
  518. }
  519. if (iNdEx + skippy) > l {
  520. return io.ErrUnexpectedEOF
  521. }
  522. iNdEx += skippy
  523. }
  524. }
  525. if iNdEx > l {
  526. return io.ErrUnexpectedEOF
  527. }
  528. return nil
  529. }
  530. func skipGenerated(dAtA []byte) (n int, err error) {
  531. l := len(dAtA)
  532. iNdEx := 0
  533. for iNdEx < l {
  534. var wire uint64
  535. for shift := uint(0); ; shift += 7 {
  536. if shift >= 64 {
  537. return 0, ErrIntOverflowGenerated
  538. }
  539. if iNdEx >= l {
  540. return 0, io.ErrUnexpectedEOF
  541. }
  542. b := dAtA[iNdEx]
  543. iNdEx++
  544. wire |= (uint64(b) & 0x7F) << shift
  545. if b < 0x80 {
  546. break
  547. }
  548. }
  549. wireType := int(wire & 0x7)
  550. switch wireType {
  551. case 0:
  552. for shift := uint(0); ; shift += 7 {
  553. if shift >= 64 {
  554. return 0, ErrIntOverflowGenerated
  555. }
  556. if iNdEx >= l {
  557. return 0, io.ErrUnexpectedEOF
  558. }
  559. iNdEx++
  560. if dAtA[iNdEx-1] < 0x80 {
  561. break
  562. }
  563. }
  564. return iNdEx, nil
  565. case 1:
  566. iNdEx += 8
  567. return iNdEx, nil
  568. case 2:
  569. var length int
  570. for shift := uint(0); ; shift += 7 {
  571. if shift >= 64 {
  572. return 0, ErrIntOverflowGenerated
  573. }
  574. if iNdEx >= l {
  575. return 0, io.ErrUnexpectedEOF
  576. }
  577. b := dAtA[iNdEx]
  578. iNdEx++
  579. length |= (int(b) & 0x7F) << shift
  580. if b < 0x80 {
  581. break
  582. }
  583. }
  584. iNdEx += length
  585. if length < 0 {
  586. return 0, ErrInvalidLengthGenerated
  587. }
  588. return iNdEx, nil
  589. case 3:
  590. for {
  591. var innerWire uint64
  592. var start int = iNdEx
  593. for shift := uint(0); ; shift += 7 {
  594. if shift >= 64 {
  595. return 0, ErrIntOverflowGenerated
  596. }
  597. if iNdEx >= l {
  598. return 0, io.ErrUnexpectedEOF
  599. }
  600. b := dAtA[iNdEx]
  601. iNdEx++
  602. innerWire |= (uint64(b) & 0x7F) << shift
  603. if b < 0x80 {
  604. break
  605. }
  606. }
  607. innerWireType := int(innerWire & 0x7)
  608. if innerWireType == 4 {
  609. break
  610. }
  611. next, err := skipGenerated(dAtA[start:])
  612. if err != nil {
  613. return 0, err
  614. }
  615. iNdEx = start + next
  616. }
  617. return iNdEx, nil
  618. case 4:
  619. return iNdEx, nil
  620. case 5:
  621. iNdEx += 4
  622. return iNdEx, nil
  623. default:
  624. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  625. }
  626. }
  627. panic("unreachable")
  628. }
  629. var (
  630. ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
  631. ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow")
  632. )
  633. func init() {
  634. proto.RegisterFile("k8s.io/kubernetes/vendor/k8s.io/api/node/v1alpha1/generated.proto", fileDescriptorGenerated)
  635. }
  636. var fileDescriptorGenerated = []byte{
  637. // 421 bytes of a gzipped FileDescriptorProto
  638. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0x41, 0x6b, 0xd4, 0x40,
  639. 0x14, 0xc7, 0x33, 0xb5, 0x85, 0x75, 0x5a, 0x4b, 0xc9, 0x41, 0xc2, 0x1e, 0xa6, 0x65, 0x0f, 0x52,
  640. 0x04, 0x67, 0xdc, 0x22, 0xe2, 0x49, 0x30, 0x5e, 0x14, 0x2b, 0x42, 0xbc, 0x89, 0x07, 0x27, 0xc9,
  641. 0x33, 0x19, 0xb3, 0xc9, 0x0c, 0x99, 0x49, 0xc0, 0x9b, 0x1f, 0xc1, 0x2f, 0xa4, 0xe7, 0x3d, 0xf6,
  642. 0xd8, 0x53, 0x71, 0xe3, 0x17, 0x91, 0x99, 0x64, 0xbb, 0xdb, 0x2e, 0xc5, 0xbd, 0xe5, 0xbd, 0xf9,
  643. 0xff, 0x7f, 0xef, 0xfd, 0x5f, 0xf0, 0xab, 0xe2, 0x85, 0xa6, 0x42, 0xb2, 0xa2, 0x89, 0xa1, 0xae,
  644. 0xc0, 0x80, 0x66, 0x2d, 0x54, 0xa9, 0xac, 0xd9, 0xf0, 0xc0, 0x95, 0x60, 0x95, 0x4c, 0x81, 0xb5,
  645. 0x53, 0x3e, 0x53, 0x39, 0x9f, 0xb2, 0x0c, 0x2a, 0xa8, 0xb9, 0x81, 0x94, 0xaa, 0x5a, 0x1a, 0xe9,
  646. 0x07, 0xbd, 0x92, 0x72, 0x25, 0xa8, 0x55, 0xd2, 0xa5, 0x72, 0xfc, 0x24, 0x13, 0x26, 0x6f, 0x62,
  647. 0x9a, 0xc8, 0x92, 0x65, 0x32, 0x93, 0xcc, 0x19, 0xe2, 0xe6, 0xab, 0xab, 0x5c, 0xe1, 0xbe, 0x7a,
  648. 0xd0, 0xf8, 0xd9, 0x6a, 0x64, 0xc9, 0x93, 0x5c, 0x54, 0x50, 0x7f, 0x67, 0xaa, 0xc8, 0x6c, 0x43,
  649. 0xb3, 0x12, 0x0c, 0x67, 0xed, 0xc6, 0xf8, 0x31, 0xbb, 0xcb, 0x55, 0x37, 0x95, 0x11, 0x25, 0x6c,
  650. 0x18, 0x9e, 0xff, 0xcf, 0xa0, 0x93, 0x1c, 0x4a, 0x7e, 0xdb, 0x37, 0xf9, 0x8d, 0xf0, 0x41, 0xd4,
  651. 0x4b, 0x5e, 0xcf, 0xb8, 0xd6, 0xfe, 0x17, 0x3c, 0xb2, 0x4b, 0xa5, 0xdc, 0xf0, 0x00, 0x9d, 0xa0,
  652. 0xd3, 0xfd, 0xb3, 0xa7, 0x74, 0x75, 0x8b, 0x6b, 0x36, 0x55, 0x45, 0x66, 0x1b, 0x9a, 0x5a, 0x35,
  653. 0x6d, 0xa7, 0xf4, 0x43, 0xfc, 0x0d, 0x12, 0xf3, 0x1e, 0x0c, 0x0f, 0xfd, 0xf9, 0xd5, 0xb1, 0xd7,
  654. 0x5d, 0x1d, 0xe3, 0x55, 0x2f, 0xba, 0xa6, 0xfa, 0xe7, 0x78, 0x57, 0x2b, 0x48, 0x82, 0x1d, 0x47,
  655. 0x7f, 0x4c, 0xef, 0xba, 0x34, 0x5d, 0xdf, 0xeb, 0xa3, 0x82, 0x24, 0x3c, 0x18, 0xb8, 0xbb, 0xb6,
  656. 0x8a, 0x1c, 0x65, 0xf2, 0x0b, 0xe1, 0xa3, 0x75, 0xe1, 0xb9, 0xd0, 0xc6, 0xff, 0xbc, 0x11, 0x82,
  657. 0x6e, 0x17, 0xc2, 0xba, 0x5d, 0x84, 0xa3, 0x61, 0xd4, 0x68, 0xd9, 0x59, 0x0b, 0xf0, 0x0e, 0xef,
  658. 0x09, 0x03, 0xa5, 0x0e, 0x76, 0x4e, 0xee, 0x9d, 0xee, 0x9f, 0x3d, 0xda, 0x2e, 0x41, 0xf8, 0x60,
  659. 0x40, 0xee, 0xbd, 0xb5, 0xe6, 0xa8, 0x67, 0x4c, 0xa2, 0x9b, 0xeb, 0xdb, 0x64, 0xfe, 0x4b, 0x7c,
  660. 0x38, 0xfc, 0xb6, 0x37, 0xbc, 0x4a, 0x67, 0x50, 0xbb, 0x10, 0xf7, 0xc3, 0x87, 0x03, 0xe1, 0x30,
  661. 0xba, 0xf1, 0x1a, 0xdd, 0x52, 0x87, 0x74, 0xbe, 0x20, 0xde, 0xc5, 0x82, 0x78, 0x97, 0x0b, 0xe2,
  662. 0xfd, 0xe8, 0x08, 0x9a, 0x77, 0x04, 0x5d, 0x74, 0x04, 0x5d, 0x76, 0x04, 0xfd, 0xe9, 0x08, 0xfa,
  663. 0xf9, 0x97, 0x78, 0x9f, 0x46, 0xcb, 0x35, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x94, 0x34, 0x0e,
  664. 0xef, 0x30, 0x03, 0x00, 0x00,
  665. }