timemachine.pb.go 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: timemachine.proto
  3. package timemachine
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "github.com/gogo/protobuf/gogoproto"
  8. import io "io"
  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 Item struct {
  19. Mid int64 `protobuf:"varint,1,opt,name=Mid,proto3" json:"mid"`
  20. IsUp int64 `protobuf:"varint,2,opt,name=IsUp,proto3" json:"is_up"`
  21. DurationHour int64 `protobuf:"varint,3,opt,name=DurationHour,proto3" json:"duration_hour"`
  22. AvDurationHour int64 `protobuf:"varint,4,opt,name=AvDurationHour,proto3" json:"av_duration_hour"`
  23. ArchiveVv int64 `protobuf:"varint,5,opt,name=ArchiveVv,proto3" json:"archive_vv"`
  24. LikeTagID int64 `protobuf:"varint,6,opt,name=LikeTagID,proto3" json:"like_tag_id"`
  25. LikeSubtidVv int64 `protobuf:"varint,7,opt,name=LikeSubtidVv,proto3" json:"like_subtid_vv"`
  26. LikesUgc3Avids string `protobuf:"bytes,8,opt,name=LikesUgc3Avids,proto3" json:"likes_ugc_3avids"`
  27. LikePgc3Avids string `protobuf:"bytes,9,opt,name=LikePgc3Avids,proto3" json:"like_pgc_3avids"`
  28. LikeBestUpID int64 `protobuf:"varint,10,opt,name=LikeBestUpID,proto3" json:"like_best_upid"`
  29. LikeUpAvDuration int64 `protobuf:"varint,11,opt,name=LikeUpAvDuration,proto3" json:"like_up_av_duration"`
  30. LikeUpLiveDuration int64 `protobuf:"varint,12,opt,name=LikeUpLiveDuration,proto3" json:"like_up_live_duration"`
  31. LikeUp3Avs string `protobuf:"bytes,13,opt,name=LikeUp3Avs,proto3" json:"like_up_3avs"`
  32. LikeLiveUpSubTname string `protobuf:"bytes,14,opt,name=LikeLiveUpSubTname,proto3" json:"like_live_up_sub_tname"`
  33. BrainwashCirTime string `protobuf:"bytes,15,opt,name=BrainwashCirTime,proto3" json:"brainwash_cir_time"`
  34. BrainwashCirAvid int64 `protobuf:"varint,16,opt,name=BrainwashCirAvid,proto3" json:"brainwash_cir_avid"`
  35. BrainwashCirVv int64 `protobuf:"varint,17,opt,name=BrainwashCirVv,proto3" json:"brainwash_cir_vv"`
  36. FirstSubmitAvid int64 `protobuf:"varint,18,opt,name=FirstSubmitAvid,proto3" json:"first_submit_avid"`
  37. FirstSubmitTime string `protobuf:"bytes,19,opt,name=FirstSubmitTime,proto3" json:"first_submit_time"`
  38. FirstSubmitType int64 `protobuf:"varint,20,opt,name=FirstSubmitType,proto3" json:"first_submit_type"`
  39. SubmitAvsRds string `protobuf:"bytes,21,opt,name=SubmitAvsRds,proto3" json:"submit_avs_rds"`
  40. BestAvid int64 `protobuf:"varint,22,opt,name=BestAvid,proto3" json:"best_avid"`
  41. BestAvidType int64 `protobuf:"varint,23,opt,name=BestAvidType,proto3" json:"best_avid_type"`
  42. BestAvidOld int64 `protobuf:"varint,24,opt,name=BestAvidOld,proto3" json:"best_avid_old"`
  43. BestAvidOldType int64 `protobuf:"varint,25,opt,name=BestAvidOldType,proto3" json:"best_avid_old_type"`
  44. OldAvVv int64 `protobuf:"varint,26,opt,name=OldAvVv,proto3" json:"old_av_vv"`
  45. AllVv int64 `protobuf:"varint,27,opt,name=AllVv,proto3" json:"all_vv"`
  46. UpLiveDuration int64 `protobuf:"varint,28,opt,name=UpLiveDuration,proto3" json:"up_live_duration"`
  47. IsLiveUp int64 `protobuf:"varint,29,opt,name=IsLiveUp,proto3" json:"is_live_up"`
  48. ValidLiveDays int64 `protobuf:"varint,30,opt,name=ValidLiveDays,proto3" json:"valid_live_days"`
  49. MaxCdnNumDate string `protobuf:"bytes,31,opt,name=MaxCdnNumDate,proto3" json:"max_cdn_num_date"`
  50. MaxCdnNum int64 `protobuf:"varint,32,opt,name=MaxCdnNum,proto3" json:"max_cdn_num"`
  51. Attentions int64 `protobuf:"varint,33,opt,name=Attentions,proto3" json:"attentions"`
  52. UpBestFanVv string `protobuf:"bytes,34,opt,name=UpBestFanVv,proto3" json:"up_best_fan_vv"`
  53. UpBestFanLiveMinute string `protobuf:"bytes,35,opt,name=UpBestFanLiveMinute,proto3" json:"up_best_fan_live_minute"`
  54. Like2Tids string `protobuf:"bytes,36,opt,name=Like2Tids,proto3" json:"like_2tids"`
  55. Like2SubTids string `protobuf:"bytes,37,opt,name=Like2subTids,proto3" json:"like_2sub_tids"`
  56. WinRatio string `protobuf:"bytes,38,opt,name=WinRatio,proto3" json:"win_ratio"`
  57. PlayDurationHourRep int64 `protobuf:"varint,39,opt,name=PlayDurationHourRep,proto3" json:"play_duration_hour_rep"`
  58. LikeUpAvDurationRep int64 `protobuf:"varint,40,opt,name=LikeUpAvDurationRep,proto3" json:"like_up_av_duration_rep"`
  59. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  60. XXX_unrecognized []byte `json:"-"`
  61. XXX_sizecache int32 `json:"-"`
  62. }
  63. func (m *Item) Reset() { *m = Item{} }
  64. func (m *Item) String() string { return proto.CompactTextString(m) }
  65. func (*Item) ProtoMessage() {}
  66. func (*Item) Descriptor() ([]byte, []int) {
  67. return fileDescriptor_timemachine_bbd2f85a30f70dd8, []int{0}
  68. }
  69. func (m *Item) XXX_Unmarshal(b []byte) error {
  70. return m.Unmarshal(b)
  71. }
  72. func (m *Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  73. if deterministic {
  74. return xxx_messageInfo_Item.Marshal(b, m, deterministic)
  75. } else {
  76. b = b[:cap(b)]
  77. n, err := m.MarshalTo(b)
  78. if err != nil {
  79. return nil, err
  80. }
  81. return b[:n], nil
  82. }
  83. }
  84. func (dst *Item) XXX_Merge(src proto.Message) {
  85. xxx_messageInfo_Item.Merge(dst, src)
  86. }
  87. func (m *Item) XXX_Size() int {
  88. return m.Size()
  89. }
  90. func (m *Item) XXX_DiscardUnknown() {
  91. xxx_messageInfo_Item.DiscardUnknown(m)
  92. }
  93. var xxx_messageInfo_Item proto.InternalMessageInfo
  94. func init() {
  95. proto.RegisterType((*Item)(nil), "activity.job.Item")
  96. }
  97. func (m *Item) Marshal() (dAtA []byte, err error) {
  98. size := m.Size()
  99. dAtA = make([]byte, size)
  100. n, err := m.MarshalTo(dAtA)
  101. if err != nil {
  102. return nil, err
  103. }
  104. return dAtA[:n], nil
  105. }
  106. func (m *Item) MarshalTo(dAtA []byte) (int, error) {
  107. var i int
  108. _ = i
  109. var l int
  110. _ = l
  111. if m.Mid != 0 {
  112. dAtA[i] = 0x8
  113. i++
  114. i = encodeVarintTimemachine(dAtA, i, uint64(m.Mid))
  115. }
  116. if m.IsUp != 0 {
  117. dAtA[i] = 0x10
  118. i++
  119. i = encodeVarintTimemachine(dAtA, i, uint64(m.IsUp))
  120. }
  121. if m.DurationHour != 0 {
  122. dAtA[i] = 0x18
  123. i++
  124. i = encodeVarintTimemachine(dAtA, i, uint64(m.DurationHour))
  125. }
  126. if m.AvDurationHour != 0 {
  127. dAtA[i] = 0x20
  128. i++
  129. i = encodeVarintTimemachine(dAtA, i, uint64(m.AvDurationHour))
  130. }
  131. if m.ArchiveVv != 0 {
  132. dAtA[i] = 0x28
  133. i++
  134. i = encodeVarintTimemachine(dAtA, i, uint64(m.ArchiveVv))
  135. }
  136. if m.LikeTagID != 0 {
  137. dAtA[i] = 0x30
  138. i++
  139. i = encodeVarintTimemachine(dAtA, i, uint64(m.LikeTagID))
  140. }
  141. if m.LikeSubtidVv != 0 {
  142. dAtA[i] = 0x38
  143. i++
  144. i = encodeVarintTimemachine(dAtA, i, uint64(m.LikeSubtidVv))
  145. }
  146. if len(m.LikesUgc3Avids) > 0 {
  147. dAtA[i] = 0x42
  148. i++
  149. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.LikesUgc3Avids)))
  150. i += copy(dAtA[i:], m.LikesUgc3Avids)
  151. }
  152. if len(m.LikePgc3Avids) > 0 {
  153. dAtA[i] = 0x4a
  154. i++
  155. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.LikePgc3Avids)))
  156. i += copy(dAtA[i:], m.LikePgc3Avids)
  157. }
  158. if m.LikeBestUpID != 0 {
  159. dAtA[i] = 0x50
  160. i++
  161. i = encodeVarintTimemachine(dAtA, i, uint64(m.LikeBestUpID))
  162. }
  163. if m.LikeUpAvDuration != 0 {
  164. dAtA[i] = 0x58
  165. i++
  166. i = encodeVarintTimemachine(dAtA, i, uint64(m.LikeUpAvDuration))
  167. }
  168. if m.LikeUpLiveDuration != 0 {
  169. dAtA[i] = 0x60
  170. i++
  171. i = encodeVarintTimemachine(dAtA, i, uint64(m.LikeUpLiveDuration))
  172. }
  173. if len(m.LikeUp3Avs) > 0 {
  174. dAtA[i] = 0x6a
  175. i++
  176. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.LikeUp3Avs)))
  177. i += copy(dAtA[i:], m.LikeUp3Avs)
  178. }
  179. if len(m.LikeLiveUpSubTname) > 0 {
  180. dAtA[i] = 0x72
  181. i++
  182. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.LikeLiveUpSubTname)))
  183. i += copy(dAtA[i:], m.LikeLiveUpSubTname)
  184. }
  185. if len(m.BrainwashCirTime) > 0 {
  186. dAtA[i] = 0x7a
  187. i++
  188. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.BrainwashCirTime)))
  189. i += copy(dAtA[i:], m.BrainwashCirTime)
  190. }
  191. if m.BrainwashCirAvid != 0 {
  192. dAtA[i] = 0x80
  193. i++
  194. dAtA[i] = 0x1
  195. i++
  196. i = encodeVarintTimemachine(dAtA, i, uint64(m.BrainwashCirAvid))
  197. }
  198. if m.BrainwashCirVv != 0 {
  199. dAtA[i] = 0x88
  200. i++
  201. dAtA[i] = 0x1
  202. i++
  203. i = encodeVarintTimemachine(dAtA, i, uint64(m.BrainwashCirVv))
  204. }
  205. if m.FirstSubmitAvid != 0 {
  206. dAtA[i] = 0x90
  207. i++
  208. dAtA[i] = 0x1
  209. i++
  210. i = encodeVarintTimemachine(dAtA, i, uint64(m.FirstSubmitAvid))
  211. }
  212. if len(m.FirstSubmitTime) > 0 {
  213. dAtA[i] = 0x9a
  214. i++
  215. dAtA[i] = 0x1
  216. i++
  217. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.FirstSubmitTime)))
  218. i += copy(dAtA[i:], m.FirstSubmitTime)
  219. }
  220. if m.FirstSubmitType != 0 {
  221. dAtA[i] = 0xa0
  222. i++
  223. dAtA[i] = 0x1
  224. i++
  225. i = encodeVarintTimemachine(dAtA, i, uint64(m.FirstSubmitType))
  226. }
  227. if len(m.SubmitAvsRds) > 0 {
  228. dAtA[i] = 0xaa
  229. i++
  230. dAtA[i] = 0x1
  231. i++
  232. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.SubmitAvsRds)))
  233. i += copy(dAtA[i:], m.SubmitAvsRds)
  234. }
  235. if m.BestAvid != 0 {
  236. dAtA[i] = 0xb0
  237. i++
  238. dAtA[i] = 0x1
  239. i++
  240. i = encodeVarintTimemachine(dAtA, i, uint64(m.BestAvid))
  241. }
  242. if m.BestAvidType != 0 {
  243. dAtA[i] = 0xb8
  244. i++
  245. dAtA[i] = 0x1
  246. i++
  247. i = encodeVarintTimemachine(dAtA, i, uint64(m.BestAvidType))
  248. }
  249. if m.BestAvidOld != 0 {
  250. dAtA[i] = 0xc0
  251. i++
  252. dAtA[i] = 0x1
  253. i++
  254. i = encodeVarintTimemachine(dAtA, i, uint64(m.BestAvidOld))
  255. }
  256. if m.BestAvidOldType != 0 {
  257. dAtA[i] = 0xc8
  258. i++
  259. dAtA[i] = 0x1
  260. i++
  261. i = encodeVarintTimemachine(dAtA, i, uint64(m.BestAvidOldType))
  262. }
  263. if m.OldAvVv != 0 {
  264. dAtA[i] = 0xd0
  265. i++
  266. dAtA[i] = 0x1
  267. i++
  268. i = encodeVarintTimemachine(dAtA, i, uint64(m.OldAvVv))
  269. }
  270. if m.AllVv != 0 {
  271. dAtA[i] = 0xd8
  272. i++
  273. dAtA[i] = 0x1
  274. i++
  275. i = encodeVarintTimemachine(dAtA, i, uint64(m.AllVv))
  276. }
  277. if m.UpLiveDuration != 0 {
  278. dAtA[i] = 0xe0
  279. i++
  280. dAtA[i] = 0x1
  281. i++
  282. i = encodeVarintTimemachine(dAtA, i, uint64(m.UpLiveDuration))
  283. }
  284. if m.IsLiveUp != 0 {
  285. dAtA[i] = 0xe8
  286. i++
  287. dAtA[i] = 0x1
  288. i++
  289. i = encodeVarintTimemachine(dAtA, i, uint64(m.IsLiveUp))
  290. }
  291. if m.ValidLiveDays != 0 {
  292. dAtA[i] = 0xf0
  293. i++
  294. dAtA[i] = 0x1
  295. i++
  296. i = encodeVarintTimemachine(dAtA, i, uint64(m.ValidLiveDays))
  297. }
  298. if len(m.MaxCdnNumDate) > 0 {
  299. dAtA[i] = 0xfa
  300. i++
  301. dAtA[i] = 0x1
  302. i++
  303. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.MaxCdnNumDate)))
  304. i += copy(dAtA[i:], m.MaxCdnNumDate)
  305. }
  306. if m.MaxCdnNum != 0 {
  307. dAtA[i] = 0x80
  308. i++
  309. dAtA[i] = 0x2
  310. i++
  311. i = encodeVarintTimemachine(dAtA, i, uint64(m.MaxCdnNum))
  312. }
  313. if m.Attentions != 0 {
  314. dAtA[i] = 0x88
  315. i++
  316. dAtA[i] = 0x2
  317. i++
  318. i = encodeVarintTimemachine(dAtA, i, uint64(m.Attentions))
  319. }
  320. if len(m.UpBestFanVv) > 0 {
  321. dAtA[i] = 0x92
  322. i++
  323. dAtA[i] = 0x2
  324. i++
  325. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.UpBestFanVv)))
  326. i += copy(dAtA[i:], m.UpBestFanVv)
  327. }
  328. if len(m.UpBestFanLiveMinute) > 0 {
  329. dAtA[i] = 0x9a
  330. i++
  331. dAtA[i] = 0x2
  332. i++
  333. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.UpBestFanLiveMinute)))
  334. i += copy(dAtA[i:], m.UpBestFanLiveMinute)
  335. }
  336. if len(m.Like2Tids) > 0 {
  337. dAtA[i] = 0xa2
  338. i++
  339. dAtA[i] = 0x2
  340. i++
  341. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.Like2Tids)))
  342. i += copy(dAtA[i:], m.Like2Tids)
  343. }
  344. if len(m.Like2SubTids) > 0 {
  345. dAtA[i] = 0xaa
  346. i++
  347. dAtA[i] = 0x2
  348. i++
  349. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.Like2SubTids)))
  350. i += copy(dAtA[i:], m.Like2SubTids)
  351. }
  352. if len(m.WinRatio) > 0 {
  353. dAtA[i] = 0xb2
  354. i++
  355. dAtA[i] = 0x2
  356. i++
  357. i = encodeVarintTimemachine(dAtA, i, uint64(len(m.WinRatio)))
  358. i += copy(dAtA[i:], m.WinRatio)
  359. }
  360. if m.PlayDurationHourRep != 0 {
  361. dAtA[i] = 0xb8
  362. i++
  363. dAtA[i] = 0x2
  364. i++
  365. i = encodeVarintTimemachine(dAtA, i, uint64(m.PlayDurationHourRep))
  366. }
  367. if m.LikeUpAvDurationRep != 0 {
  368. dAtA[i] = 0xc0
  369. i++
  370. dAtA[i] = 0x2
  371. i++
  372. i = encodeVarintTimemachine(dAtA, i, uint64(m.LikeUpAvDurationRep))
  373. }
  374. if m.XXX_unrecognized != nil {
  375. i += copy(dAtA[i:], m.XXX_unrecognized)
  376. }
  377. return i, nil
  378. }
  379. func encodeVarintTimemachine(dAtA []byte, offset int, v uint64) int {
  380. for v >= 1<<7 {
  381. dAtA[offset] = uint8(v&0x7f | 0x80)
  382. v >>= 7
  383. offset++
  384. }
  385. dAtA[offset] = uint8(v)
  386. return offset + 1
  387. }
  388. func (m *Item) Size() (n int) {
  389. if m == nil {
  390. return 0
  391. }
  392. var l int
  393. _ = l
  394. if m.Mid != 0 {
  395. n += 1 + sovTimemachine(uint64(m.Mid))
  396. }
  397. if m.IsUp != 0 {
  398. n += 1 + sovTimemachine(uint64(m.IsUp))
  399. }
  400. if m.DurationHour != 0 {
  401. n += 1 + sovTimemachine(uint64(m.DurationHour))
  402. }
  403. if m.AvDurationHour != 0 {
  404. n += 1 + sovTimemachine(uint64(m.AvDurationHour))
  405. }
  406. if m.ArchiveVv != 0 {
  407. n += 1 + sovTimemachine(uint64(m.ArchiveVv))
  408. }
  409. if m.LikeTagID != 0 {
  410. n += 1 + sovTimemachine(uint64(m.LikeTagID))
  411. }
  412. if m.LikeSubtidVv != 0 {
  413. n += 1 + sovTimemachine(uint64(m.LikeSubtidVv))
  414. }
  415. l = len(m.LikesUgc3Avids)
  416. if l > 0 {
  417. n += 1 + l + sovTimemachine(uint64(l))
  418. }
  419. l = len(m.LikePgc3Avids)
  420. if l > 0 {
  421. n += 1 + l + sovTimemachine(uint64(l))
  422. }
  423. if m.LikeBestUpID != 0 {
  424. n += 1 + sovTimemachine(uint64(m.LikeBestUpID))
  425. }
  426. if m.LikeUpAvDuration != 0 {
  427. n += 1 + sovTimemachine(uint64(m.LikeUpAvDuration))
  428. }
  429. if m.LikeUpLiveDuration != 0 {
  430. n += 1 + sovTimemachine(uint64(m.LikeUpLiveDuration))
  431. }
  432. l = len(m.LikeUp3Avs)
  433. if l > 0 {
  434. n += 1 + l + sovTimemachine(uint64(l))
  435. }
  436. l = len(m.LikeLiveUpSubTname)
  437. if l > 0 {
  438. n += 1 + l + sovTimemachine(uint64(l))
  439. }
  440. l = len(m.BrainwashCirTime)
  441. if l > 0 {
  442. n += 1 + l + sovTimemachine(uint64(l))
  443. }
  444. if m.BrainwashCirAvid != 0 {
  445. n += 2 + sovTimemachine(uint64(m.BrainwashCirAvid))
  446. }
  447. if m.BrainwashCirVv != 0 {
  448. n += 2 + sovTimemachine(uint64(m.BrainwashCirVv))
  449. }
  450. if m.FirstSubmitAvid != 0 {
  451. n += 2 + sovTimemachine(uint64(m.FirstSubmitAvid))
  452. }
  453. l = len(m.FirstSubmitTime)
  454. if l > 0 {
  455. n += 2 + l + sovTimemachine(uint64(l))
  456. }
  457. if m.FirstSubmitType != 0 {
  458. n += 2 + sovTimemachine(uint64(m.FirstSubmitType))
  459. }
  460. l = len(m.SubmitAvsRds)
  461. if l > 0 {
  462. n += 2 + l + sovTimemachine(uint64(l))
  463. }
  464. if m.BestAvid != 0 {
  465. n += 2 + sovTimemachine(uint64(m.BestAvid))
  466. }
  467. if m.BestAvidType != 0 {
  468. n += 2 + sovTimemachine(uint64(m.BestAvidType))
  469. }
  470. if m.BestAvidOld != 0 {
  471. n += 2 + sovTimemachine(uint64(m.BestAvidOld))
  472. }
  473. if m.BestAvidOldType != 0 {
  474. n += 2 + sovTimemachine(uint64(m.BestAvidOldType))
  475. }
  476. if m.OldAvVv != 0 {
  477. n += 2 + sovTimemachine(uint64(m.OldAvVv))
  478. }
  479. if m.AllVv != 0 {
  480. n += 2 + sovTimemachine(uint64(m.AllVv))
  481. }
  482. if m.UpLiveDuration != 0 {
  483. n += 2 + sovTimemachine(uint64(m.UpLiveDuration))
  484. }
  485. if m.IsLiveUp != 0 {
  486. n += 2 + sovTimemachine(uint64(m.IsLiveUp))
  487. }
  488. if m.ValidLiveDays != 0 {
  489. n += 2 + sovTimemachine(uint64(m.ValidLiveDays))
  490. }
  491. l = len(m.MaxCdnNumDate)
  492. if l > 0 {
  493. n += 2 + l + sovTimemachine(uint64(l))
  494. }
  495. if m.MaxCdnNum != 0 {
  496. n += 2 + sovTimemachine(uint64(m.MaxCdnNum))
  497. }
  498. if m.Attentions != 0 {
  499. n += 2 + sovTimemachine(uint64(m.Attentions))
  500. }
  501. l = len(m.UpBestFanVv)
  502. if l > 0 {
  503. n += 2 + l + sovTimemachine(uint64(l))
  504. }
  505. l = len(m.UpBestFanLiveMinute)
  506. if l > 0 {
  507. n += 2 + l + sovTimemachine(uint64(l))
  508. }
  509. l = len(m.Like2Tids)
  510. if l > 0 {
  511. n += 2 + l + sovTimemachine(uint64(l))
  512. }
  513. l = len(m.Like2SubTids)
  514. if l > 0 {
  515. n += 2 + l + sovTimemachine(uint64(l))
  516. }
  517. l = len(m.WinRatio)
  518. if l > 0 {
  519. n += 2 + l + sovTimemachine(uint64(l))
  520. }
  521. if m.PlayDurationHourRep != 0 {
  522. n += 2 + sovTimemachine(uint64(m.PlayDurationHourRep))
  523. }
  524. if m.LikeUpAvDurationRep != 0 {
  525. n += 2 + sovTimemachine(uint64(m.LikeUpAvDurationRep))
  526. }
  527. if m.XXX_unrecognized != nil {
  528. n += len(m.XXX_unrecognized)
  529. }
  530. return n
  531. }
  532. func sovTimemachine(x uint64) (n int) {
  533. for {
  534. n++
  535. x >>= 7
  536. if x == 0 {
  537. break
  538. }
  539. }
  540. return n
  541. }
  542. func sozTimemachine(x uint64) (n int) {
  543. return sovTimemachine(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  544. }
  545. func (m *Item) Unmarshal(dAtA []byte) error {
  546. l := len(dAtA)
  547. iNdEx := 0
  548. for iNdEx < l {
  549. preIndex := iNdEx
  550. var wire uint64
  551. for shift := uint(0); ; shift += 7 {
  552. if shift >= 64 {
  553. return ErrIntOverflowTimemachine
  554. }
  555. if iNdEx >= l {
  556. return io.ErrUnexpectedEOF
  557. }
  558. b := dAtA[iNdEx]
  559. iNdEx++
  560. wire |= (uint64(b) & 0x7F) << shift
  561. if b < 0x80 {
  562. break
  563. }
  564. }
  565. fieldNum := int32(wire >> 3)
  566. wireType := int(wire & 0x7)
  567. if wireType == 4 {
  568. return fmt.Errorf("proto: Item: wiretype end group for non-group")
  569. }
  570. if fieldNum <= 0 {
  571. return fmt.Errorf("proto: Item: illegal tag %d (wire type %d)", fieldNum, wire)
  572. }
  573. switch fieldNum {
  574. case 1:
  575. if wireType != 0 {
  576. return fmt.Errorf("proto: wrong wireType = %d for field Mid", wireType)
  577. }
  578. m.Mid = 0
  579. for shift := uint(0); ; shift += 7 {
  580. if shift >= 64 {
  581. return ErrIntOverflowTimemachine
  582. }
  583. if iNdEx >= l {
  584. return io.ErrUnexpectedEOF
  585. }
  586. b := dAtA[iNdEx]
  587. iNdEx++
  588. m.Mid |= (int64(b) & 0x7F) << shift
  589. if b < 0x80 {
  590. break
  591. }
  592. }
  593. case 2:
  594. if wireType != 0 {
  595. return fmt.Errorf("proto: wrong wireType = %d for field IsUp", wireType)
  596. }
  597. m.IsUp = 0
  598. for shift := uint(0); ; shift += 7 {
  599. if shift >= 64 {
  600. return ErrIntOverflowTimemachine
  601. }
  602. if iNdEx >= l {
  603. return io.ErrUnexpectedEOF
  604. }
  605. b := dAtA[iNdEx]
  606. iNdEx++
  607. m.IsUp |= (int64(b) & 0x7F) << shift
  608. if b < 0x80 {
  609. break
  610. }
  611. }
  612. case 3:
  613. if wireType != 0 {
  614. return fmt.Errorf("proto: wrong wireType = %d for field DurationHour", wireType)
  615. }
  616. m.DurationHour = 0
  617. for shift := uint(0); ; shift += 7 {
  618. if shift >= 64 {
  619. return ErrIntOverflowTimemachine
  620. }
  621. if iNdEx >= l {
  622. return io.ErrUnexpectedEOF
  623. }
  624. b := dAtA[iNdEx]
  625. iNdEx++
  626. m.DurationHour |= (int64(b) & 0x7F) << shift
  627. if b < 0x80 {
  628. break
  629. }
  630. }
  631. case 4:
  632. if wireType != 0 {
  633. return fmt.Errorf("proto: wrong wireType = %d for field AvDurationHour", wireType)
  634. }
  635. m.AvDurationHour = 0
  636. for shift := uint(0); ; shift += 7 {
  637. if shift >= 64 {
  638. return ErrIntOverflowTimemachine
  639. }
  640. if iNdEx >= l {
  641. return io.ErrUnexpectedEOF
  642. }
  643. b := dAtA[iNdEx]
  644. iNdEx++
  645. m.AvDurationHour |= (int64(b) & 0x7F) << shift
  646. if b < 0x80 {
  647. break
  648. }
  649. }
  650. case 5:
  651. if wireType != 0 {
  652. return fmt.Errorf("proto: wrong wireType = %d for field ArchiveVv", wireType)
  653. }
  654. m.ArchiveVv = 0
  655. for shift := uint(0); ; shift += 7 {
  656. if shift >= 64 {
  657. return ErrIntOverflowTimemachine
  658. }
  659. if iNdEx >= l {
  660. return io.ErrUnexpectedEOF
  661. }
  662. b := dAtA[iNdEx]
  663. iNdEx++
  664. m.ArchiveVv |= (int64(b) & 0x7F) << shift
  665. if b < 0x80 {
  666. break
  667. }
  668. }
  669. case 6:
  670. if wireType != 0 {
  671. return fmt.Errorf("proto: wrong wireType = %d for field LikeTagID", wireType)
  672. }
  673. m.LikeTagID = 0
  674. for shift := uint(0); ; shift += 7 {
  675. if shift >= 64 {
  676. return ErrIntOverflowTimemachine
  677. }
  678. if iNdEx >= l {
  679. return io.ErrUnexpectedEOF
  680. }
  681. b := dAtA[iNdEx]
  682. iNdEx++
  683. m.LikeTagID |= (int64(b) & 0x7F) << shift
  684. if b < 0x80 {
  685. break
  686. }
  687. }
  688. case 7:
  689. if wireType != 0 {
  690. return fmt.Errorf("proto: wrong wireType = %d for field LikeSubtidVv", wireType)
  691. }
  692. m.LikeSubtidVv = 0
  693. for shift := uint(0); ; shift += 7 {
  694. if shift >= 64 {
  695. return ErrIntOverflowTimemachine
  696. }
  697. if iNdEx >= l {
  698. return io.ErrUnexpectedEOF
  699. }
  700. b := dAtA[iNdEx]
  701. iNdEx++
  702. m.LikeSubtidVv |= (int64(b) & 0x7F) << shift
  703. if b < 0x80 {
  704. break
  705. }
  706. }
  707. case 8:
  708. if wireType != 2 {
  709. return fmt.Errorf("proto: wrong wireType = %d for field LikesUgc3Avids", wireType)
  710. }
  711. var stringLen uint64
  712. for shift := uint(0); ; shift += 7 {
  713. if shift >= 64 {
  714. return ErrIntOverflowTimemachine
  715. }
  716. if iNdEx >= l {
  717. return io.ErrUnexpectedEOF
  718. }
  719. b := dAtA[iNdEx]
  720. iNdEx++
  721. stringLen |= (uint64(b) & 0x7F) << shift
  722. if b < 0x80 {
  723. break
  724. }
  725. }
  726. intStringLen := int(stringLen)
  727. if intStringLen < 0 {
  728. return ErrInvalidLengthTimemachine
  729. }
  730. postIndex := iNdEx + intStringLen
  731. if postIndex > l {
  732. return io.ErrUnexpectedEOF
  733. }
  734. m.LikesUgc3Avids = string(dAtA[iNdEx:postIndex])
  735. iNdEx = postIndex
  736. case 9:
  737. if wireType != 2 {
  738. return fmt.Errorf("proto: wrong wireType = %d for field LikePgc3Avids", wireType)
  739. }
  740. var stringLen uint64
  741. for shift := uint(0); ; shift += 7 {
  742. if shift >= 64 {
  743. return ErrIntOverflowTimemachine
  744. }
  745. if iNdEx >= l {
  746. return io.ErrUnexpectedEOF
  747. }
  748. b := dAtA[iNdEx]
  749. iNdEx++
  750. stringLen |= (uint64(b) & 0x7F) << shift
  751. if b < 0x80 {
  752. break
  753. }
  754. }
  755. intStringLen := int(stringLen)
  756. if intStringLen < 0 {
  757. return ErrInvalidLengthTimemachine
  758. }
  759. postIndex := iNdEx + intStringLen
  760. if postIndex > l {
  761. return io.ErrUnexpectedEOF
  762. }
  763. m.LikePgc3Avids = string(dAtA[iNdEx:postIndex])
  764. iNdEx = postIndex
  765. case 10:
  766. if wireType != 0 {
  767. return fmt.Errorf("proto: wrong wireType = %d for field LikeBestUpID", wireType)
  768. }
  769. m.LikeBestUpID = 0
  770. for shift := uint(0); ; shift += 7 {
  771. if shift >= 64 {
  772. return ErrIntOverflowTimemachine
  773. }
  774. if iNdEx >= l {
  775. return io.ErrUnexpectedEOF
  776. }
  777. b := dAtA[iNdEx]
  778. iNdEx++
  779. m.LikeBestUpID |= (int64(b) & 0x7F) << shift
  780. if b < 0x80 {
  781. break
  782. }
  783. }
  784. case 11:
  785. if wireType != 0 {
  786. return fmt.Errorf("proto: wrong wireType = %d for field LikeUpAvDuration", wireType)
  787. }
  788. m.LikeUpAvDuration = 0
  789. for shift := uint(0); ; shift += 7 {
  790. if shift >= 64 {
  791. return ErrIntOverflowTimemachine
  792. }
  793. if iNdEx >= l {
  794. return io.ErrUnexpectedEOF
  795. }
  796. b := dAtA[iNdEx]
  797. iNdEx++
  798. m.LikeUpAvDuration |= (int64(b) & 0x7F) << shift
  799. if b < 0x80 {
  800. break
  801. }
  802. }
  803. case 12:
  804. if wireType != 0 {
  805. return fmt.Errorf("proto: wrong wireType = %d for field LikeUpLiveDuration", wireType)
  806. }
  807. m.LikeUpLiveDuration = 0
  808. for shift := uint(0); ; shift += 7 {
  809. if shift >= 64 {
  810. return ErrIntOverflowTimemachine
  811. }
  812. if iNdEx >= l {
  813. return io.ErrUnexpectedEOF
  814. }
  815. b := dAtA[iNdEx]
  816. iNdEx++
  817. m.LikeUpLiveDuration |= (int64(b) & 0x7F) << shift
  818. if b < 0x80 {
  819. break
  820. }
  821. }
  822. case 13:
  823. if wireType != 2 {
  824. return fmt.Errorf("proto: wrong wireType = %d for field LikeUp3Avs", wireType)
  825. }
  826. var stringLen uint64
  827. for shift := uint(0); ; shift += 7 {
  828. if shift >= 64 {
  829. return ErrIntOverflowTimemachine
  830. }
  831. if iNdEx >= l {
  832. return io.ErrUnexpectedEOF
  833. }
  834. b := dAtA[iNdEx]
  835. iNdEx++
  836. stringLen |= (uint64(b) & 0x7F) << shift
  837. if b < 0x80 {
  838. break
  839. }
  840. }
  841. intStringLen := int(stringLen)
  842. if intStringLen < 0 {
  843. return ErrInvalidLengthTimemachine
  844. }
  845. postIndex := iNdEx + intStringLen
  846. if postIndex > l {
  847. return io.ErrUnexpectedEOF
  848. }
  849. m.LikeUp3Avs = string(dAtA[iNdEx:postIndex])
  850. iNdEx = postIndex
  851. case 14:
  852. if wireType != 2 {
  853. return fmt.Errorf("proto: wrong wireType = %d for field LikeLiveUpSubTname", wireType)
  854. }
  855. var stringLen uint64
  856. for shift := uint(0); ; shift += 7 {
  857. if shift >= 64 {
  858. return ErrIntOverflowTimemachine
  859. }
  860. if iNdEx >= l {
  861. return io.ErrUnexpectedEOF
  862. }
  863. b := dAtA[iNdEx]
  864. iNdEx++
  865. stringLen |= (uint64(b) & 0x7F) << shift
  866. if b < 0x80 {
  867. break
  868. }
  869. }
  870. intStringLen := int(stringLen)
  871. if intStringLen < 0 {
  872. return ErrInvalidLengthTimemachine
  873. }
  874. postIndex := iNdEx + intStringLen
  875. if postIndex > l {
  876. return io.ErrUnexpectedEOF
  877. }
  878. m.LikeLiveUpSubTname = string(dAtA[iNdEx:postIndex])
  879. iNdEx = postIndex
  880. case 15:
  881. if wireType != 2 {
  882. return fmt.Errorf("proto: wrong wireType = %d for field BrainwashCirTime", wireType)
  883. }
  884. var stringLen uint64
  885. for shift := uint(0); ; shift += 7 {
  886. if shift >= 64 {
  887. return ErrIntOverflowTimemachine
  888. }
  889. if iNdEx >= l {
  890. return io.ErrUnexpectedEOF
  891. }
  892. b := dAtA[iNdEx]
  893. iNdEx++
  894. stringLen |= (uint64(b) & 0x7F) << shift
  895. if b < 0x80 {
  896. break
  897. }
  898. }
  899. intStringLen := int(stringLen)
  900. if intStringLen < 0 {
  901. return ErrInvalidLengthTimemachine
  902. }
  903. postIndex := iNdEx + intStringLen
  904. if postIndex > l {
  905. return io.ErrUnexpectedEOF
  906. }
  907. m.BrainwashCirTime = string(dAtA[iNdEx:postIndex])
  908. iNdEx = postIndex
  909. case 16:
  910. if wireType != 0 {
  911. return fmt.Errorf("proto: wrong wireType = %d for field BrainwashCirAvid", wireType)
  912. }
  913. m.BrainwashCirAvid = 0
  914. for shift := uint(0); ; shift += 7 {
  915. if shift >= 64 {
  916. return ErrIntOverflowTimemachine
  917. }
  918. if iNdEx >= l {
  919. return io.ErrUnexpectedEOF
  920. }
  921. b := dAtA[iNdEx]
  922. iNdEx++
  923. m.BrainwashCirAvid |= (int64(b) & 0x7F) << shift
  924. if b < 0x80 {
  925. break
  926. }
  927. }
  928. case 17:
  929. if wireType != 0 {
  930. return fmt.Errorf("proto: wrong wireType = %d for field BrainwashCirVv", wireType)
  931. }
  932. m.BrainwashCirVv = 0
  933. for shift := uint(0); ; shift += 7 {
  934. if shift >= 64 {
  935. return ErrIntOverflowTimemachine
  936. }
  937. if iNdEx >= l {
  938. return io.ErrUnexpectedEOF
  939. }
  940. b := dAtA[iNdEx]
  941. iNdEx++
  942. m.BrainwashCirVv |= (int64(b) & 0x7F) << shift
  943. if b < 0x80 {
  944. break
  945. }
  946. }
  947. case 18:
  948. if wireType != 0 {
  949. return fmt.Errorf("proto: wrong wireType = %d for field FirstSubmitAvid", wireType)
  950. }
  951. m.FirstSubmitAvid = 0
  952. for shift := uint(0); ; shift += 7 {
  953. if shift >= 64 {
  954. return ErrIntOverflowTimemachine
  955. }
  956. if iNdEx >= l {
  957. return io.ErrUnexpectedEOF
  958. }
  959. b := dAtA[iNdEx]
  960. iNdEx++
  961. m.FirstSubmitAvid |= (int64(b) & 0x7F) << shift
  962. if b < 0x80 {
  963. break
  964. }
  965. }
  966. case 19:
  967. if wireType != 2 {
  968. return fmt.Errorf("proto: wrong wireType = %d for field FirstSubmitTime", wireType)
  969. }
  970. var stringLen uint64
  971. for shift := uint(0); ; shift += 7 {
  972. if shift >= 64 {
  973. return ErrIntOverflowTimemachine
  974. }
  975. if iNdEx >= l {
  976. return io.ErrUnexpectedEOF
  977. }
  978. b := dAtA[iNdEx]
  979. iNdEx++
  980. stringLen |= (uint64(b) & 0x7F) << shift
  981. if b < 0x80 {
  982. break
  983. }
  984. }
  985. intStringLen := int(stringLen)
  986. if intStringLen < 0 {
  987. return ErrInvalidLengthTimemachine
  988. }
  989. postIndex := iNdEx + intStringLen
  990. if postIndex > l {
  991. return io.ErrUnexpectedEOF
  992. }
  993. m.FirstSubmitTime = string(dAtA[iNdEx:postIndex])
  994. iNdEx = postIndex
  995. case 20:
  996. if wireType != 0 {
  997. return fmt.Errorf("proto: wrong wireType = %d for field FirstSubmitType", wireType)
  998. }
  999. m.FirstSubmitType = 0
  1000. for shift := uint(0); ; shift += 7 {
  1001. if shift >= 64 {
  1002. return ErrIntOverflowTimemachine
  1003. }
  1004. if iNdEx >= l {
  1005. return io.ErrUnexpectedEOF
  1006. }
  1007. b := dAtA[iNdEx]
  1008. iNdEx++
  1009. m.FirstSubmitType |= (int64(b) & 0x7F) << shift
  1010. if b < 0x80 {
  1011. break
  1012. }
  1013. }
  1014. case 21:
  1015. if wireType != 2 {
  1016. return fmt.Errorf("proto: wrong wireType = %d for field SubmitAvsRds", wireType)
  1017. }
  1018. var stringLen uint64
  1019. for shift := uint(0); ; shift += 7 {
  1020. if shift >= 64 {
  1021. return ErrIntOverflowTimemachine
  1022. }
  1023. if iNdEx >= l {
  1024. return io.ErrUnexpectedEOF
  1025. }
  1026. b := dAtA[iNdEx]
  1027. iNdEx++
  1028. stringLen |= (uint64(b) & 0x7F) << shift
  1029. if b < 0x80 {
  1030. break
  1031. }
  1032. }
  1033. intStringLen := int(stringLen)
  1034. if intStringLen < 0 {
  1035. return ErrInvalidLengthTimemachine
  1036. }
  1037. postIndex := iNdEx + intStringLen
  1038. if postIndex > l {
  1039. return io.ErrUnexpectedEOF
  1040. }
  1041. m.SubmitAvsRds = string(dAtA[iNdEx:postIndex])
  1042. iNdEx = postIndex
  1043. case 22:
  1044. if wireType != 0 {
  1045. return fmt.Errorf("proto: wrong wireType = %d for field BestAvid", wireType)
  1046. }
  1047. m.BestAvid = 0
  1048. for shift := uint(0); ; shift += 7 {
  1049. if shift >= 64 {
  1050. return ErrIntOverflowTimemachine
  1051. }
  1052. if iNdEx >= l {
  1053. return io.ErrUnexpectedEOF
  1054. }
  1055. b := dAtA[iNdEx]
  1056. iNdEx++
  1057. m.BestAvid |= (int64(b) & 0x7F) << shift
  1058. if b < 0x80 {
  1059. break
  1060. }
  1061. }
  1062. case 23:
  1063. if wireType != 0 {
  1064. return fmt.Errorf("proto: wrong wireType = %d for field BestAvidType", wireType)
  1065. }
  1066. m.BestAvidType = 0
  1067. for shift := uint(0); ; shift += 7 {
  1068. if shift >= 64 {
  1069. return ErrIntOverflowTimemachine
  1070. }
  1071. if iNdEx >= l {
  1072. return io.ErrUnexpectedEOF
  1073. }
  1074. b := dAtA[iNdEx]
  1075. iNdEx++
  1076. m.BestAvidType |= (int64(b) & 0x7F) << shift
  1077. if b < 0x80 {
  1078. break
  1079. }
  1080. }
  1081. case 24:
  1082. if wireType != 0 {
  1083. return fmt.Errorf("proto: wrong wireType = %d for field BestAvidOld", wireType)
  1084. }
  1085. m.BestAvidOld = 0
  1086. for shift := uint(0); ; shift += 7 {
  1087. if shift >= 64 {
  1088. return ErrIntOverflowTimemachine
  1089. }
  1090. if iNdEx >= l {
  1091. return io.ErrUnexpectedEOF
  1092. }
  1093. b := dAtA[iNdEx]
  1094. iNdEx++
  1095. m.BestAvidOld |= (int64(b) & 0x7F) << shift
  1096. if b < 0x80 {
  1097. break
  1098. }
  1099. }
  1100. case 25:
  1101. if wireType != 0 {
  1102. return fmt.Errorf("proto: wrong wireType = %d for field BestAvidOldType", wireType)
  1103. }
  1104. m.BestAvidOldType = 0
  1105. for shift := uint(0); ; shift += 7 {
  1106. if shift >= 64 {
  1107. return ErrIntOverflowTimemachine
  1108. }
  1109. if iNdEx >= l {
  1110. return io.ErrUnexpectedEOF
  1111. }
  1112. b := dAtA[iNdEx]
  1113. iNdEx++
  1114. m.BestAvidOldType |= (int64(b) & 0x7F) << shift
  1115. if b < 0x80 {
  1116. break
  1117. }
  1118. }
  1119. case 26:
  1120. if wireType != 0 {
  1121. return fmt.Errorf("proto: wrong wireType = %d for field OldAvVv", wireType)
  1122. }
  1123. m.OldAvVv = 0
  1124. for shift := uint(0); ; shift += 7 {
  1125. if shift >= 64 {
  1126. return ErrIntOverflowTimemachine
  1127. }
  1128. if iNdEx >= l {
  1129. return io.ErrUnexpectedEOF
  1130. }
  1131. b := dAtA[iNdEx]
  1132. iNdEx++
  1133. m.OldAvVv |= (int64(b) & 0x7F) << shift
  1134. if b < 0x80 {
  1135. break
  1136. }
  1137. }
  1138. case 27:
  1139. if wireType != 0 {
  1140. return fmt.Errorf("proto: wrong wireType = %d for field AllVv", wireType)
  1141. }
  1142. m.AllVv = 0
  1143. for shift := uint(0); ; shift += 7 {
  1144. if shift >= 64 {
  1145. return ErrIntOverflowTimemachine
  1146. }
  1147. if iNdEx >= l {
  1148. return io.ErrUnexpectedEOF
  1149. }
  1150. b := dAtA[iNdEx]
  1151. iNdEx++
  1152. m.AllVv |= (int64(b) & 0x7F) << shift
  1153. if b < 0x80 {
  1154. break
  1155. }
  1156. }
  1157. case 28:
  1158. if wireType != 0 {
  1159. return fmt.Errorf("proto: wrong wireType = %d for field UpLiveDuration", wireType)
  1160. }
  1161. m.UpLiveDuration = 0
  1162. for shift := uint(0); ; shift += 7 {
  1163. if shift >= 64 {
  1164. return ErrIntOverflowTimemachine
  1165. }
  1166. if iNdEx >= l {
  1167. return io.ErrUnexpectedEOF
  1168. }
  1169. b := dAtA[iNdEx]
  1170. iNdEx++
  1171. m.UpLiveDuration |= (int64(b) & 0x7F) << shift
  1172. if b < 0x80 {
  1173. break
  1174. }
  1175. }
  1176. case 29:
  1177. if wireType != 0 {
  1178. return fmt.Errorf("proto: wrong wireType = %d for field IsLiveUp", wireType)
  1179. }
  1180. m.IsLiveUp = 0
  1181. for shift := uint(0); ; shift += 7 {
  1182. if shift >= 64 {
  1183. return ErrIntOverflowTimemachine
  1184. }
  1185. if iNdEx >= l {
  1186. return io.ErrUnexpectedEOF
  1187. }
  1188. b := dAtA[iNdEx]
  1189. iNdEx++
  1190. m.IsLiveUp |= (int64(b) & 0x7F) << shift
  1191. if b < 0x80 {
  1192. break
  1193. }
  1194. }
  1195. case 30:
  1196. if wireType != 0 {
  1197. return fmt.Errorf("proto: wrong wireType = %d for field ValidLiveDays", wireType)
  1198. }
  1199. m.ValidLiveDays = 0
  1200. for shift := uint(0); ; shift += 7 {
  1201. if shift >= 64 {
  1202. return ErrIntOverflowTimemachine
  1203. }
  1204. if iNdEx >= l {
  1205. return io.ErrUnexpectedEOF
  1206. }
  1207. b := dAtA[iNdEx]
  1208. iNdEx++
  1209. m.ValidLiveDays |= (int64(b) & 0x7F) << shift
  1210. if b < 0x80 {
  1211. break
  1212. }
  1213. }
  1214. case 31:
  1215. if wireType != 2 {
  1216. return fmt.Errorf("proto: wrong wireType = %d for field MaxCdnNumDate", wireType)
  1217. }
  1218. var stringLen uint64
  1219. for shift := uint(0); ; shift += 7 {
  1220. if shift >= 64 {
  1221. return ErrIntOverflowTimemachine
  1222. }
  1223. if iNdEx >= l {
  1224. return io.ErrUnexpectedEOF
  1225. }
  1226. b := dAtA[iNdEx]
  1227. iNdEx++
  1228. stringLen |= (uint64(b) & 0x7F) << shift
  1229. if b < 0x80 {
  1230. break
  1231. }
  1232. }
  1233. intStringLen := int(stringLen)
  1234. if intStringLen < 0 {
  1235. return ErrInvalidLengthTimemachine
  1236. }
  1237. postIndex := iNdEx + intStringLen
  1238. if postIndex > l {
  1239. return io.ErrUnexpectedEOF
  1240. }
  1241. m.MaxCdnNumDate = string(dAtA[iNdEx:postIndex])
  1242. iNdEx = postIndex
  1243. case 32:
  1244. if wireType != 0 {
  1245. return fmt.Errorf("proto: wrong wireType = %d for field MaxCdnNum", wireType)
  1246. }
  1247. m.MaxCdnNum = 0
  1248. for shift := uint(0); ; shift += 7 {
  1249. if shift >= 64 {
  1250. return ErrIntOverflowTimemachine
  1251. }
  1252. if iNdEx >= l {
  1253. return io.ErrUnexpectedEOF
  1254. }
  1255. b := dAtA[iNdEx]
  1256. iNdEx++
  1257. m.MaxCdnNum |= (int64(b) & 0x7F) << shift
  1258. if b < 0x80 {
  1259. break
  1260. }
  1261. }
  1262. case 33:
  1263. if wireType != 0 {
  1264. return fmt.Errorf("proto: wrong wireType = %d for field Attentions", wireType)
  1265. }
  1266. m.Attentions = 0
  1267. for shift := uint(0); ; shift += 7 {
  1268. if shift >= 64 {
  1269. return ErrIntOverflowTimemachine
  1270. }
  1271. if iNdEx >= l {
  1272. return io.ErrUnexpectedEOF
  1273. }
  1274. b := dAtA[iNdEx]
  1275. iNdEx++
  1276. m.Attentions |= (int64(b) & 0x7F) << shift
  1277. if b < 0x80 {
  1278. break
  1279. }
  1280. }
  1281. case 34:
  1282. if wireType != 2 {
  1283. return fmt.Errorf("proto: wrong wireType = %d for field UpBestFanVv", wireType)
  1284. }
  1285. var stringLen uint64
  1286. for shift := uint(0); ; shift += 7 {
  1287. if shift >= 64 {
  1288. return ErrIntOverflowTimemachine
  1289. }
  1290. if iNdEx >= l {
  1291. return io.ErrUnexpectedEOF
  1292. }
  1293. b := dAtA[iNdEx]
  1294. iNdEx++
  1295. stringLen |= (uint64(b) & 0x7F) << shift
  1296. if b < 0x80 {
  1297. break
  1298. }
  1299. }
  1300. intStringLen := int(stringLen)
  1301. if intStringLen < 0 {
  1302. return ErrInvalidLengthTimemachine
  1303. }
  1304. postIndex := iNdEx + intStringLen
  1305. if postIndex > l {
  1306. return io.ErrUnexpectedEOF
  1307. }
  1308. m.UpBestFanVv = string(dAtA[iNdEx:postIndex])
  1309. iNdEx = postIndex
  1310. case 35:
  1311. if wireType != 2 {
  1312. return fmt.Errorf("proto: wrong wireType = %d for field UpBestFanLiveMinute", wireType)
  1313. }
  1314. var stringLen uint64
  1315. for shift := uint(0); ; shift += 7 {
  1316. if shift >= 64 {
  1317. return ErrIntOverflowTimemachine
  1318. }
  1319. if iNdEx >= l {
  1320. return io.ErrUnexpectedEOF
  1321. }
  1322. b := dAtA[iNdEx]
  1323. iNdEx++
  1324. stringLen |= (uint64(b) & 0x7F) << shift
  1325. if b < 0x80 {
  1326. break
  1327. }
  1328. }
  1329. intStringLen := int(stringLen)
  1330. if intStringLen < 0 {
  1331. return ErrInvalidLengthTimemachine
  1332. }
  1333. postIndex := iNdEx + intStringLen
  1334. if postIndex > l {
  1335. return io.ErrUnexpectedEOF
  1336. }
  1337. m.UpBestFanLiveMinute = string(dAtA[iNdEx:postIndex])
  1338. iNdEx = postIndex
  1339. case 36:
  1340. if wireType != 2 {
  1341. return fmt.Errorf("proto: wrong wireType = %d for field Like2Tids", wireType)
  1342. }
  1343. var stringLen uint64
  1344. for shift := uint(0); ; shift += 7 {
  1345. if shift >= 64 {
  1346. return ErrIntOverflowTimemachine
  1347. }
  1348. if iNdEx >= l {
  1349. return io.ErrUnexpectedEOF
  1350. }
  1351. b := dAtA[iNdEx]
  1352. iNdEx++
  1353. stringLen |= (uint64(b) & 0x7F) << shift
  1354. if b < 0x80 {
  1355. break
  1356. }
  1357. }
  1358. intStringLen := int(stringLen)
  1359. if intStringLen < 0 {
  1360. return ErrInvalidLengthTimemachine
  1361. }
  1362. postIndex := iNdEx + intStringLen
  1363. if postIndex > l {
  1364. return io.ErrUnexpectedEOF
  1365. }
  1366. m.Like2Tids = string(dAtA[iNdEx:postIndex])
  1367. iNdEx = postIndex
  1368. case 37:
  1369. if wireType != 2 {
  1370. return fmt.Errorf("proto: wrong wireType = %d for field Like2SubTids", wireType)
  1371. }
  1372. var stringLen uint64
  1373. for shift := uint(0); ; shift += 7 {
  1374. if shift >= 64 {
  1375. return ErrIntOverflowTimemachine
  1376. }
  1377. if iNdEx >= l {
  1378. return io.ErrUnexpectedEOF
  1379. }
  1380. b := dAtA[iNdEx]
  1381. iNdEx++
  1382. stringLen |= (uint64(b) & 0x7F) << shift
  1383. if b < 0x80 {
  1384. break
  1385. }
  1386. }
  1387. intStringLen := int(stringLen)
  1388. if intStringLen < 0 {
  1389. return ErrInvalidLengthTimemachine
  1390. }
  1391. postIndex := iNdEx + intStringLen
  1392. if postIndex > l {
  1393. return io.ErrUnexpectedEOF
  1394. }
  1395. m.Like2SubTids = string(dAtA[iNdEx:postIndex])
  1396. iNdEx = postIndex
  1397. case 38:
  1398. if wireType != 2 {
  1399. return fmt.Errorf("proto: wrong wireType = %d for field WinRatio", wireType)
  1400. }
  1401. var stringLen uint64
  1402. for shift := uint(0); ; shift += 7 {
  1403. if shift >= 64 {
  1404. return ErrIntOverflowTimemachine
  1405. }
  1406. if iNdEx >= l {
  1407. return io.ErrUnexpectedEOF
  1408. }
  1409. b := dAtA[iNdEx]
  1410. iNdEx++
  1411. stringLen |= (uint64(b) & 0x7F) << shift
  1412. if b < 0x80 {
  1413. break
  1414. }
  1415. }
  1416. intStringLen := int(stringLen)
  1417. if intStringLen < 0 {
  1418. return ErrInvalidLengthTimemachine
  1419. }
  1420. postIndex := iNdEx + intStringLen
  1421. if postIndex > l {
  1422. return io.ErrUnexpectedEOF
  1423. }
  1424. m.WinRatio = string(dAtA[iNdEx:postIndex])
  1425. iNdEx = postIndex
  1426. case 39:
  1427. if wireType != 0 {
  1428. return fmt.Errorf("proto: wrong wireType = %d for field PlayDurationHourRep", wireType)
  1429. }
  1430. m.PlayDurationHourRep = 0
  1431. for shift := uint(0); ; shift += 7 {
  1432. if shift >= 64 {
  1433. return ErrIntOverflowTimemachine
  1434. }
  1435. if iNdEx >= l {
  1436. return io.ErrUnexpectedEOF
  1437. }
  1438. b := dAtA[iNdEx]
  1439. iNdEx++
  1440. m.PlayDurationHourRep |= (int64(b) & 0x7F) << shift
  1441. if b < 0x80 {
  1442. break
  1443. }
  1444. }
  1445. case 40:
  1446. if wireType != 0 {
  1447. return fmt.Errorf("proto: wrong wireType = %d for field LikeUpAvDurationRep", wireType)
  1448. }
  1449. m.LikeUpAvDurationRep = 0
  1450. for shift := uint(0); ; shift += 7 {
  1451. if shift >= 64 {
  1452. return ErrIntOverflowTimemachine
  1453. }
  1454. if iNdEx >= l {
  1455. return io.ErrUnexpectedEOF
  1456. }
  1457. b := dAtA[iNdEx]
  1458. iNdEx++
  1459. m.LikeUpAvDurationRep |= (int64(b) & 0x7F) << shift
  1460. if b < 0x80 {
  1461. break
  1462. }
  1463. }
  1464. default:
  1465. iNdEx = preIndex
  1466. skippy, err := skipTimemachine(dAtA[iNdEx:])
  1467. if err != nil {
  1468. return err
  1469. }
  1470. if skippy < 0 {
  1471. return ErrInvalidLengthTimemachine
  1472. }
  1473. if (iNdEx + skippy) > l {
  1474. return io.ErrUnexpectedEOF
  1475. }
  1476. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  1477. iNdEx += skippy
  1478. }
  1479. }
  1480. if iNdEx > l {
  1481. return io.ErrUnexpectedEOF
  1482. }
  1483. return nil
  1484. }
  1485. func skipTimemachine(dAtA []byte) (n int, err error) {
  1486. l := len(dAtA)
  1487. iNdEx := 0
  1488. for iNdEx < l {
  1489. var wire uint64
  1490. for shift := uint(0); ; shift += 7 {
  1491. if shift >= 64 {
  1492. return 0, ErrIntOverflowTimemachine
  1493. }
  1494. if iNdEx >= l {
  1495. return 0, io.ErrUnexpectedEOF
  1496. }
  1497. b := dAtA[iNdEx]
  1498. iNdEx++
  1499. wire |= (uint64(b) & 0x7F) << shift
  1500. if b < 0x80 {
  1501. break
  1502. }
  1503. }
  1504. wireType := int(wire & 0x7)
  1505. switch wireType {
  1506. case 0:
  1507. for shift := uint(0); ; shift += 7 {
  1508. if shift >= 64 {
  1509. return 0, ErrIntOverflowTimemachine
  1510. }
  1511. if iNdEx >= l {
  1512. return 0, io.ErrUnexpectedEOF
  1513. }
  1514. iNdEx++
  1515. if dAtA[iNdEx-1] < 0x80 {
  1516. break
  1517. }
  1518. }
  1519. return iNdEx, nil
  1520. case 1:
  1521. iNdEx += 8
  1522. return iNdEx, nil
  1523. case 2:
  1524. var length int
  1525. for shift := uint(0); ; shift += 7 {
  1526. if shift >= 64 {
  1527. return 0, ErrIntOverflowTimemachine
  1528. }
  1529. if iNdEx >= l {
  1530. return 0, io.ErrUnexpectedEOF
  1531. }
  1532. b := dAtA[iNdEx]
  1533. iNdEx++
  1534. length |= (int(b) & 0x7F) << shift
  1535. if b < 0x80 {
  1536. break
  1537. }
  1538. }
  1539. iNdEx += length
  1540. if length < 0 {
  1541. return 0, ErrInvalidLengthTimemachine
  1542. }
  1543. return iNdEx, nil
  1544. case 3:
  1545. for {
  1546. var innerWire uint64
  1547. var start int = iNdEx
  1548. for shift := uint(0); ; shift += 7 {
  1549. if shift >= 64 {
  1550. return 0, ErrIntOverflowTimemachine
  1551. }
  1552. if iNdEx >= l {
  1553. return 0, io.ErrUnexpectedEOF
  1554. }
  1555. b := dAtA[iNdEx]
  1556. iNdEx++
  1557. innerWire |= (uint64(b) & 0x7F) << shift
  1558. if b < 0x80 {
  1559. break
  1560. }
  1561. }
  1562. innerWireType := int(innerWire & 0x7)
  1563. if innerWireType == 4 {
  1564. break
  1565. }
  1566. next, err := skipTimemachine(dAtA[start:])
  1567. if err != nil {
  1568. return 0, err
  1569. }
  1570. iNdEx = start + next
  1571. }
  1572. return iNdEx, nil
  1573. case 4:
  1574. return iNdEx, nil
  1575. case 5:
  1576. iNdEx += 4
  1577. return iNdEx, nil
  1578. default:
  1579. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  1580. }
  1581. }
  1582. panic("unreachable")
  1583. }
  1584. var (
  1585. ErrInvalidLengthTimemachine = fmt.Errorf("proto: negative length found during unmarshaling")
  1586. ErrIntOverflowTimemachine = fmt.Errorf("proto: integer overflow")
  1587. )
  1588. func init() { proto.RegisterFile("timemachine.proto", fileDescriptor_timemachine_bbd2f85a30f70dd8) }
  1589. var fileDescriptor_timemachine_bbd2f85a30f70dd8 = []byte{
  1590. // 1056 bytes of a gzipped FileDescriptorProto
  1591. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x56, 0x6d, 0x6f, 0xdb, 0x36,
  1592. 0x10, 0x8e, 0x97, 0x57, 0x33, 0xef, 0x4c, 0x93, 0x30, 0xe9, 0x6a, 0x65, 0xdd, 0xba, 0x66, 0xc3,
  1593. 0x9a, 0x0e, 0xf1, 0x36, 0x60, 0xc3, 0x80, 0xcd, 0x49, 0x50, 0xcc, 0x43, 0xb2, 0x16, 0x4c, 0xec,
  1594. 0x01, 0xfb, 0x22, 0xd0, 0x96, 0xe2, 0x70, 0x95, 0x64, 0xc1, 0xa4, 0xd8, 0xfa, 0x9f, 0xec, 0x27,
  1595. 0xf5, 0x63, 0x7f, 0x81, 0xb0, 0x66, 0xdf, 0xf4, 0x2b, 0x86, 0x3b, 0xc5, 0x7a, 0x8b, 0xfb, 0x4d,
  1596. 0xbc, 0x7b, 0x9e, 0xe7, 0x8e, 0xc7, 0xe3, 0x51, 0x64, 0x53, 0x4b, 0xdf, 0xf5, 0x45, 0xff, 0x46,
  1597. 0x06, 0xee, 0x51, 0x38, 0x1a, 0xea, 0x21, 0x5d, 0x11, 0x7d, 0x2d, 0x8d, 0xd4, 0xe3, 0xa3, 0xbf,
  1598. 0x87, 0xbd, 0xfd, 0x67, 0x03, 0xa9, 0x6f, 0xa2, 0xde, 0x51, 0x7f, 0xe8, 0x3f, 0x1f, 0x0c, 0x07,
  1599. 0xc3, 0xe7, 0x08, 0xea, 0x45, 0xd7, 0xb8, 0xc2, 0x05, 0x7e, 0xa5, 0xe4, 0xc7, 0xb7, 0x9b, 0x64,
  1600. 0xae, 0xad, 0x5d, 0x9f, 0xee, 0x91, 0xd9, 0x0b, 0xe9, 0xb0, 0xda, 0x41, 0xed, 0x70, 0xf6, 0x64,
  1601. 0x31, 0x89, 0xad, 0x59, 0x5f, 0x3a, 0x1c, 0x6c, 0xf4, 0x11, 0x99, 0x6b, 0xab, 0x4e, 0xc8, 0x3e,
  1602. 0x41, 0x5f, 0x3d, 0x89, 0xad, 0x79, 0xa9, 0xec, 0x28, 0xe4, 0x68, 0xa6, 0xdf, 0x93, 0x95, 0xb3,
  1603. 0x68, 0x24, 0xb4, 0x1c, 0x06, 0xbf, 0x0d, 0xa3, 0x11, 0x9b, 0x45, 0xd8, 0x66, 0x12, 0x5b, 0xab,
  1604. 0xce, 0x9d, 0xdd, 0xbe, 0x19, 0x46, 0x23, 0x5e, 0x82, 0xd1, 0x9f, 0xc9, 0x5a, 0xcb, 0x94, 0x88,
  1605. 0x73, 0x48, 0x7c, 0x90, 0xc4, 0xd6, 0x86, 0x30, 0x76, 0x99, 0x5b, 0xc1, 0xd2, 0x6f, 0x48, 0xbd,
  1606. 0x35, 0xea, 0xdf, 0x48, 0xe3, 0x76, 0x0d, 0x9b, 0x47, 0xe2, 0x5a, 0x12, 0x5b, 0x44, 0xa4, 0x46,
  1607. 0xdb, 0x18, 0x9e, 0x03, 0xe8, 0x33, 0x52, 0x3f, 0x97, 0xaf, 0xdd, 0x2b, 0x31, 0x68, 0x9f, 0xb1,
  1608. 0x05, 0x44, 0xaf, 0x27, 0xb1, 0xb5, 0xec, 0xc9, 0xd7, 0xae, 0xad, 0xc5, 0xc0, 0x96, 0x0e, 0xcf,
  1609. 0x11, 0xf4, 0x07, 0xb2, 0x02, 0x8b, 0xcb, 0xa8, 0xa7, 0xa5, 0xd3, 0x35, 0x6c, 0x11, 0x19, 0x34,
  1610. 0x89, 0xad, 0x35, 0x64, 0x28, 0x74, 0x40, 0x8c, 0x12, 0x0e, 0xb6, 0x04, 0x6b, 0xd5, 0x19, 0xf4,
  1611. 0x9b, 0x2d, 0x23, 0x1d, 0xc5, 0x96, 0x0e, 0x6a, 0x87, 0xf5, 0x74, 0x4b, 0xc0, 0x54, 0x76, 0x34,
  1612. 0xe8, 0xdb, 0x4d, 0x01, 0x3e, 0x5e, 0xc1, 0xd2, 0x1f, 0xc9, 0x2a, 0x58, 0x5e, 0x65, 0xe4, 0x3a,
  1613. 0x92, 0xb7, 0x92, 0xd8, 0x5a, 0xc7, 0xb0, 0x61, 0xce, 0x2d, 0x23, 0x27, 0x09, 0x9f, 0xb8, 0x4a,
  1614. 0x77, 0xc2, 0xf6, 0x19, 0x23, 0x95, 0x84, 0x7b, 0xae, 0xd2, 0x76, 0x14, 0x4a, 0x87, 0x97, 0x70,
  1615. 0xf4, 0x94, 0x6c, 0xc0, 0xba, 0x13, 0xe6, 0xd5, 0x65, 0xcb, 0xc8, 0xdd, 0x4d, 0x62, 0x6b, 0x0b,
  1616. 0xb9, 0x51, 0x68, 0x17, 0x4e, 0x83, 0xdf, 0x23, 0xd0, 0x36, 0xa1, 0xa9, 0xed, 0x5c, 0x1a, 0x37,
  1617. 0x93, 0x59, 0x41, 0x99, 0xbd, 0x24, 0xb6, 0xb6, 0x27, 0x32, 0x1e, 0x1c, 0x4c, 0x26, 0x34, 0x85,
  1618. 0x44, 0xbf, 0x25, 0x24, 0xb5, 0x36, 0x5b, 0x46, 0xb1, 0x55, 0xdc, 0xff, 0x46, 0x12, 0x5b, 0x2b,
  1619. 0x13, 0x89, 0xa6, 0x30, 0x8a, 0x17, 0x30, 0xf4, 0xf7, 0x34, 0x38, 0xa8, 0x74, 0xc2, 0xcb, 0xa8,
  1620. 0x77, 0x15, 0x08, 0xdf, 0x65, 0x6b, 0xc8, 0xdc, 0x4f, 0x62, 0x6b, 0x07, 0x99, 0x18, 0x39, 0x0a,
  1621. 0xe1, 0xe0, 0x6c, 0x0d, 0x08, 0x3e, 0x85, 0x45, 0x4f, 0xc8, 0xc6, 0xc9, 0x48, 0xc8, 0xe0, 0x8d,
  1622. 0x50, 0x37, 0xa7, 0x72, 0x74, 0x25, 0x7d, 0x97, 0xad, 0xa3, 0xd2, 0x4e, 0x12, 0x5b, 0xb4, 0x37,
  1623. 0xf1, 0xd9, 0x7d, 0x39, 0xb2, 0xe1, 0x1e, 0xf2, 0x7b, 0xf8, 0xaa, 0x06, 0x1c, 0x0f, 0xdb, 0xc0,
  1624. 0x52, 0x4c, 0xd1, 0x80, 0xb3, 0xe4, 0xf7, 0xf0, 0xd0, 0x46, 0x45, 0x5b, 0xd7, 0xb0, 0xcd, 0xfc,
  1625. 0x66, 0x94, 0x15, 0x8c, 0xe1, 0x15, 0x2c, 0xfd, 0x85, 0xac, 0xbf, 0x90, 0x23, 0xa5, 0x2f, 0xa3,
  1626. 0x9e, 0x2f, 0x35, 0x26, 0x40, 0x91, 0xbe, 0x9d, 0xc4, 0xd6, 0xe6, 0x35, 0xb8, 0xa0, 0x0e, 0xbe,
  1627. 0xd4, 0x69, 0xfc, 0x2a, 0xba, 0x22, 0x80, 0x55, 0xd8, 0xc2, 0x2a, 0xdc, 0x17, 0xc0, 0x22, 0x54,
  1628. 0xd1, 0x55, 0x81, 0x71, 0xe8, 0xb2, 0x07, 0x1f, 0xc9, 0x40, 0x8f, 0xc3, 0x8a, 0xc0, 0x38, 0x74,
  1629. 0xa1, 0x9d, 0x27, 0xf9, 0x28, 0xee, 0x28, 0xb6, 0x8d, 0xe1, 0xb1, 0x9d, 0xb3, 0xcc, 0x95, 0x3d,
  1630. 0x72, 0x14, 0x2f, 0xe1, 0xe8, 0x57, 0x64, 0x09, 0x5a, 0x1b, 0xf7, 0xbc, 0x83, 0x11, 0x57, 0x93,
  1631. 0xd8, 0xaa, 0x63, 0xf7, 0xe3, 0x5e, 0x33, 0x37, 0x84, 0x98, 0x7c, 0x63, 0x82, 0xbb, 0xf9, 0x8d,
  1632. 0xc9, 0xe0, 0x69, 0x76, 0x25, 0x1c, 0x6d, 0x92, 0xe5, 0xc9, 0xfa, 0xa5, 0xe7, 0x30, 0x96, 0xcf,
  1633. 0xba, 0x9c, 0x36, 0xf4, 0x1c, 0x5e, 0x44, 0xd1, 0x5f, 0xc9, 0x7a, 0x61, 0x89, 0xf1, 0xf6, 0x0a,
  1634. 0x3d, 0x51, 0x24, 0xde, 0x55, 0xa4, 0x02, 0xa7, 0x4f, 0xc9, 0xe2, 0x4b, 0xcf, 0x69, 0x99, 0xae,
  1635. 0x61, 0xfb, 0xf9, 0xc6, 0x00, 0x2f, 0x0c, 0x34, 0xc1, 0xc4, 0x4b, 0x0f, 0xc8, 0x7c, 0xcb, 0xf3,
  1636. 0xba, 0x86, 0x3d, 0x44, 0x18, 0x49, 0x62, 0x6b, 0x41, 0x78, 0x1e, 0x60, 0x52, 0x07, 0x74, 0x57,
  1637. 0xe5, 0xaa, 0x7e, 0x9a, 0x77, 0xd7, 0xbd, 0x5b, 0x5a, 0xc1, 0xd2, 0xaf, 0xc9, 0x52, 0x5b, 0xa5,
  1638. 0xf7, 0x86, 0x3d, 0xca, 0xc7, 0xae, 0x54, 0x93, 0x3b, 0xc6, 0x33, 0x3f, 0x0c, 0xb4, 0xae, 0xf0,
  1639. 0xa4, 0x83, 0x02, 0x62, 0xac, 0x58, 0x03, 0x09, 0x38, 0xd0, 0x0c, 0x38, 0xee, 0x62, 0x89, 0xb1,
  1640. 0xe2, 0x65, 0x24, 0xfd, 0x89, 0xac, 0x5e, 0x88, 0xb7, 0xa7, 0x4e, 0xf0, 0x47, 0xe4, 0x9f, 0x09,
  1641. 0xed, 0x32, 0x2b, 0x1f, 0xa4, 0xbe, 0x78, 0x6b, 0xf7, 0x9d, 0xc0, 0x0e, 0x22, 0xdf, 0x76, 0x84,
  1642. 0x76, 0x79, 0x19, 0x0a, 0xc3, 0x3e, 0x33, 0xb0, 0x83, 0x7c, 0xd8, 0x17, 0x78, 0x3c, 0x47, 0xd0,
  1643. 0x23, 0x42, 0x5a, 0x5a, 0xbb, 0x01, 0x6c, 0x4f, 0xb1, 0xcf, 0x0a, 0x4f, 0x49, 0x66, 0xe5, 0x05,
  1644. 0x04, 0xfd, 0x8e, 0x2c, 0x77, 0x42, 0x38, 0x9f, 0x17, 0x22, 0xe8, 0x1a, 0xf6, 0x38, 0xef, 0xcd,
  1645. 0x28, 0x4c, 0x07, 0xed, 0xb5, 0x08, 0xa0, 0xde, 0x45, 0x18, 0xbd, 0x20, 0x5b, 0xd9, 0x12, 0x76,
  1646. 0x79, 0x21, 0x83, 0x48, 0xbb, 0xec, 0x73, 0x64, 0x3f, 0x4c, 0x62, 0x6b, 0xb7, 0xc8, 0xc6, 0xba,
  1647. 0xf8, 0x08, 0xe1, 0xd3, 0x78, 0xf0, 0xfc, 0xc1, 0x00, 0x3b, 0xbe, 0x82, 0x77, 0xe2, 0x0b, 0x14,
  1648. 0xc1, 0x9c, 0x71, 0xda, 0x1d, 0x6b, 0x78, 0x22, 0x72, 0xc0, 0xe4, 0x79, 0x38, 0x56, 0x51, 0x0f,
  1649. 0x09, 0x4f, 0xf2, 0x9c, 0x53, 0x02, 0xce, 0x45, 0x20, 0x95, 0x70, 0x70, 0x9f, 0xfe, 0x94, 0x01,
  1650. 0x87, 0x93, 0x67, 0x5f, 0x22, 0x07, 0xdb, 0xee, 0x8d, 0x0c, 0x6c, 0x6c, 0x07, 0x9e, 0xb9, 0xe9,
  1651. 0x39, 0xd9, 0x7a, 0xe5, 0x89, 0x71, 0xf1, 0x8d, 0xe6, 0x6e, 0xc8, 0x9e, 0x62, 0x39, 0x71, 0x10,
  1652. 0x87, 0x9e, 0x18, 0x97, 0x1f, 0x75, 0x7b, 0xe4, 0x86, 0x7c, 0x1a, 0x0d, 0xaa, 0x55, 0x7d, 0x66,
  1653. 0x40, 0xed, 0x10, 0xd5, 0xb0, 0x5a, 0x53, 0x9e, 0xa6, 0x54, 0x6e, 0x0a, 0xef, 0xe4, 0xc9, 0xbb,
  1654. 0x0f, 0x8d, 0x99, 0xf7, 0x1f, 0x1a, 0x33, 0xef, 0x6e, 0x1b, 0xb5, 0xf7, 0xb7, 0x8d, 0xda, 0xbf,
  1655. 0xb7, 0x8d, 0xda, 0x3f, 0xff, 0x35, 0x66, 0xfe, 0x5a, 0x2e, 0xfc, 0x4e, 0xf5, 0x16, 0xf0, 0x97,
  1656. 0xa8, 0xf9, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x89, 0x8f, 0x63, 0x43, 0x64, 0x09, 0x00, 0x00,
  1657. }