|
@@ -6,6 +6,8 @@ package imp // import "github.com/golang/protobuf/protoc-gen-go/testdata/imp"
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
import fmt "fmt"
|
|
import fmt "fmt"
|
|
|
import math "math"
|
|
import math "math"
|
|
|
|
|
+import imp2 "github.com/golang/protobuf/protoc-gen-go/testdata/imp/imp2"
|
|
|
|
|
+import imp3 "github.com/golang/protobuf/protoc-gen-go/testdata/imp/imp3"
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
var _ = proto.Marshal
|
|
var _ = proto.Marshal
|
|
@@ -18,6 +20,67 @@ var _ = math.Inf
|
|
|
// proto package needs to be updated.
|
|
// proto package needs to be updated.
|
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
|
|
|
|
|
+// PubliclyImportedMessage from public import imp/imp2/imp2.proto
|
|
|
|
|
+type PubliclyImportedMessage imp2.PubliclyImportedMessage
|
|
|
|
|
+
|
|
|
|
|
+func (m *PubliclyImportedMessage) Reset() { (*imp2.PubliclyImportedMessage)(m).Reset() }
|
|
|
|
|
+func (m *PubliclyImportedMessage) String() string { return (*imp2.PubliclyImportedMessage)(m).String() }
|
|
|
|
|
+func (*PubliclyImportedMessage) ProtoMessage() {}
|
|
|
|
|
+func (m *PubliclyImportedMessage) XXX_Unmarshal(buf []byte) error {
|
|
|
|
|
+ return (*imp2.PubliclyImportedMessage)(m).XXX_Unmarshal(buf)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *PubliclyImportedMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return (*imp2.PubliclyImportedMessage)(m).XXX_Marshal(b, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *PubliclyImportedMessage) XXX_Size() int { return (*imp2.PubliclyImportedMessage)(m).XXX_Size() }
|
|
|
|
|
+func (m *PubliclyImportedMessage) XXX_DiscardUnknown() {
|
|
|
|
|
+ (*imp2.PubliclyImportedMessage)(m).XXX_DiscardUnknown()
|
|
|
|
|
+}
|
|
|
|
|
+func (m *PubliclyImportedMessage) GetField() int64 {
|
|
|
|
|
+ return (*imp2.PubliclyImportedMessage)(m).GetField()
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// PubliclyImportedMessage2 from public import imp/imp2/imp2.proto
|
|
|
|
|
+type PubliclyImportedMessage2 imp2.PubliclyImportedMessage2
|
|
|
|
|
+
|
|
|
|
|
+func (m *PubliclyImportedMessage2) Reset() { (*imp2.PubliclyImportedMessage2)(m).Reset() }
|
|
|
|
|
+func (m *PubliclyImportedMessage2) String() string {
|
|
|
|
|
+ return (*imp2.PubliclyImportedMessage2)(m).String()
|
|
|
|
|
+}
|
|
|
|
|
+func (*PubliclyImportedMessage2) ProtoMessage() {}
|
|
|
|
|
+func (m *PubliclyImportedMessage2) XXX_Unmarshal(buf []byte) error {
|
|
|
|
|
+ return (*imp2.PubliclyImportedMessage2)(m).XXX_Unmarshal(buf)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *PubliclyImportedMessage2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return (*imp2.PubliclyImportedMessage2)(m).XXX_Marshal(b, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *PubliclyImportedMessage2) XXX_Size() int {
|
|
|
|
|
+ return (*imp2.PubliclyImportedMessage2)(m).XXX_Size()
|
|
|
|
|
+}
|
|
|
|
|
+func (m *PubliclyImportedMessage2) XXX_DiscardUnknown() {
|
|
|
|
|
+ (*imp2.PubliclyImportedMessage2)(m).XXX_DiscardUnknown()
|
|
|
|
|
+}
|
|
|
|
|
+func (m *PubliclyImportedMessage2) GetField() *PubliclyImportedMessage {
|
|
|
|
|
+ return (*PubliclyImportedMessage)((*imp2.PubliclyImportedMessage2)(m).GetField())
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// PubliclyImportedEnum from public import imp/imp2/imp2.proto
|
|
|
|
|
+type PubliclyImportedEnum imp2.PubliclyImportedEnum
|
|
|
|
|
+
|
|
|
|
|
+var PubliclyImportedEnum_name = imp2.PubliclyImportedEnum_name
|
|
|
|
|
+var PubliclyImportedEnum_value = imp2.PubliclyImportedEnum_value
|
|
|
|
|
+
|
|
|
|
|
+func (x PubliclyImportedEnum) String() string { return (imp2.PubliclyImportedEnum)(x).String() }
|
|
|
|
|
+func (x PubliclyImportedEnum) Enum() *PubliclyImportedEnum {
|
|
|
|
|
+ return (*PubliclyImportedEnum)((imp2.PubliclyImportedEnum)(x).Enum())
|
|
|
|
|
+}
|
|
|
|
|
+func (x *PubliclyImportedEnum) UnmarshalJSON(data []byte) error {
|
|
|
|
|
+ return (*imp2.PubliclyImportedEnum)(x).UnmarshalJSON(data)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+const PubliclyImportedEnum_GLASSES = PubliclyImportedEnum(imp2.PubliclyImportedEnum_GLASSES)
|
|
|
|
|
+const PubliclyImportedEnum_HAIR = PubliclyImportedEnum(imp2.PubliclyImportedEnum_HAIR)
|
|
|
|
|
+
|
|
|
type ImportedMessage_Owner int32
|
|
type ImportedMessage_Owner int32
|
|
|
|
|
|
|
|
const (
|
|
const (
|
|
@@ -51,15 +114,15 @@ func (x *ImportedMessage_Owner) UnmarshalJSON(data []byte) error {
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
func (ImportedMessage_Owner) EnumDescriptor() ([]byte, []int) {
|
|
func (ImportedMessage_Owner) EnumDescriptor() ([]byte, []int) {
|
|
|
- return fileDescriptor_imp_81275c260ac30f8b, []int{0, 0}
|
|
|
|
|
|
|
+ return fileDescriptor_imp_6424de66809c2ae5, []int{0, 0}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type ImportedMessage struct {
|
|
type ImportedMessage struct {
|
|
|
Field *int64 `protobuf:"varint,1,req,name=field" json:"field,omitempty"`
|
|
Field *int64 `protobuf:"varint,1,req,name=field" json:"field,omitempty"`
|
|
|
// The forwarded getters for these fields are fiddly to get right.
|
|
// The forwarded getters for these fields are fiddly to get right.
|
|
|
- LocalMsg *ImportedMessage2 `protobuf:"bytes,2,opt,name=local_msg,json=localMsg" json:"local_msg,omitempty"`
|
|
|
|
|
- ForeignMsg *ForeignImportedMessage `protobuf:"bytes,3,opt,name=foreign_msg,json=foreignMsg" json:"foreign_msg,omitempty"`
|
|
|
|
|
- EnumField *ImportedMessage_Owner `protobuf:"varint,4,opt,name=enum_field,json=enumField,enum=imp.ImportedMessage_Owner" json:"enum_field,omitempty"`
|
|
|
|
|
|
|
+ LocalMsg *ImportedMessage2 `protobuf:"bytes,2,opt,name=local_msg,json=localMsg" json:"local_msg,omitempty"`
|
|
|
|
|
+ ForeignMsg *imp3.ForeignImportedMessage `protobuf:"bytes,3,opt,name=foreign_msg,json=foreignMsg" json:"foreign_msg,omitempty"`
|
|
|
|
|
+ EnumField *ImportedMessage_Owner `protobuf:"varint,4,opt,name=enum_field,json=enumField,enum=imp.ImportedMessage_Owner" json:"enum_field,omitempty"`
|
|
|
// Types that are valid to be assigned to Union:
|
|
// Types that are valid to be assigned to Union:
|
|
|
// *ImportedMessage_State
|
|
// *ImportedMessage_State
|
|
|
Union isImportedMessage_Union `protobuf_oneof:"union"`
|
|
Union isImportedMessage_Union `protobuf_oneof:"union"`
|
|
@@ -77,7 +140,7 @@ func (m *ImportedMessage) Reset() { *m = ImportedMessage{} }
|
|
|
func (m *ImportedMessage) String() string { return proto.CompactTextString(m) }
|
|
func (m *ImportedMessage) String() string { return proto.CompactTextString(m) }
|
|
|
func (*ImportedMessage) ProtoMessage() {}
|
|
func (*ImportedMessage) ProtoMessage() {}
|
|
|
func (*ImportedMessage) Descriptor() ([]byte, []int) {
|
|
func (*ImportedMessage) Descriptor() ([]byte, []int) {
|
|
|
- return fileDescriptor_imp_81275c260ac30f8b, []int{0}
|
|
|
|
|
|
|
+ return fileDescriptor_imp_6424de66809c2ae5, []int{0}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
var extRange_ImportedMessage = []proto.ExtensionRange{
|
|
var extRange_ImportedMessage = []proto.ExtensionRange{
|
|
@@ -136,7 +199,7 @@ func (m *ImportedMessage) GetLocalMsg() *ImportedMessage2 {
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (m *ImportedMessage) GetForeignMsg() *ForeignImportedMessage {
|
|
|
|
|
|
|
+func (m *ImportedMessage) GetForeignMsg() *imp3.ForeignImportedMessage {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
|
return m.ForeignMsg
|
|
return m.ForeignMsg
|
|
|
}
|
|
}
|
|
@@ -245,7 +308,7 @@ func (m *ImportedMessage2) Reset() { *m = ImportedMessage2{} }
|
|
|
func (m *ImportedMessage2) String() string { return proto.CompactTextString(m) }
|
|
func (m *ImportedMessage2) String() string { return proto.CompactTextString(m) }
|
|
|
func (*ImportedMessage2) ProtoMessage() {}
|
|
func (*ImportedMessage2) ProtoMessage() {}
|
|
|
func (*ImportedMessage2) Descriptor() ([]byte, []int) {
|
|
func (*ImportedMessage2) Descriptor() ([]byte, []int) {
|
|
|
- return fileDescriptor_imp_81275c260ac30f8b, []int{1}
|
|
|
|
|
|
|
+ return fileDescriptor_imp_6424de66809c2ae5, []int{1}
|
|
|
}
|
|
}
|
|
|
func (m *ImportedMessage2) XXX_Unmarshal(b []byte) error {
|
|
func (m *ImportedMessage2) XXX_Unmarshal(b []byte) error {
|
|
|
return xxx_messageInfo_ImportedMessage2.Unmarshal(m, b)
|
|
return xxx_messageInfo_ImportedMessage2.Unmarshal(m, b)
|
|
@@ -276,7 +339,7 @@ func (m *ImportedExtendable) Reset() { *m = ImportedExtendable{} }
|
|
|
func (m *ImportedExtendable) String() string { return proto.CompactTextString(m) }
|
|
func (m *ImportedExtendable) String() string { return proto.CompactTextString(m) }
|
|
|
func (*ImportedExtendable) ProtoMessage() {}
|
|
func (*ImportedExtendable) ProtoMessage() {}
|
|
|
func (*ImportedExtendable) Descriptor() ([]byte, []int) {
|
|
func (*ImportedExtendable) Descriptor() ([]byte, []int) {
|
|
|
- return fileDescriptor_imp_81275c260ac30f8b, []int{2}
|
|
|
|
|
|
|
+ return fileDescriptor_imp_6424de66809c2ae5, []int{2}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (m *ImportedExtendable) MarshalJSON() ([]byte, error) {
|
|
func (m *ImportedExtendable) MarshalJSON() ([]byte, error) {
|
|
@@ -319,35 +382,35 @@ func init() {
|
|
|
proto.RegisterEnum("imp.ImportedMessage_Owner", ImportedMessage_Owner_name, ImportedMessage_Owner_value)
|
|
proto.RegisterEnum("imp.ImportedMessage_Owner", ImportedMessage_Owner_name, ImportedMessage_Owner_value)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func init() { proto.RegisterFile("imp/imp.proto", fileDescriptor_imp_81275c260ac30f8b) }
|
|
|
|
|
-
|
|
|
|
|
-var fileDescriptor_imp_81275c260ac30f8b = []byte{
|
|
|
|
|
- // 421 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x4f, 0x8b, 0xd4, 0x30,
|
|
|
|
|
- 0x18, 0xc6, 0x4d, 0xff, 0xec, 0xb4, 0xef, 0xe0, 0x5a, 0x82, 0x4a, 0x99, 0xbd, 0x84, 0x9e, 0xea,
|
|
|
|
|
- 0xca, 0x76, 0xa0, 0x22, 0xba, 0x8b, 0x17, 0x17, 0x67, 0x71, 0x91, 0xa2, 0xf4, 0xe0, 0x61, 0x2f,
|
|
|
|
|
- 0x43, 0x66, 0x9a, 0x89, 0xc5, 0x26, 0x29, 0x4d, 0xaa, 0xee, 0xf7, 0xf0, 0xfb, 0x56, 0x9a, 0xae,
|
|
|
|
|
- 0x22, 0xc3, 0xe8, 0xde, 0x9e, 0xe7, 0xe1, 0xf7, 0xe4, 0x4d, 0x9b, 0x17, 0x1e, 0xd6, 0xa2, 0x5d,
|
|
|
|
|
- 0xd6, 0xa2, 0xcd, 0xda, 0x4e, 0x19, 0x85, 0xdd, 0x5a, 0xb4, 0x8b, 0xe3, 0xbb, 0x2c, 0x9f, 0xc2,
|
|
|
|
|
- 0x3f, 0xfe, 0xc5, 0xe4, 0x93, 0x9f, 0x1e, 0x3c, 0xba, 0x16, 0xad, 0xea, 0x0c, 0xab, 0x0a, 0xa6,
|
|
|
|
|
- 0x35, 0xe5, 0x0c, 0x3f, 0x06, 0x7f, 0x57, 0xb3, 0xa6, 0x8a, 0x11, 0x71, 0x52, 0xb7, 0x9c, 0x0c,
|
|
|
|
|
- 0xce, 0x21, 0x6c, 0xd4, 0x96, 0x36, 0x6b, 0xa1, 0x79, 0xec, 0x10, 0x94, 0xce, 0xf3, 0x27, 0xd9,
|
|
|
|
|
- 0x38, 0x6d, 0xaf, 0x9e, 0x97, 0x81, 0xe5, 0x0a, 0xcd, 0xf1, 0x1b, 0x98, 0xef, 0x54, 0xc7, 0x6a,
|
|
|
|
|
- 0x2e, 0x6d, 0xcb, 0xb5, 0xad, 0x13, 0xdb, 0xba, 0x9a, 0xf2, 0xbd, 0x72, 0x09, 0x77, 0xfc, 0xd8,
|
|
|
|
|
- 0x3e, 0x07, 0x60, 0xb2, 0x17, 0xeb, 0xe9, 0x32, 0x1e, 0x41, 0xe9, 0x71, 0xbe, 0x38, 0x34, 0x32,
|
|
|
|
|
- 0xfb, 0xf8, 0x5d, 0xb2, 0xae, 0x0c, 0x47, 0xfa, 0xca, 0x5e, 0xf6, 0x29, 0xf8, 0xda, 0x50, 0xc3,
|
|
|
|
|
- 0xe2, 0x90, 0xa0, 0xd4, 0x7f, 0xff, 0xa0, 0x9c, 0x2c, 0xc6, 0xe0, 0x49, 0x2a, 0x58, 0xec, 0x13,
|
|
|
|
|
- 0x37, 0x0d, 0x4b, 0xab, 0x71, 0x06, 0xde, 0x46, 0x69, 0x1d, 0x1f, 0x11, 0xf7, 0x9e, 0x01, 0x96,
|
|
|
|
|
- 0xc3, 0xcf, 0xc0, 0x13, 0x4c, 0xa8, 0x78, 0x46, 0xdc, 0x7f, 0xff, 0x03, 0x8b, 0xe0, 0x73, 0x98,
|
|
|
|
|
- 0x09, 0xcd, 0xd7, 0x82, 0xb6, 0x71, 0x60, 0x69, 0x72, 0xf0, 0xf4, 0x42, 0xf3, 0x82, 0xb6, 0x2b,
|
|
|
|
|
- 0x69, 0xba, 0xdb, 0xf2, 0x48, 0x58, 0xb3, 0xf8, 0x04, 0xf3, 0xbf, 0x62, 0x1c, 0x81, 0xfb, 0x95,
|
|
|
|
|
- 0xdd, 0xc6, 0x88, 0xa0, 0x34, 0x2c, 0x47, 0x89, 0x9f, 0x83, 0xff, 0x8d, 0x36, 0x3d, 0xfb, 0xff,
|
|
|
|
|
- 0x5b, 0x4c, 0xcc, 0x85, 0xf3, 0x1a, 0x25, 0x27, 0xe0, 0xdb, 0xcf, 0xc0, 0x01, 0x78, 0xef, 0xde,
|
|
|
|
|
- 0x7e, 0x5e, 0x45, 0x68, 0x54, 0xc5, 0xf5, 0x87, 0x55, 0xe4, 0x9c, 0x7a, 0xc1, 0x4d, 0xc4, 0x2e,
|
|
|
|
|
- 0x67, 0xe0, 0xf7, 0xb2, 0x56, 0x32, 0xc1, 0x10, 0xed, 0x1f, 0x95, 0x24, 0x80, 0x7f, 0x67, 0xab,
|
|
|
|
|
- 0x1f, 0x86, 0xc9, 0x8a, 0x6e, 0x1a, 0x76, 0x1a, 0x04, 0x55, 0x34, 0x0c, 0xc3, 0x30, 0xbb, 0x70,
|
|
|
|
|
- 0x02, 0x74, 0xf9, 0xea, 0xe6, 0x25, 0xaf, 0xcd, 0x97, 0x7e, 0x93, 0x6d, 0x95, 0x58, 0x72, 0xd5,
|
|
|
|
|
- 0x50, 0xc9, 0x97, 0x76, 0xd3, 0x36, 0xfd, 0x6e, 0x12, 0xdb, 0x33, 0xce, 0xe4, 0x19, 0x57, 0x4b,
|
|
|
|
|
- 0xc3, 0xb4, 0xa9, 0xa8, 0xa1, 0xe3, 0x3a, 0xfe, 0x0a, 0x00, 0x00, 0xff, 0xff, 0xb1, 0xe4, 0x5b,
|
|
|
|
|
- 0xa3, 0xbc, 0x02, 0x00, 0x00,
|
|
|
|
|
|
|
+func init() { proto.RegisterFile("imp/imp.proto", fileDescriptor_imp_6424de66809c2ae5) }
|
|
|
|
|
+
|
|
|
|
|
+var fileDescriptor_imp_6424de66809c2ae5 = []byte{
|
|
|
|
|
+ // 427 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x4d, 0x6f, 0xd4, 0x30,
|
|
|
|
|
+ 0x10, 0xad, 0xf3, 0xd1, 0x4d, 0x66, 0x05, 0x44, 0xe6, 0x43, 0xd1, 0xf6, 0x62, 0xe5, 0x14, 0x8a,
|
|
|
|
|
+ 0x9a, 0x95, 0x82, 0x10, 0xb4, 0xe2, 0x42, 0xc5, 0x56, 0x54, 0x28, 0xa2, 0xca, 0x81, 0x43, 0x2f,
|
|
|
|
|
+ 0x2b, 0xef, 0xc6, 0x6b, 0x22, 0x62, 0x3b, 0x8a, 0x1d, 0xa0, 0xff, 0x83, 0xff, 0x1b, 0x14, 0xa7,
|
|
|
|
|
+ 0x20, 0xb4, 0x2a, 0xf4, 0x32, 0x7a, 0xf3, 0xfc, 0xde, 0xcc, 0xd8, 0x1e, 0x78, 0x50, 0x8b, 0x76,
|
|
|
|
|
+ 0x59, 0x8b, 0x36, 0x6b, 0x3b, 0x65, 0x14, 0x76, 0x6b, 0xd1, 0x2e, 0x1e, 0xdf, 0x72, 0xb9, 0x0d,
|
|
|
|
|
+ 0xd3, 0xc9, 0x1f, 0xf2, 0xa5, 0x0d, 0x13, 0x99, 0xfc, 0xf4, 0xe0, 0xd1, 0xa5, 0x68, 0x55, 0x67,
|
|
|
|
|
+ 0x58, 0x55, 0x30, 0xad, 0x29, 0x67, 0xf8, 0x09, 0xf8, 0xbb, 0x9a, 0x35, 0x55, 0x8c, 0x88, 0x93,
|
|
|
|
|
+ 0xba, 0xe5, 0x94, 0xe0, 0x1c, 0xc2, 0x46, 0x6d, 0x69, 0xb3, 0x16, 0x9a, 0xc7, 0x0e, 0x41, 0xe9,
|
|
|
|
|
+ 0x3c, 0x7f, 0x9a, 0x8d, 0x7d, 0xf7, 0xec, 0x79, 0x19, 0x58, 0x5d, 0xa1, 0x39, 0x7e, 0x0b, 0xf3,
|
|
|
|
|
+ 0x9d, 0xea, 0x58, 0xcd, 0xa5, 0x75, 0xb9, 0xd6, 0x75, 0x64, 0x5d, 0x17, 0x13, 0xbf, 0x67, 0x2e,
|
|
|
|
|
+ 0xe1, 0x56, 0x3f, 0xba, 0x4f, 0x01, 0x98, 0xec, 0xc5, 0x7a, 0x1a, 0xc6, 0x23, 0x28, 0x7d, 0x98,
|
|
|
|
|
+ 0x2f, 0xee, 0x6a, 0x99, 0x7d, 0xfa, 0x2e, 0x59, 0x57, 0x86, 0xa3, 0xfa, 0xc2, 0x0e, 0xfb, 0x0c,
|
|
|
|
|
+ 0x7c, 0x6d, 0xa8, 0x61, 0x71, 0x48, 0x50, 0xea, 0x7f, 0x38, 0x28, 0xa7, 0x14, 0x63, 0xf0, 0x24,
|
|
|
|
|
+ 0x15, 0x2c, 0xf6, 0x89, 0x9b, 0x86, 0xa5, 0xc5, 0x38, 0x03, 0x6f, 0xa3, 0xb4, 0x8e, 0x0f, 0x89,
|
|
|
|
|
+ 0x7b, 0x4f, 0x03, 0xab, 0xc3, 0xcf, 0xc1, 0x13, 0x4c, 0xa8, 0x78, 0x46, 0xdc, 0x7f, 0xbf, 0x81,
|
|
|
|
|
+ 0x95, 0xe0, 0x53, 0x98, 0x09, 0xcd, 0xd7, 0x82, 0xb6, 0x71, 0x60, 0xd5, 0xe4, 0xce, 0xea, 0x85,
|
|
|
|
|
+ 0xe6, 0x05, 0x6d, 0x57, 0xd2, 0x74, 0x37, 0xe5, 0xa1, 0xb0, 0xc9, 0xe2, 0x0a, 0xe6, 0x7f, 0xd1,
|
|
|
|
|
+ 0x38, 0x02, 0xf7, 0x2b, 0xbb, 0x89, 0x11, 0x41, 0x69, 0x58, 0x8e, 0x10, 0xbf, 0x00, 0xff, 0x1b,
|
|
|
|
|
+ 0x6d, 0x7a, 0xf6, 0xff, 0xbf, 0x98, 0x34, 0x67, 0xce, 0x1b, 0x94, 0x1c, 0x81, 0x6f, 0xaf, 0x81,
|
|
|
|
|
+ 0x03, 0xf0, 0xde, 0xbf, 0xfb, 0xbc, 0x8a, 0xd0, 0x88, 0x8a, 0xcb, 0x8f, 0xab, 0xc8, 0x39, 0xf6,
|
|
|
|
|
+ 0x82, 0xeb, 0x88, 0x9d, 0xcf, 0xc0, 0xef, 0x65, 0xad, 0x64, 0x82, 0x21, 0xda, 0x2f, 0x95, 0x24,
|
|
|
|
|
+ 0x80, 0x7f, 0x73, 0xab, 0x1f, 0x86, 0xc9, 0x8a, 0x6e, 0x1a, 0x76, 0x1c, 0x04, 0x55, 0x34, 0x0c,
|
|
|
|
|
+ 0xc3, 0x30, 0x3b, 0x73, 0x02, 0x74, 0xfe, 0xfa, 0xfa, 0x15, 0xaf, 0xcd, 0x97, 0x7e, 0x93, 0x6d,
|
|
|
|
|
+ 0x95, 0x58, 0x72, 0xd5, 0x50, 0xc9, 0x97, 0x76, 0xd3, 0x36, 0xfd, 0x6e, 0x02, 0xdb, 0x13, 0xce,
|
|
|
|
|
+ 0xe4, 0x09, 0x57, 0x4b, 0xc3, 0xb4, 0xa9, 0xa8, 0xa1, 0xe3, 0x3a, 0x5e, 0x1d, 0xfc, 0x0a, 0x00,
|
|
|
|
|
+ 0x00, 0xff, 0xff, 0xe7, 0x7a, 0x0f, 0x3a, 0xc8, 0x02, 0x00, 0x00,
|
|
|
}
|
|
}
|