test.pb.go 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: encoding/textpb/testprotos/pb3/test.proto
  3. package pb3
  4. import (
  5. fmt "fmt"
  6. proto "github.com/golang/protobuf/proto"
  7. _ "github.com/golang/protobuf/ptypes/struct"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  19. type Enum int32
  20. const (
  21. Enum_ZERO Enum = 0
  22. Enum_ONE Enum = 1
  23. Enum_TWO Enum = 2
  24. Enum_TEN Enum = 10
  25. )
  26. var Enum_name = map[int32]string{
  27. 0: "ZERO",
  28. 1: "ONE",
  29. 2: "TWO",
  30. 10: "TEN",
  31. }
  32. var Enum_value = map[string]int32{
  33. "ZERO": 0,
  34. "ONE": 1,
  35. "TWO": 2,
  36. "TEN": 10,
  37. }
  38. func (x Enum) String() string {
  39. return proto.EnumName(Enum_name, int32(x))
  40. }
  41. func (Enum) EnumDescriptor() ([]byte, []int) {
  42. return fileDescriptor_0854715c5b41c422, []int{0}
  43. }
  44. type Enums_NestedEnum int32
  45. const (
  46. Enums_CERO Enums_NestedEnum = 0
  47. Enums_UNO Enums_NestedEnum = 1
  48. Enums_DOS Enums_NestedEnum = 2
  49. Enums_DIEZ Enums_NestedEnum = 10
  50. )
  51. var Enums_NestedEnum_name = map[int32]string{
  52. 0: "CERO",
  53. 1: "UNO",
  54. 2: "DOS",
  55. 10: "DIEZ",
  56. }
  57. var Enums_NestedEnum_value = map[string]int32{
  58. "CERO": 0,
  59. "UNO": 1,
  60. "DOS": 2,
  61. "DIEZ": 10,
  62. }
  63. func (x Enums_NestedEnum) String() string {
  64. return proto.EnumName(Enums_NestedEnum_name, int32(x))
  65. }
  66. func (Enums_NestedEnum) EnumDescriptor() ([]byte, []int) {
  67. return fileDescriptor_0854715c5b41c422, []int{1, 0}
  68. }
  69. // Scalars contains scalar field types.
  70. type Scalars struct {
  71. SBool bool `protobuf:"varint,1,opt,name=s_bool,json=sBool,proto3" json:"s_bool,omitempty"`
  72. SInt32 int32 `protobuf:"varint,2,opt,name=s_int32,json=sInt32,proto3" json:"s_int32,omitempty"`
  73. SInt64 int64 `protobuf:"varint,3,opt,name=s_int64,json=sInt64,proto3" json:"s_int64,omitempty"`
  74. SUint32 uint32 `protobuf:"varint,4,opt,name=s_uint32,json=sUint32,proto3" json:"s_uint32,omitempty"`
  75. SUint64 uint64 `protobuf:"varint,5,opt,name=s_uint64,json=sUint64,proto3" json:"s_uint64,omitempty"`
  76. SSint32 int32 `protobuf:"zigzag32,6,opt,name=s_sint32,json=sSint32,proto3" json:"s_sint32,omitempty"`
  77. SSint64 int64 `protobuf:"zigzag64,7,opt,name=s_sint64,json=sSint64,proto3" json:"s_sint64,omitempty"`
  78. SFixed32 uint32 `protobuf:"fixed32,8,opt,name=s_fixed32,json=sFixed32,proto3" json:"s_fixed32,omitempty"`
  79. SFixed64 uint64 `protobuf:"fixed64,9,opt,name=s_fixed64,json=sFixed64,proto3" json:"s_fixed64,omitempty"`
  80. SSfixed32 int32 `protobuf:"fixed32,10,opt,name=s_sfixed32,json=sSfixed32,proto3" json:"s_sfixed32,omitempty"`
  81. SSfixed64 int64 `protobuf:"fixed64,11,opt,name=s_sfixed64,json=sSfixed64,proto3" json:"s_sfixed64,omitempty"`
  82. SFloat float32 `protobuf:"fixed32,20,opt,name=s_float,json=sFloat,proto3" json:"s_float,omitempty"`
  83. SDouble float64 `protobuf:"fixed64,21,opt,name=s_double,json=sDouble,proto3" json:"s_double,omitempty"`
  84. SBytes []byte `protobuf:"bytes,14,opt,name=s_bytes,json=sBytes,proto3" json:"s_bytes,omitempty"`
  85. SString string `protobuf:"bytes,13,opt,name=s_string,json=sString,proto3" json:"s_string,omitempty"`
  86. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  87. XXX_unrecognized []byte `json:"-"`
  88. XXX_sizecache int32 `json:"-"`
  89. }
  90. func (m *Scalars) Reset() { *m = Scalars{} }
  91. func (m *Scalars) String() string { return proto.CompactTextString(m) }
  92. func (*Scalars) ProtoMessage() {}
  93. func (*Scalars) Descriptor() ([]byte, []int) {
  94. return fileDescriptor_0854715c5b41c422, []int{0}
  95. }
  96. func (m *Scalars) XXX_Unmarshal(b []byte) error {
  97. return xxx_messageInfo_Scalars.Unmarshal(m, b)
  98. }
  99. func (m *Scalars) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  100. return xxx_messageInfo_Scalars.Marshal(b, m, deterministic)
  101. }
  102. func (m *Scalars) XXX_Merge(src proto.Message) {
  103. xxx_messageInfo_Scalars.Merge(m, src)
  104. }
  105. func (m *Scalars) XXX_Size() int {
  106. return xxx_messageInfo_Scalars.Size(m)
  107. }
  108. func (m *Scalars) XXX_DiscardUnknown() {
  109. xxx_messageInfo_Scalars.DiscardUnknown(m)
  110. }
  111. var xxx_messageInfo_Scalars proto.InternalMessageInfo
  112. func (m *Scalars) GetSBool() bool {
  113. if m != nil {
  114. return m.SBool
  115. }
  116. return false
  117. }
  118. func (m *Scalars) GetSInt32() int32 {
  119. if m != nil {
  120. return m.SInt32
  121. }
  122. return 0
  123. }
  124. func (m *Scalars) GetSInt64() int64 {
  125. if m != nil {
  126. return m.SInt64
  127. }
  128. return 0
  129. }
  130. func (m *Scalars) GetSUint32() uint32 {
  131. if m != nil {
  132. return m.SUint32
  133. }
  134. return 0
  135. }
  136. func (m *Scalars) GetSUint64() uint64 {
  137. if m != nil {
  138. return m.SUint64
  139. }
  140. return 0
  141. }
  142. func (m *Scalars) GetSSint32() int32 {
  143. if m != nil {
  144. return m.SSint32
  145. }
  146. return 0
  147. }
  148. func (m *Scalars) GetSSint64() int64 {
  149. if m != nil {
  150. return m.SSint64
  151. }
  152. return 0
  153. }
  154. func (m *Scalars) GetSFixed32() uint32 {
  155. if m != nil {
  156. return m.SFixed32
  157. }
  158. return 0
  159. }
  160. func (m *Scalars) GetSFixed64() uint64 {
  161. if m != nil {
  162. return m.SFixed64
  163. }
  164. return 0
  165. }
  166. func (m *Scalars) GetSSfixed32() int32 {
  167. if m != nil {
  168. return m.SSfixed32
  169. }
  170. return 0
  171. }
  172. func (m *Scalars) GetSSfixed64() int64 {
  173. if m != nil {
  174. return m.SSfixed64
  175. }
  176. return 0
  177. }
  178. func (m *Scalars) GetSFloat() float32 {
  179. if m != nil {
  180. return m.SFloat
  181. }
  182. return 0
  183. }
  184. func (m *Scalars) GetSDouble() float64 {
  185. if m != nil {
  186. return m.SDouble
  187. }
  188. return 0
  189. }
  190. func (m *Scalars) GetSBytes() []byte {
  191. if m != nil {
  192. return m.SBytes
  193. }
  194. return nil
  195. }
  196. func (m *Scalars) GetSString() string {
  197. if m != nil {
  198. return m.SString
  199. }
  200. return ""
  201. }
  202. // Message contains enum fields.
  203. type Enums struct {
  204. SEnum Enum `protobuf:"varint,1,opt,name=s_enum,json=sEnum,proto3,enum=pb3.Enum" json:"s_enum,omitempty"`
  205. RptEnum []Enum `protobuf:"varint,2,rep,packed,name=rpt_enum,json=rptEnum,proto3,enum=pb3.Enum" json:"rpt_enum,omitempty"`
  206. SNestedEnum Enums_NestedEnum `protobuf:"varint,3,opt,name=s_nested_enum,json=sNestedEnum,proto3,enum=pb3.Enums_NestedEnum" json:"s_nested_enum,omitempty"`
  207. RptNestedEnum []Enums_NestedEnum `protobuf:"varint,4,rep,packed,name=rpt_nested_enum,json=rptNestedEnum,proto3,enum=pb3.Enums_NestedEnum" json:"rpt_nested_enum,omitempty"`
  208. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  209. XXX_unrecognized []byte `json:"-"`
  210. XXX_sizecache int32 `json:"-"`
  211. }
  212. func (m *Enums) Reset() { *m = Enums{} }
  213. func (m *Enums) String() string { return proto.CompactTextString(m) }
  214. func (*Enums) ProtoMessage() {}
  215. func (*Enums) Descriptor() ([]byte, []int) {
  216. return fileDescriptor_0854715c5b41c422, []int{1}
  217. }
  218. func (m *Enums) XXX_Unmarshal(b []byte) error {
  219. return xxx_messageInfo_Enums.Unmarshal(m, b)
  220. }
  221. func (m *Enums) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  222. return xxx_messageInfo_Enums.Marshal(b, m, deterministic)
  223. }
  224. func (m *Enums) XXX_Merge(src proto.Message) {
  225. xxx_messageInfo_Enums.Merge(m, src)
  226. }
  227. func (m *Enums) XXX_Size() int {
  228. return xxx_messageInfo_Enums.Size(m)
  229. }
  230. func (m *Enums) XXX_DiscardUnknown() {
  231. xxx_messageInfo_Enums.DiscardUnknown(m)
  232. }
  233. var xxx_messageInfo_Enums proto.InternalMessageInfo
  234. func (m *Enums) GetSEnum() Enum {
  235. if m != nil {
  236. return m.SEnum
  237. }
  238. return Enum_ZERO
  239. }
  240. func (m *Enums) GetRptEnum() []Enum {
  241. if m != nil {
  242. return m.RptEnum
  243. }
  244. return nil
  245. }
  246. func (m *Enums) GetSNestedEnum() Enums_NestedEnum {
  247. if m != nil {
  248. return m.SNestedEnum
  249. }
  250. return Enums_CERO
  251. }
  252. func (m *Enums) GetRptNestedEnum() []Enums_NestedEnum {
  253. if m != nil {
  254. return m.RptNestedEnum
  255. }
  256. return nil
  257. }
  258. // Message contains message and group fields.
  259. type Nests struct {
  260. SNested *Nested `protobuf:"bytes,1,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty"`
  261. RptNested []*Nested `protobuf:"bytes,2,rep,name=rpt_nested,json=rptNested,proto3" json:"rpt_nested,omitempty"`
  262. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  263. XXX_unrecognized []byte `json:"-"`
  264. XXX_sizecache int32 `json:"-"`
  265. }
  266. func (m *Nests) Reset() { *m = Nests{} }
  267. func (m *Nests) String() string { return proto.CompactTextString(m) }
  268. func (*Nests) ProtoMessage() {}
  269. func (*Nests) Descriptor() ([]byte, []int) {
  270. return fileDescriptor_0854715c5b41c422, []int{2}
  271. }
  272. func (m *Nests) XXX_Unmarshal(b []byte) error {
  273. return xxx_messageInfo_Nests.Unmarshal(m, b)
  274. }
  275. func (m *Nests) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  276. return xxx_messageInfo_Nests.Marshal(b, m, deterministic)
  277. }
  278. func (m *Nests) XXX_Merge(src proto.Message) {
  279. xxx_messageInfo_Nests.Merge(m, src)
  280. }
  281. func (m *Nests) XXX_Size() int {
  282. return xxx_messageInfo_Nests.Size(m)
  283. }
  284. func (m *Nests) XXX_DiscardUnknown() {
  285. xxx_messageInfo_Nests.DiscardUnknown(m)
  286. }
  287. var xxx_messageInfo_Nests proto.InternalMessageInfo
  288. func (m *Nests) GetSNested() *Nested {
  289. if m != nil {
  290. return m.SNested
  291. }
  292. return nil
  293. }
  294. func (m *Nests) GetRptNested() []*Nested {
  295. if m != nil {
  296. return m.RptNested
  297. }
  298. return nil
  299. }
  300. // Message type used as submessage.
  301. type Nested struct {
  302. SString string `protobuf:"bytes,1,opt,name=s_string,json=sString,proto3" json:"s_string,omitempty"`
  303. SNested *Nested `protobuf:"bytes,2,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty"`
  304. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  305. XXX_unrecognized []byte `json:"-"`
  306. XXX_sizecache int32 `json:"-"`
  307. }
  308. func (m *Nested) Reset() { *m = Nested{} }
  309. func (m *Nested) String() string { return proto.CompactTextString(m) }
  310. func (*Nested) ProtoMessage() {}
  311. func (*Nested) Descriptor() ([]byte, []int) {
  312. return fileDescriptor_0854715c5b41c422, []int{3}
  313. }
  314. func (m *Nested) XXX_Unmarshal(b []byte) error {
  315. return xxx_messageInfo_Nested.Unmarshal(m, b)
  316. }
  317. func (m *Nested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  318. return xxx_messageInfo_Nested.Marshal(b, m, deterministic)
  319. }
  320. func (m *Nested) XXX_Merge(src proto.Message) {
  321. xxx_messageInfo_Nested.Merge(m, src)
  322. }
  323. func (m *Nested) XXX_Size() int {
  324. return xxx_messageInfo_Nested.Size(m)
  325. }
  326. func (m *Nested) XXX_DiscardUnknown() {
  327. xxx_messageInfo_Nested.DiscardUnknown(m)
  328. }
  329. var xxx_messageInfo_Nested proto.InternalMessageInfo
  330. func (m *Nested) GetSString() string {
  331. if m != nil {
  332. return m.SString
  333. }
  334. return ""
  335. }
  336. func (m *Nested) GetSNested() *Nested {
  337. if m != nil {
  338. return m.SNested
  339. }
  340. return nil
  341. }
  342. func init() {
  343. proto.RegisterEnum("pb3.Enum", Enum_name, Enum_value)
  344. proto.RegisterEnum("pb3.Enums_NestedEnum", Enums_NestedEnum_name, Enums_NestedEnum_value)
  345. proto.RegisterType((*Scalars)(nil), "pb3.Scalars")
  346. proto.RegisterType((*Enums)(nil), "pb3.Enums")
  347. proto.RegisterType((*Nests)(nil), "pb3.Nests")
  348. proto.RegisterType((*Nested)(nil), "pb3.Nested")
  349. }
  350. func init() {
  351. proto.RegisterFile("encoding/textpb/testprotos/pb3/test.proto", fileDescriptor_0854715c5b41c422)
  352. }
  353. var fileDescriptor_0854715c5b41c422 = []byte{
  354. // 566 bytes of a gzipped FileDescriptorProto
  355. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0x5f, 0x6b, 0xdb, 0x3e,
  356. 0x14, 0xfd, 0x29, 0x4e, 0xec, 0xe4, 0xe6, 0x97, 0xd6, 0x13, 0x2b, 0xf3, 0xfe, 0x81, 0x08, 0x63,
  357. 0x68, 0x1d, 0xc4, 0x90, 0x18, 0xc3, 0x60, 0xdb, 0x43, 0xd7, 0x14, 0xca, 0x20, 0x01, 0x67, 0x65,
  358. 0xd0, 0x3d, 0x84, 0x38, 0x71, 0xbd, 0x80, 0x6b, 0x19, 0x5f, 0x79, 0x74, 0x5f, 0x66, 0xdf, 0x74,
  359. 0x30, 0x24, 0x39, 0x89, 0x3b, 0xe8, 0x9e, 0xac, 0xe3, 0x73, 0x8e, 0xee, 0x3d, 0xf7, 0x22, 0x78,
  360. 0x93, 0xe4, 0x6b, 0xb1, 0xd9, 0xe6, 0xa9, 0x2f, 0x93, 0x3b, 0x59, 0xc4, 0xbe, 0x4c, 0x50, 0x16,
  361. 0xa5, 0x90, 0x02, 0xfd, 0x22, 0x9e, 0x68, 0x38, 0xd2, 0x98, 0x5a, 0x45, 0x3c, 0x79, 0xf6, 0x22,
  362. 0x15, 0x22, 0xcd, 0x12, 0x5f, 0xff, 0x8a, 0xab, 0x1b, 0x1f, 0x65, 0x59, 0xad, 0x6b, 0xc9, 0xf0,
  363. 0x97, 0x05, 0xce, 0x62, 0xbd, 0xca, 0x56, 0x25, 0xd2, 0x13, 0xb0, 0x71, 0x19, 0x0b, 0x91, 0x79,
  364. 0x84, 0x11, 0xde, 0x8d, 0x3a, 0x78, 0x26, 0x44, 0x46, 0x9f, 0x80, 0x83, 0xcb, 0x6d, 0x2e, 0x27,
  365. 0x63, 0xaf, 0xc5, 0x08, 0xef, 0x44, 0x36, 0x5e, 0x2a, 0xb4, 0x27, 0xc2, 0xc0, 0xb3, 0x18, 0xe1,
  366. 0x96, 0x21, 0xc2, 0x80, 0x3e, 0x85, 0x2e, 0x2e, 0x2b, 0x63, 0x69, 0x33, 0xc2, 0x07, 0x91, 0x83,
  367. 0x57, 0x1a, 0x1e, 0xa8, 0x30, 0xf0, 0x3a, 0x8c, 0xf0, 0x76, 0x4d, 0xed, 0x5c, 0x68, 0x5c, 0x36,
  368. 0x23, 0xfc, 0x51, 0xe4, 0xe0, 0xa2, 0xe1, 0x42, 0xe3, 0x72, 0x18, 0xe1, 0xb4, 0xa6, 0xc2, 0x80,
  369. 0x3e, 0x87, 0x1e, 0x2e, 0x6f, 0xb6, 0x77, 0xc9, 0x66, 0x32, 0xf6, 0xba, 0x8c, 0x70, 0x27, 0xea,
  370. 0xe2, 0x85, 0xc1, 0x0d, 0x32, 0x0c, 0xbc, 0x1e, 0x23, 0xdc, 0xde, 0x91, 0x61, 0x40, 0x5f, 0x02,
  371. 0xe0, 0x12, 0x77, 0x56, 0x60, 0x84, 0x1f, 0x47, 0x3d, 0x5c, 0xd4, 0x3f, 0x9a, 0x74, 0x18, 0x78,
  372. 0x7d, 0x46, 0xb8, 0xbb, 0xa7, 0xc3, 0xc0, 0x84, 0xbf, 0xc9, 0xc4, 0x4a, 0x7a, 0x8f, 0x19, 0xe1,
  373. 0xad, 0xc8, 0xc6, 0x0b, 0x85, 0x4c, 0xaf, 0x1b, 0x51, 0xc5, 0x59, 0xe2, 0x9d, 0x30, 0xc2, 0x49,
  374. 0xe4, 0xe0, 0xb9, 0x86, 0xc6, 0x13, 0xff, 0x94, 0x09, 0x7a, 0x47, 0x8c, 0xf0, 0xff, 0x23, 0x1b,
  375. 0xcf, 0x14, 0xaa, 0xf3, 0xc9, 0x72, 0x9b, 0xa7, 0xde, 0x80, 0x11, 0xde, 0x53, 0xf9, 0x34, 0x1c,
  376. 0xfe, 0x26, 0xd0, 0x99, 0xe6, 0xd5, 0x2d, 0x52, 0xa6, 0xd6, 0x93, 0xe4, 0xd5, 0xad, 0x5e, 0xcf,
  377. 0xd1, 0xb8, 0x37, 0x2a, 0xe2, 0xc9, 0x48, 0x71, 0x51, 0x07, 0xd5, 0x87, 0xbe, 0x82, 0x6e, 0x59,
  378. 0x48, 0xa3, 0x69, 0x31, 0xeb, 0xbe, 0xc6, 0x29, 0x0b, 0xa9, 0x55, 0xef, 0x60, 0x80, 0xcb, 0x3c,
  379. 0x41, 0x99, 0x6c, 0x8c, 0xd4, 0xd2, 0xd7, 0x9d, 0xec, 0xa5, 0x38, 0x9a, 0x69, 0x56, 0xdb, 0xfa,
  380. 0x78, 0x00, 0xf4, 0x03, 0x1c, 0xab, 0x02, 0x4d, 0x73, 0x5b, 0xd7, 0x79, 0xc0, 0x3c, 0x28, 0x0b,
  381. 0x79, 0x80, 0xc3, 0x31, 0x40, 0xe3, 0xb2, 0x2e, 0xb4, 0x3f, 0x4d, 0xa3, 0xb9, 0xfb, 0x1f, 0x75,
  382. 0xc0, 0xba, 0x9a, 0xcd, 0x5d, 0xa2, 0x0e, 0xe7, 0xf3, 0x85, 0xdb, 0x52, 0xdc, 0xf9, 0xe5, 0xf4,
  383. 0xda, 0x85, 0xe1, 0x37, 0xe8, 0x28, 0x0f, 0xd2, 0xd7, 0x6a, 0x46, 0xa6, 0xb2, 0x1e, 0x40, 0x7f,
  384. 0xdc, 0xd7, 0x45, 0xcd, 0x8d, 0x91, 0x53, 0xf7, 0x49, 0x4f, 0x01, 0x0e, 0x3d, 0xea, 0x31, 0xfc,
  385. 0xa5, 0xec, 0xed, 0x9b, 0x1a, 0x7e, 0x06, 0xbb, 0x76, 0x35, 0x37, 0x40, 0xee, 0x6d, 0xe0, 0x5e,
  386. 0xe1, 0xd6, 0xc3, 0x85, 0x4f, 0xdf, 0x42, 0x7b, 0x97, 0xeb, 0x7a, 0x9f, 0x6b, 0x3e, 0x9b, 0x9a,
  387. 0x5c, 0x5f, 0xbe, 0xce, 0xdd, 0x96, 0x3e, 0x4c, 0x67, 0x2e, 0x9c, 0x7d, 0xbc, 0x7e, 0x9f, 0x6e,
  388. 0xe5, 0xf7, 0x2a, 0x1e, 0xad, 0xc5, 0xad, 0x9f, 0x8a, 0x6c, 0x95, 0xa7, 0x87, 0x27, 0xfa, 0x63,
  389. 0xec, 0xff, 0xfb, 0x95, 0xc7, 0xb6, 0x3e, 0x4f, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff, 0xef, 0xcf,
  390. 0x95, 0x7a, 0x0e, 0x04, 0x00, 0x00,
  391. }