8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
1731 lines
61 KiB
Go
1731 lines
61 KiB
Go
// Code generated by protoc-gen-gogo.
|
|
// source: unrecognizedgroup.proto
|
|
// DO NOT EDIT!
|
|
|
|
/*
|
|
Package unrecognizedgroup is a generated protocol buffer package.
|
|
|
|
It is generated from these files:
|
|
unrecognizedgroup.proto
|
|
|
|
It has these top-level messages:
|
|
NewNoGroup
|
|
A
|
|
OldWithGroup
|
|
*/
|
|
package unrecognizedgroup
|
|
|
|
import proto "github.com/gogo/protobuf/proto"
|
|
import fmt "fmt"
|
|
import math "math"
|
|
import _ "github.com/gogo/protobuf/gogoproto"
|
|
|
|
import github_com_gogo_protobuf_protoc_gen_gogo_descriptor "github.com/gogo/protobuf/protoc-gen-gogo/descriptor"
|
|
import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto"
|
|
import compress_gzip "compress/gzip"
|
|
import bytes "bytes"
|
|
import io_ioutil "io/ioutil"
|
|
|
|
import strings "strings"
|
|
import sort "sort"
|
|
import strconv "strconv"
|
|
import reflect "reflect"
|
|
|
|
import io "io"
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
type NewNoGroup struct {
|
|
Field1 *int64 `protobuf:"varint,1,opt,name=Field1,json=field1" json:"Field1,omitempty"`
|
|
Field3 []float64 `protobuf:"fixed64,3,rep,name=Field3,json=field3" json:"Field3,omitempty"`
|
|
A *A `protobuf:"bytes,5,opt,name=A,json=a" json:"A,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *NewNoGroup) Reset() { *m = NewNoGroup{} }
|
|
func (*NewNoGroup) ProtoMessage() {}
|
|
func (*NewNoGroup) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognizedgroup, []int{0} }
|
|
|
|
type A struct {
|
|
AField *int64 `protobuf:"varint,1,opt,name=AField,json=aField" json:"AField,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *A) Reset() { *m = A{} }
|
|
func (*A) ProtoMessage() {}
|
|
func (*A) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognizedgroup, []int{1} }
|
|
|
|
type OldWithGroup struct {
|
|
Field1 *int64 `protobuf:"varint,1,opt,name=Field1,json=field1" json:"Field1,omitempty"`
|
|
Group1 *OldWithGroup_Group1 `protobuf:"group,2,opt,name=Group1,json=group1" json:"group1,omitempty"`
|
|
Field3 []float64 `protobuf:"fixed64,3,rep,name=Field3,json=field3" json:"Field3,omitempty"`
|
|
Group2 *OldWithGroup_Group2 `protobuf:"group,4,opt,name=Group2,json=group2" json:"group2,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *OldWithGroup) Reset() { *m = OldWithGroup{} }
|
|
func (*OldWithGroup) ProtoMessage() {}
|
|
func (*OldWithGroup) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognizedgroup, []int{2} }
|
|
|
|
type OldWithGroup_Group1 struct {
|
|
Field1 *int64 `protobuf:"varint,1,opt,name=Field1,json=field1" json:"Field1,omitempty"`
|
|
Field2 *int32 `protobuf:"varint,2,opt,name=Field2,json=field2" json:"Field2,omitempty"`
|
|
Field3 []float64 `protobuf:"fixed64,3,rep,name=Field3,json=field3" json:"Field3,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *OldWithGroup_Group1) Reset() { *m = OldWithGroup_Group1{} }
|
|
func (*OldWithGroup_Group1) ProtoMessage() {}
|
|
func (*OldWithGroup_Group1) Descriptor() ([]byte, []int) {
|
|
return fileDescriptorUnrecognizedgroup, []int{2, 0}
|
|
}
|
|
|
|
type OldWithGroup_Group2 struct {
|
|
Field1 *int64 `protobuf:"varint,1,opt,name=Field1,json=field1" json:"Field1,omitempty"`
|
|
Field2 []float64 `protobuf:"fixed64,2,rep,name=Field2,json=field2" json:"Field2,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *OldWithGroup_Group2) Reset() { *m = OldWithGroup_Group2{} }
|
|
func (*OldWithGroup_Group2) ProtoMessage() {}
|
|
func (*OldWithGroup_Group2) Descriptor() ([]byte, []int) {
|
|
return fileDescriptorUnrecognizedgroup, []int{2, 1}
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*NewNoGroup)(nil), "unrecognizedgroup.NewNoGroup")
|
|
proto.RegisterType((*A)(nil), "unrecognizedgroup.A")
|
|
proto.RegisterType((*OldWithGroup)(nil), "unrecognizedgroup.OldWithGroup")
|
|
proto.RegisterType((*OldWithGroup_Group1)(nil), "unrecognizedgroup.OldWithGroup.Group1")
|
|
proto.RegisterType((*OldWithGroup_Group2)(nil), "unrecognizedgroup.OldWithGroup.Group2")
|
|
}
|
|
func (this *NewNoGroup) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
|
|
return UnrecognizedgroupDescription()
|
|
}
|
|
func (this *A) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
|
|
return UnrecognizedgroupDescription()
|
|
}
|
|
func (this *OldWithGroup) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
|
|
return UnrecognizedgroupDescription()
|
|
}
|
|
func (this *OldWithGroup_Group1) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
|
|
return UnrecognizedgroupDescription()
|
|
}
|
|
func (this *OldWithGroup_Group2) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
|
|
return UnrecognizedgroupDescription()
|
|
}
|
|
func UnrecognizedgroupDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
|
|
d := &github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet{}
|
|
var gzipped = []byte{
|
|
// 3477 bytes of a gzipped FileDescriptorSet
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xcc, 0x5a, 0x59, 0x6c, 0x1b, 0xd7,
|
|
0x7a, 0xf6, 0x70, 0x13, 0xf9, 0x93, 0xa2, 0x46, 0x23, 0x45, 0xa6, 0x95, 0x44, 0x92, 0x99, 0x4d,
|
|
0x76, 0x1a, 0x39, 0x96, 0x97, 0xd8, 0x74, 0x13, 0x83, 0x92, 0x68, 0x46, 0x86, 0x16, 0x76, 0x24,
|
|
0x25, 0x4e, 0xfa, 0x30, 0x38, 0x1a, 0x1e, 0x52, 0x63, 0x0f, 0x67, 0xd8, 0x99, 0xa1, 0x6d, 0xf9,
|
|
0xc9, 0x45, 0xba, 0x05, 0x45, 0xdb, 0x74, 0x01, 0x9a, 0xbd, 0x71, 0x80, 0x36, 0x69, 0xba, 0x25,
|
|
0xdd, 0x50, 0xf4, 0xa9, 0x40, 0x91, 0xb6, 0xe8, 0x43, 0xd1, 0xf6, 0xa9, 0x0f, 0x7d, 0xa8, 0x8d,
|
|
0x00, 0x6d, 0xef, 0x4d, 0xee, 0xcd, 0x05, 0x0c, 0xdc, 0x0b, 0xe4, 0xe5, 0xe2, 0x6c, 0xc3, 0xe1,
|
|
0x22, 0x0d, 0x15, 0x20, 0x37, 0xf7, 0xc5, 0xd6, 0xf9, 0xcf, 0xff, 0x7d, 0xf3, 0x9f, 0xff, 0xfc,
|
|
0xe7, 0xff, 0xff, 0x39, 0x43, 0xf8, 0xc7, 0x93, 0x30, 0x53, 0xb7, 0xed, 0xba, 0x89, 0x4f, 0x34,
|
|
0x1d, 0xdb, 0xb3, 0xb7, 0x5b, 0xb5, 0x13, 0x55, 0xec, 0xea, 0x8e, 0xd1, 0xf4, 0x6c, 0x67, 0x8e,
|
|
0xca, 0x94, 0x11, 0xa6, 0x31, 0x27, 0x34, 0xf2, 0xab, 0x30, 0x7a, 0xc9, 0x30, 0xf1, 0x92, 0xaf,
|
|
0xb8, 0x81, 0x3d, 0xe5, 0x1c, 0xc4, 0x6a, 0x86, 0x89, 0x73, 0xd2, 0x4c, 0x74, 0x36, 0x3d, 0xff,
|
|
0xe8, 0x5c, 0x17, 0x68, 0xae, 0x13, 0x51, 0x21, 0x62, 0x95, 0x22, 0xf2, 0x9f, 0xc5, 0x60, 0xac,
|
|
0xcf, 0xac, 0xa2, 0x40, 0xcc, 0x42, 0x0d, 0xc2, 0x28, 0xcd, 0xa6, 0x54, 0xfa, 0xb7, 0x92, 0x83,
|
|
0xa1, 0x26, 0xd2, 0xaf, 0xa1, 0x3a, 0xce, 0x45, 0xa8, 0x58, 0x0c, 0x95, 0x29, 0x80, 0x2a, 0x6e,
|
|
0x62, 0xab, 0x8a, 0x2d, 0x7d, 0x37, 0x17, 0x9d, 0x89, 0xce, 0xa6, 0xd4, 0x80, 0x44, 0x79, 0x12,
|
|
0x46, 0x9b, 0xad, 0x6d, 0xd3, 0xd0, 0xb5, 0x80, 0x1a, 0xcc, 0x44, 0x67, 0xe3, 0xaa, 0xcc, 0x26,
|
|
0x96, 0xda, 0xca, 0x4f, 0xc0, 0xc8, 0x0d, 0x8c, 0xae, 0x05, 0x55, 0xd3, 0x54, 0x35, 0x4b, 0xc4,
|
|
0x01, 0xc5, 0x45, 0xc8, 0x34, 0xb0, 0xeb, 0xa2, 0x3a, 0xd6, 0xbc, 0xdd, 0x26, 0xce, 0xc5, 0xe8,
|
|
0xea, 0x67, 0x7a, 0x56, 0xdf, 0xbd, 0xf2, 0x34, 0x47, 0x6d, 0xee, 0x36, 0xb1, 0x52, 0x84, 0x14,
|
|
0xb6, 0x5a, 0x0d, 0xc6, 0x10, 0xdf, 0xc3, 0x7f, 0x25, 0xab, 0xd5, 0xe8, 0x66, 0x49, 0x12, 0x18,
|
|
0xa7, 0x18, 0x72, 0xb1, 0x73, 0xdd, 0xd0, 0x71, 0x2e, 0x41, 0x09, 0x9e, 0xe8, 0x21, 0xd8, 0x60,
|
|
0xf3, 0xdd, 0x1c, 0x02, 0xa7, 0x2c, 0x42, 0x0a, 0xdf, 0xf4, 0xb0, 0xe5, 0x1a, 0xb6, 0x95, 0x1b,
|
|
0xa2, 0x24, 0x8f, 0xf5, 0xd9, 0x45, 0x6c, 0x56, 0xbb, 0x29, 0xda, 0x38, 0xe5, 0x2c, 0x0c, 0xd9,
|
|
0x4d, 0xcf, 0xb0, 0x2d, 0x37, 0x97, 0x9c, 0x91, 0x66, 0xd3, 0xf3, 0x0f, 0xf5, 0x0d, 0x84, 0x75,
|
|
0xa6, 0xa3, 0x0a, 0x65, 0x65, 0x19, 0x64, 0xd7, 0x6e, 0x39, 0x3a, 0xd6, 0x74, 0xbb, 0x8a, 0x35,
|
|
0xc3, 0xaa, 0xd9, 0xb9, 0x14, 0x25, 0x98, 0xee, 0x5d, 0x08, 0x55, 0x5c, 0xb4, 0xab, 0x78, 0xd9,
|
|
0xaa, 0xd9, 0x6a, 0xd6, 0xed, 0x18, 0x2b, 0x13, 0x90, 0x70, 0x77, 0x2d, 0x0f, 0xdd, 0xcc, 0x65,
|
|
0x68, 0x84, 0xf0, 0x51, 0xfe, 0x87, 0x71, 0x18, 0x19, 0x24, 0xc4, 0x2e, 0x40, 0xbc, 0x46, 0x56,
|
|
0x99, 0x8b, 0x1c, 0xc4, 0x07, 0x0c, 0xd3, 0xe9, 0xc4, 0xc4, 0xd7, 0x74, 0x62, 0x11, 0xd2, 0x16,
|
|
0x76, 0x3d, 0x5c, 0x65, 0x11, 0x11, 0x1d, 0x30, 0xa6, 0x80, 0x81, 0x7a, 0x43, 0x2a, 0xf6, 0xb5,
|
|
0x42, 0xea, 0x0a, 0x8c, 0xf8, 0x26, 0x69, 0x0e, 0xb2, 0xea, 0x22, 0x36, 0x4f, 0x84, 0x59, 0x32,
|
|
0x57, 0x12, 0x38, 0x95, 0xc0, 0xd4, 0x2c, 0xee, 0x18, 0x2b, 0x4b, 0x00, 0xb6, 0x85, 0xed, 0x9a,
|
|
0x56, 0xc5, 0xba, 0x99, 0x4b, 0xee, 0xe1, 0xa5, 0x75, 0xa2, 0xd2, 0xe3, 0x25, 0x9b, 0x49, 0x75,
|
|
0x53, 0x39, 0xdf, 0x0e, 0xb5, 0xa1, 0x3d, 0x22, 0x65, 0x95, 0x1d, 0xb2, 0x9e, 0x68, 0xdb, 0x82,
|
|
0xac, 0x83, 0x49, 0xdc, 0xe3, 0x2a, 0x5f, 0x59, 0x8a, 0x1a, 0x31, 0x17, 0xba, 0x32, 0x95, 0xc3,
|
|
0xd8, 0xc2, 0x86, 0x9d, 0xe0, 0x50, 0x79, 0x04, 0x7c, 0x81, 0x46, 0xc3, 0x0a, 0x68, 0x16, 0xca,
|
|
0x08, 0xe1, 0x1a, 0x6a, 0xe0, 0xc9, 0x73, 0x90, 0xed, 0x74, 0x8f, 0x32, 0x0e, 0x71, 0xd7, 0x43,
|
|
0x8e, 0x47, 0xa3, 0x30, 0xae, 0xb2, 0x81, 0x22, 0x43, 0x14, 0x5b, 0x55, 0x9a, 0xe5, 0xe2, 0x2a,
|
|
0xf9, 0x73, 0xf2, 0x19, 0x18, 0xee, 0x78, 0xfc, 0xa0, 0xc0, 0xfc, 0xeb, 0x09, 0x18, 0xef, 0x17,
|
|
0x73, 0x7d, 0xc3, 0x7f, 0x02, 0x12, 0x56, 0xab, 0xb1, 0x8d, 0x9d, 0x5c, 0x94, 0x32, 0xf0, 0x91,
|
|
0x52, 0x84, 0xb8, 0x89, 0xb6, 0xb1, 0x99, 0x8b, 0xcd, 0x48, 0xb3, 0xd9, 0xf9, 0x27, 0x07, 0x8a,
|
|
0xea, 0xb9, 0x15, 0x02, 0x51, 0x19, 0x52, 0x79, 0x0e, 0x62, 0x3c, 0xc5, 0x11, 0x86, 0xe3, 0x83,
|
|
0x31, 0x90, 0x58, 0x54, 0x29, 0x4e, 0x79, 0x10, 0x52, 0xe4, 0x7f, 0xe6, 0xdb, 0x04, 0xb5, 0x39,
|
|
0x49, 0x04, 0xc4, 0xaf, 0xca, 0x24, 0x24, 0x69, 0x98, 0x55, 0xb1, 0x28, 0x0d, 0xfe, 0x98, 0x6c,
|
|
0x4c, 0x15, 0xd7, 0x50, 0xcb, 0xf4, 0xb4, 0xeb, 0xc8, 0x6c, 0x61, 0x1a, 0x30, 0x29, 0x35, 0xc3,
|
|
0x85, 0x2f, 0x10, 0x99, 0x32, 0x0d, 0x69, 0x16, 0x95, 0x86, 0x55, 0xc5, 0x37, 0x69, 0xf6, 0x89,
|
|
0xab, 0x2c, 0x50, 0x97, 0x89, 0x84, 0x3c, 0xfe, 0xaa, 0x6b, 0x5b, 0x62, 0x6b, 0xe9, 0x23, 0x88,
|
|
0x80, 0x3e, 0xfe, 0x99, 0xee, 0xc4, 0xf7, 0x70, 0xff, 0xe5, 0x75, 0xc7, 0x62, 0xfe, 0x6f, 0x23,
|
|
0x10, 0xa3, 0xe7, 0x6d, 0x04, 0xd2, 0x9b, 0x2f, 0x55, 0x4a, 0xda, 0xd2, 0xfa, 0xd6, 0xc2, 0x4a,
|
|
0x49, 0x96, 0x94, 0x2c, 0x00, 0x15, 0x5c, 0x5a, 0x59, 0x2f, 0x6e, 0xca, 0x11, 0x7f, 0xbc, 0xbc,
|
|
0xb6, 0x79, 0xf6, 0xb4, 0x1c, 0xf5, 0x01, 0x5b, 0x4c, 0x10, 0x0b, 0x2a, 0x9c, 0x9a, 0x97, 0xe3,
|
|
0x8a, 0x0c, 0x19, 0x46, 0xb0, 0x7c, 0xa5, 0xb4, 0x74, 0xf6, 0xb4, 0x9c, 0xe8, 0x94, 0x9c, 0x9a,
|
|
0x97, 0x87, 0x94, 0x61, 0x48, 0x51, 0xc9, 0xc2, 0xfa, 0xfa, 0x8a, 0x9c, 0xf4, 0x39, 0x37, 0x36,
|
|
0xd5, 0xe5, 0xb5, 0xb2, 0x9c, 0xf2, 0x39, 0xcb, 0xea, 0xfa, 0x56, 0x45, 0x06, 0x9f, 0x61, 0xb5,
|
|
0xb4, 0xb1, 0x51, 0x2c, 0x97, 0xe4, 0xb4, 0xaf, 0xb1, 0xf0, 0xd2, 0x66, 0x69, 0x43, 0xce, 0x74,
|
|
0x98, 0x75, 0x6a, 0x5e, 0x1e, 0xf6, 0x1f, 0x51, 0x5a, 0xdb, 0x5a, 0x95, 0xb3, 0xca, 0x28, 0x0c,
|
|
0xb3, 0x47, 0x08, 0x23, 0x46, 0xba, 0x44, 0x67, 0x4f, 0xcb, 0x72, 0xdb, 0x10, 0xc6, 0x32, 0xda,
|
|
0x21, 0x38, 0x7b, 0x5a, 0x56, 0xf2, 0x8b, 0x10, 0xa7, 0xd1, 0xa5, 0x28, 0x90, 0x5d, 0x29, 0x2e,
|
|
0x94, 0x56, 0xb4, 0xf5, 0xca, 0xe6, 0xf2, 0xfa, 0x5a, 0x71, 0x45, 0x96, 0xda, 0x32, 0xb5, 0xf4,
|
|
0x73, 0x5b, 0xcb, 0x6a, 0x69, 0x49, 0x8e, 0x04, 0x65, 0x95, 0x52, 0x71, 0xb3, 0xb4, 0x24, 0x47,
|
|
0xf3, 0xc7, 0x61, 0xbc, 0x5f, 0x9e, 0xe9, 0x77, 0x32, 0xf2, 0xef, 0x4b, 0x30, 0xd6, 0x27, 0x65,
|
|
0xf6, 0x3d, 0x45, 0x17, 0x21, 0xce, 0x22, 0x8d, 0x15, 0x91, 0x63, 0x7d, 0x73, 0x2f, 0x8d, 0xbb,
|
|
0x9e, 0x42, 0x42, 0x71, 0xc1, 0x42, 0x1a, 0xdd, 0xa3, 0x90, 0x12, 0x8a, 0x9e, 0x70, 0x7a, 0x45,
|
|
0x82, 0xdc, 0x5e, 0xdc, 0x21, 0xe7, 0x3d, 0xd2, 0x71, 0xde, 0x2f, 0x74, 0x1b, 0x70, 0x74, 0xef,
|
|
0x35, 0xf4, 0x58, 0xf1, 0x81, 0x04, 0x13, 0xfd, 0xfb, 0x8d, 0xbe, 0x36, 0x3c, 0x07, 0x89, 0x06,
|
|
0xf6, 0x76, 0x6c, 0x51, 0x73, 0x1f, 0xef, 0x93, 0xc9, 0xc9, 0x74, 0xb7, 0xaf, 0x38, 0x2a, 0x58,
|
|
0x0a, 0xa2, 0x7b, 0x35, 0x0d, 0xcc, 0x9a, 0x1e, 0x4b, 0x5f, 0x8d, 0xc0, 0x03, 0x7d, 0xc9, 0xfb,
|
|
0x1a, 0xfa, 0x30, 0x80, 0x61, 0x35, 0x5b, 0x1e, 0xab, 0xab, 0x2c, 0xcd, 0xa4, 0xa8, 0x84, 0x1e,
|
|
0x61, 0x92, 0x42, 0x5a, 0x9e, 0x3f, 0x1f, 0xa5, 0xf3, 0xc0, 0x44, 0x54, 0xe1, 0x5c, 0xdb, 0xd0,
|
|
0x18, 0x35, 0x74, 0x6a, 0x8f, 0x95, 0xf6, 0x94, 0xac, 0xa7, 0x41, 0xd6, 0x4d, 0x03, 0x5b, 0x9e,
|
|
0xe6, 0x7a, 0x0e, 0x46, 0x0d, 0xc3, 0xaa, 0xd3, 0x3c, 0x9a, 0x2c, 0xc4, 0x6b, 0xc8, 0x74, 0xb1,
|
|
0x3a, 0xc2, 0xa6, 0x37, 0xc4, 0x2c, 0x41, 0xd0, 0x62, 0xe1, 0x04, 0x10, 0x89, 0x0e, 0x04, 0x9b,
|
|
0xf6, 0x11, 0xf9, 0xff, 0x1c, 0x82, 0x74, 0xa0, 0x3b, 0x53, 0x8e, 0x42, 0xe6, 0x2a, 0xba, 0x8e,
|
|
0x34, 0xd1, 0x71, 0x33, 0x4f, 0xa4, 0x89, 0xac, 0xc2, 0xbb, 0xee, 0xa7, 0x61, 0x9c, 0xaa, 0xd8,
|
|
0x2d, 0x0f, 0x3b, 0x9a, 0x6e, 0x22, 0xd7, 0xa5, 0x4e, 0x4b, 0x52, 0x55, 0x85, 0xcc, 0xad, 0x93,
|
|
0xa9, 0x45, 0x31, 0xa3, 0x9c, 0x81, 0x31, 0x8a, 0x68, 0xb4, 0x4c, 0xcf, 0x68, 0x9a, 0x58, 0x23,
|
|
0xef, 0x00, 0x2e, 0xcd, 0xa7, 0xbe, 0x65, 0xa3, 0x44, 0x63, 0x95, 0x2b, 0x10, 0x8b, 0x5c, 0xa5,
|
|
0x0c, 0x0f, 0x53, 0x58, 0x1d, 0x5b, 0xd8, 0x41, 0x1e, 0xd6, 0xf0, 0x2f, 0xb4, 0x90, 0xe9, 0x6a,
|
|
0xc8, 0xaa, 0x6a, 0x3b, 0xc8, 0xdd, 0xc9, 0x8d, 0x07, 0x09, 0x8e, 0x10, 0xdd, 0x32, 0x57, 0x2d,
|
|
0x51, 0xcd, 0xa2, 0x55, 0x7d, 0x1e, 0xb9, 0x3b, 0x4a, 0x01, 0x26, 0x28, 0x91, 0xeb, 0x39, 0x86,
|
|
0x55, 0xd7, 0xf4, 0x1d, 0xac, 0x5f, 0xd3, 0x5a, 0x5e, 0xed, 0x5c, 0xee, 0xc1, 0x20, 0x03, 0x35,
|
|
0x72, 0x83, 0xea, 0x2c, 0x12, 0x95, 0x2d, 0xaf, 0x76, 0x4e, 0xd9, 0x80, 0x0c, 0xd9, 0x8f, 0x86,
|
|
0x71, 0x0b, 0x6b, 0x35, 0xdb, 0xa1, 0x35, 0x22, 0xdb, 0xe7, 0x70, 0x07, 0x9c, 0x38, 0xb7, 0xce,
|
|
0x01, 0xab, 0x76, 0x15, 0x17, 0xe2, 0x1b, 0x95, 0x52, 0x69, 0x49, 0x4d, 0x0b, 0x96, 0x4b, 0xb6,
|
|
0x43, 0x62, 0xaa, 0x6e, 0xfb, 0x3e, 0x4e, 0xb3, 0x98, 0xaa, 0xdb, 0xc2, 0xc3, 0x67, 0x60, 0x4c,
|
|
0xd7, 0xd9, 0xb2, 0x0d, 0x5d, 0xe3, 0xcd, 0xba, 0x9b, 0x93, 0x3b, 0xfc, 0xa5, 0xeb, 0x65, 0xa6,
|
|
0xc0, 0xc3, 0xdc, 0x55, 0xce, 0xc3, 0x03, 0x6d, 0x7f, 0x05, 0x81, 0xa3, 0x3d, 0xab, 0xec, 0x86,
|
|
0x9e, 0x81, 0xb1, 0xe6, 0x6e, 0x2f, 0x50, 0xe9, 0x78, 0x62, 0x73, 0xb7, 0x1b, 0xf6, 0x18, 0x7d,
|
|
0x01, 0x73, 0xb0, 0x8e, 0x3c, 0x5c, 0xcd, 0x1d, 0x0e, 0x6a, 0x07, 0x26, 0x94, 0x13, 0x20, 0xeb,
|
|
0xba, 0x86, 0x2d, 0xb4, 0x6d, 0x62, 0x0d, 0x39, 0xd8, 0x42, 0x6e, 0x6e, 0x3a, 0xa8, 0x9c, 0xd5,
|
|
0xf5, 0x12, 0x9d, 0x2d, 0xd2, 0x49, 0xe5, 0x38, 0x8c, 0xda, 0xdb, 0x57, 0x75, 0x16, 0x5c, 0x5a,
|
|
0xd3, 0xc1, 0x35, 0xe3, 0x66, 0xee, 0x51, 0xea, 0xa6, 0x11, 0x32, 0x41, 0x43, 0xab, 0x42, 0xc5,
|
|
0xca, 0x31, 0x90, 0x75, 0x77, 0x07, 0x39, 0x4d, 0x5a, 0xa4, 0xdd, 0x26, 0xd2, 0x71, 0xee, 0x31,
|
|
0xa6, 0xca, 0xe4, 0x6b, 0x42, 0xac, 0x94, 0x60, 0x9a, 0x2c, 0xde, 0x42, 0x96, 0xad, 0xb5, 0x5c,
|
|
0xac, 0xb5, 0x4d, 0xf4, 0xf7, 0xe2, 0x71, 0x62, 0x96, 0xfa, 0x90, 0x50, 0xdb, 0x72, 0xf1, 0x92,
|
|
0xaf, 0x24, 0xb6, 0xe7, 0x0a, 0x8c, 0xb7, 0x2c, 0xc3, 0xf2, 0xb0, 0xd3, 0x74, 0x30, 0x01, 0xb3,
|
|
0x03, 0x9b, 0xfb, 0xdf, 0xa1, 0x3d, 0x9a, 0xee, 0xad, 0xa0, 0x36, 0x0b, 0x12, 0x75, 0xac, 0xd5,
|
|
0x2b, 0xcc, 0x17, 0x20, 0x13, 0x8c, 0x1d, 0x25, 0x05, 0x2c, 0x7a, 0x64, 0x89, 0x54, 0xd4, 0xc5,
|
|
0xf5, 0x25, 0x52, 0x0b, 0x5f, 0x2e, 0xc9, 0x11, 0x52, 0x93, 0x57, 0x96, 0x37, 0x4b, 0x9a, 0xba,
|
|
0xb5, 0xb6, 0xb9, 0xbc, 0x5a, 0x92, 0xa3, 0xc7, 0x53, 0xc9, 0xff, 0x1b, 0x92, 0x6f, 0xdf, 0xbe,
|
|
0x7d, 0x3b, 0x92, 0xff, 0x34, 0x02, 0xd9, 0xce, 0x3e, 0x58, 0xf9, 0x59, 0x38, 0x2c, 0x5e, 0x5a,
|
|
0x5d, 0xec, 0x69, 0x37, 0x0c, 0x87, 0x86, 0x73, 0x03, 0xb1, 0x4e, 0xd2, 0xdf, 0x89, 0x71, 0xae,
|
|
0xb5, 0x81, 0xbd, 0x17, 0x0d, 0x87, 0x04, 0x6b, 0x03, 0x79, 0xca, 0x0a, 0x4c, 0x5b, 0xb6, 0xe6,
|
|
0x7a, 0xc8, 0xaa, 0x22, 0xa7, 0xaa, 0xb5, 0xaf, 0x0b, 0x34, 0xa4, 0xeb, 0xd8, 0x75, 0x6d, 0x56,
|
|
0x49, 0x7c, 0x96, 0x87, 0x2c, 0x7b, 0x83, 0x2b, 0xb7, 0x53, 0x6c, 0x91, 0xab, 0x76, 0x45, 0x4d,
|
|
0x74, 0xaf, 0xa8, 0x79, 0x10, 0x52, 0x0d, 0xd4, 0xd4, 0xb0, 0xe5, 0x39, 0xbb, 0xb4, 0x7b, 0x4b,
|
|
0xaa, 0xc9, 0x06, 0x6a, 0x96, 0xc8, 0xf8, 0x9b, 0xdb, 0x83, 0xa0, 0x1f, 0xff, 0x3b, 0x0a, 0x99,
|
|
0x60, 0x07, 0x47, 0x1a, 0x62, 0x9d, 0xa6, 0x79, 0x89, 0x66, 0x81, 0x47, 0xf6, 0xed, 0xf7, 0xe6,
|
|
0x16, 0x49, 0xfe, 0x2f, 0x24, 0x58, 0x5f, 0xa5, 0x32, 0x24, 0xa9, 0xbd, 0x24, 0xd6, 0x30, 0xeb,
|
|
0xd6, 0x93, 0x2a, 0x1f, 0x29, 0x65, 0x48, 0x5c, 0x75, 0x29, 0x77, 0x82, 0x72, 0x3f, 0xba, 0x3f,
|
|
0xf7, 0xe5, 0x0d, 0x4a, 0x9e, 0xba, 0xbc, 0xa1, 0xad, 0xad, 0xab, 0xab, 0xc5, 0x15, 0x95, 0xc3,
|
|
0x95, 0x23, 0x10, 0x33, 0xd1, 0xad, 0xdd, 0xce, 0x4a, 0x41, 0x45, 0x83, 0x3a, 0xfe, 0x08, 0xc4,
|
|
0x6e, 0x60, 0x74, 0xad, 0x33, 0x3f, 0x53, 0xd1, 0x37, 0x18, 0xfa, 0x27, 0x20, 0x4e, 0xfd, 0xa5,
|
|
0x00, 0x70, 0x8f, 0xc9, 0x87, 0x94, 0x24, 0xc4, 0x16, 0xd7, 0x55, 0x12, 0xfe, 0x32, 0x64, 0x98,
|
|
0x54, 0xab, 0x2c, 0x97, 0x16, 0x4b, 0x72, 0x24, 0x7f, 0x06, 0x12, 0xcc, 0x09, 0xe4, 0x68, 0xf8,
|
|
0x6e, 0x90, 0x0f, 0xf1, 0x21, 0xe7, 0x90, 0xc4, 0xec, 0xd6, 0xea, 0x42, 0x49, 0x95, 0x23, 0xc1,
|
|
0xed, 0xfd, 0x7b, 0x09, 0xd2, 0x81, 0x86, 0x8a, 0x94, 0x72, 0x64, 0x9a, 0xf6, 0x0d, 0x0d, 0x99,
|
|
0x06, 0x72, 0xf9, 0xfe, 0x00, 0x15, 0x15, 0x89, 0x64, 0x50, 0xff, 0xfd, 0x44, 0x62, 0xf3, 0x5d,
|
|
0x09, 0xe4, 0xee, 0x66, 0xac, 0xcb, 0x40, 0xe9, 0x5b, 0x35, 0xf0, 0x6d, 0x09, 0xb2, 0x9d, 0x1d,
|
|
0x58, 0x97, 0x79, 0x47, 0xbf, 0x55, 0xf3, 0xde, 0x92, 0x60, 0xb8, 0xa3, 0xef, 0xfa, 0xa9, 0xb2,
|
|
0xee, 0xcd, 0x28, 0x8c, 0xf5, 0xc1, 0x29, 0x45, 0xde, 0xa0, 0xb2, 0x9e, 0xf9, 0xa9, 0x41, 0x9e,
|
|
0x35, 0x47, 0xea, 0x5f, 0x05, 0x39, 0x1e, 0xef, 0x67, 0x8f, 0x81, 0x6c, 0x54, 0xb1, 0xe5, 0x19,
|
|
0x35, 0x03, 0x3b, 0xfc, 0xdd, 0x98, 0x75, 0xad, 0x23, 0x6d, 0x39, 0x7b, 0x3d, 0xfe, 0x19, 0x50,
|
|
0x9a, 0xb6, 0x6b, 0x78, 0xc6, 0x75, 0xac, 0x19, 0x96, 0x78, 0x91, 0x26, 0x5d, 0x6c, 0x4c, 0x95,
|
|
0xc5, 0xcc, 0xb2, 0xe5, 0xf9, 0xda, 0x16, 0xae, 0xa3, 0x2e, 0x6d, 0x92, 0x86, 0xa2, 0xaa, 0x2c,
|
|
0x66, 0x7c, 0xed, 0xa3, 0x90, 0xa9, 0xda, 0x2d, 0xd2, 0x10, 0x30, 0x3d, 0x92, 0xf5, 0x24, 0x35,
|
|
0xcd, 0x64, 0xbe, 0x0a, 0xef, 0xd8, 0xda, 0x6f, 0xf0, 0x19, 0x35, 0xcd, 0x64, 0x4c, 0xe5, 0x09,
|
|
0x18, 0x41, 0xf5, 0xba, 0x43, 0xc8, 0x05, 0x11, 0x6b, 0x43, 0xb3, 0xbe, 0x98, 0x2a, 0x4e, 0x5e,
|
|
0x86, 0xa4, 0xf0, 0x03, 0x29, 0x2c, 0xc4, 0x13, 0x5a, 0x93, 0xdd, 0xa3, 0x44, 0xc8, 0x4b, 0xbd,
|
|
0x25, 0x26, 0x8f, 0x42, 0xc6, 0x70, 0xb5, 0xf6, 0x85, 0x5e, 0x64, 0x26, 0x32, 0x9b, 0x54, 0xd3,
|
|
0x86, 0xeb, 0xdf, 0xe0, 0xe4, 0x3f, 0x88, 0x40, 0xb6, 0xf3, 0x42, 0x52, 0x59, 0x82, 0xa4, 0x69,
|
|
0xeb, 0x88, 0x06, 0x02, 0xbb, 0x0d, 0x9f, 0x0d, 0xb9, 0xc3, 0x9c, 0x5b, 0xe1, 0xfa, 0xaa, 0x8f,
|
|
0x9c, 0xfc, 0x37, 0x09, 0x92, 0x42, 0xac, 0x4c, 0x40, 0xac, 0x89, 0xbc, 0x1d, 0x4a, 0x17, 0x5f,
|
|
0x88, 0xc8, 0x92, 0x4a, 0xc7, 0x44, 0xee, 0x36, 0x91, 0x45, 0x43, 0x80, 0xcb, 0xc9, 0x98, 0xec,
|
|
0xab, 0x89, 0x51, 0x95, 0x36, 0xb8, 0x76, 0xa3, 0x81, 0x2d, 0xcf, 0x15, 0xfb, 0xca, 0xe5, 0x8b,
|
|
0x5c, 0xac, 0x3c, 0x09, 0xa3, 0x9e, 0x83, 0x0c, 0xb3, 0x43, 0x37, 0x46, 0x75, 0x65, 0x31, 0xe1,
|
|
0x2b, 0x17, 0xe0, 0x88, 0xe0, 0xad, 0x62, 0x0f, 0xe9, 0x3b, 0xb8, 0xda, 0x06, 0x25, 0xe8, 0x6d,
|
|
0xd7, 0x61, 0xae, 0xb0, 0xc4, 0xe7, 0x05, 0x76, 0xe1, 0x0a, 0x8c, 0xe9, 0x76, 0xa3, 0xdb, 0x13,
|
|
0x0b, 0x72, 0xd7, 0x7b, 0x97, 0xfb, 0xbc, 0xf4, 0x32, 0xb4, 0x9b, 0x8a, 0xf7, 0x23, 0xd1, 0x72,
|
|
0x65, 0xe1, 0xa3, 0xc8, 0x64, 0x99, 0xe1, 0x2a, 0xc2, 0x83, 0x2a, 0xae, 0x99, 0x58, 0x27, 0xde,
|
|
0x81, 0x3b, 0x8f, 0xc0, 0x53, 0x75, 0xc3, 0xdb, 0x69, 0x6d, 0xcf, 0xe9, 0x76, 0xe3, 0x44, 0xdd,
|
|
0xae, 0xdb, 0xed, 0xcf, 0x19, 0x64, 0x44, 0x07, 0xf4, 0x2f, 0xfe, 0x49, 0x23, 0xe5, 0x4b, 0x27,
|
|
0x43, 0xbf, 0x7f, 0x14, 0xd6, 0x60, 0x8c, 0x2b, 0x6b, 0xf4, 0x4e, 0x95, 0xb5, 0xa0, 0xca, 0xbe,
|
|
0x2f, 0xe4, 0xb9, 0x4f, 0x3e, 0xa3, 0x25, 0x41, 0x1d, 0xe5, 0x50, 0x32, 0xc7, 0x9a, 0xd4, 0x82,
|
|
0x0a, 0x0f, 0x74, 0xf0, 0xb1, 0x18, 0xc6, 0x4e, 0x08, 0xe3, 0xa7, 0x9c, 0x71, 0x2c, 0xc0, 0xb8,
|
|
0xc1, 0xa1, 0x85, 0x45, 0x18, 0x3e, 0x08, 0xd7, 0x3f, 0x71, 0xae, 0x0c, 0x0e, 0x92, 0x94, 0x61,
|
|
0x84, 0x92, 0xe8, 0x2d, 0xd7, 0xb3, 0x1b, 0x34, 0x41, 0xec, 0x4f, 0xf3, 0xcf, 0x9f, 0xb1, 0xa0,
|
|
0xca, 0x12, 0xd8, 0xa2, 0x8f, 0x2a, 0xbc, 0x00, 0xe3, 0x44, 0x42, 0xcf, 0x60, 0x90, 0x2d, 0xfc,
|
|
0x0a, 0x21, 0xf7, 0x1f, 0xaf, 0xb0, 0xd8, 0x1b, 0xf3, 0x09, 0x02, 0xbc, 0x81, 0x9d, 0xa8, 0x63,
|
|
0xcf, 0xc3, 0x8e, 0xab, 0x21, 0xd3, 0x54, 0xf6, 0xfd, 0xc6, 0x90, 0x7b, 0xe3, 0xf3, 0xce, 0x9d,
|
|
0x28, 0x33, 0x64, 0xd1, 0x34, 0x0b, 0x5b, 0x70, 0xb8, 0xcf, 0xce, 0x0e, 0xc0, 0xf9, 0x26, 0xe7,
|
|
0x1c, 0xef, 0xd9, 0x5d, 0x42, 0x5b, 0x01, 0x21, 0xf7, 0xf7, 0x63, 0x00, 0xce, 0xb7, 0x38, 0xa7,
|
|
0xc2, 0xb1, 0x62, 0x5b, 0x08, 0xe3, 0x65, 0x18, 0xbd, 0x8e, 0x9d, 0x6d, 0xdb, 0xe5, 0xef, 0xbd,
|
|
0x03, 0xd0, 0xbd, 0xcd, 0xe9, 0x46, 0x38, 0x90, 0xbe, 0x05, 0x13, 0xae, 0xf3, 0x90, 0xac, 0x21,
|
|
0x1d, 0x0f, 0x40, 0xf1, 0x0e, 0xa7, 0x18, 0x22, 0xfa, 0x04, 0x5a, 0x84, 0x4c, 0xdd, 0xe6, 0x69,
|
|
0x38, 0x1c, 0xfe, 0x2e, 0x87, 0xa7, 0x05, 0x86, 0x53, 0x34, 0xed, 0x66, 0xcb, 0x24, 0x39, 0x3a,
|
|
0x9c, 0xe2, 0x0f, 0x04, 0x85, 0xc0, 0x70, 0x8a, 0x03, 0xb8, 0xf5, 0x3d, 0x41, 0xe1, 0x06, 0xfc,
|
|
0x79, 0x11, 0xd2, 0xb6, 0x65, 0xee, 0xda, 0xd6, 0x20, 0x46, 0xdc, 0xe1, 0x0c, 0xc0, 0x21, 0x84,
|
|
0xe0, 0x02, 0xa4, 0x06, 0xdd, 0x88, 0x3f, 0xe4, 0xf0, 0x24, 0x16, 0x3b, 0x50, 0x86, 0x11, 0x91,
|
|
0x64, 0x0c, 0xdb, 0x1a, 0x80, 0xe2, 0x8f, 0x38, 0x45, 0x36, 0x00, 0xe3, 0xcb, 0xf0, 0xb0, 0xeb,
|
|
0xd5, 0xf1, 0x20, 0x24, 0x1f, 0x88, 0x65, 0x70, 0x08, 0x77, 0xe5, 0x36, 0xb6, 0xf4, 0x9d, 0xc1,
|
|
0x18, 0x3e, 0x14, 0xae, 0x14, 0x18, 0x42, 0xb1, 0x08, 0xc3, 0x0d, 0xe4, 0xb8, 0x3b, 0xc8, 0x1c,
|
|
0x68, 0x3b, 0xfe, 0x98, 0x73, 0x64, 0x7c, 0x10, 0xf7, 0x48, 0xcb, 0x3a, 0x08, 0xcd, 0x47, 0xc2,
|
|
0x23, 0x01, 0x18, 0x3f, 0x7a, 0xae, 0x47, 0xaf, 0x16, 0x0e, 0xc2, 0xf6, 0x27, 0xe2, 0xe8, 0x31,
|
|
0xec, 0x6a, 0x90, 0xf1, 0x02, 0xa4, 0x5c, 0xe3, 0xd6, 0x40, 0x34, 0x7f, 0x2a, 0x76, 0x9a, 0x02,
|
|
0x08, 0xf8, 0x25, 0x38, 0xd2, 0x37, 0xd5, 0x0f, 0x40, 0xf6, 0x67, 0x9c, 0x6c, 0xa2, 0x4f, 0xba,
|
|
0xe7, 0x29, 0xe1, 0xa0, 0x94, 0x7f, 0x2e, 0x52, 0x02, 0xee, 0xe2, 0xaa, 0x90, 0x36, 0xd6, 0x45,
|
|
0xb5, 0x83, 0x79, 0xed, 0x2f, 0x84, 0xd7, 0x18, 0xb6, 0xc3, 0x6b, 0x9b, 0x30, 0xc1, 0x19, 0x0f,
|
|
0xb6, 0xaf, 0x1f, 0x8b, 0xc4, 0xca, 0xd0, 0x5b, 0x9d, 0xbb, 0xfb, 0xf3, 0x30, 0xe9, 0xbb, 0x53,
|
|
0x74, 0x60, 0xae, 0xd6, 0x40, 0xcd, 0x01, 0x98, 0x3f, 0xe1, 0xcc, 0x22, 0xe3, 0xfb, 0x2d, 0x9c,
|
|
0xbb, 0x8a, 0x9a, 0x84, 0xfc, 0x0a, 0xe4, 0x04, 0x79, 0xcb, 0x72, 0xb0, 0x6e, 0xd7, 0x2d, 0xe3,
|
|
0x16, 0xae, 0x0e, 0x40, 0xfd, 0x97, 0x5d, 0x5b, 0xb5, 0x15, 0x80, 0x13, 0xe6, 0x65, 0x90, 0xfd,
|
|
0x7e, 0x43, 0x33, 0x1a, 0x4d, 0xdb, 0xf1, 0x42, 0x18, 0xff, 0x4a, 0xec, 0x94, 0x8f, 0x5b, 0xa6,
|
|
0xb0, 0x42, 0x09, 0xb2, 0x74, 0x38, 0x68, 0x48, 0xfe, 0x35, 0x27, 0x1a, 0x6e, 0xa3, 0x78, 0xe2,
|
|
0xd0, 0xed, 0x46, 0x13, 0x39, 0x83, 0xe4, 0xbf, 0xbf, 0x11, 0x89, 0x83, 0x43, 0x58, 0xf4, 0x8d,
|
|
0x74, 0x55, 0x62, 0x25, 0xec, 0xf3, 0x6b, 0xee, 0x17, 0xef, 0xf3, 0x33, 0xdb, 0x59, 0x88, 0x0b,
|
|
0x2b, 0xc4, 0x3d, 0x9d, 0xe5, 0x32, 0x9c, 0xec, 0x95, 0xfb, 0xbe, 0x87, 0x3a, 0xaa, 0x65, 0xe1,
|
|
0x12, 0x0c, 0x77, 0x94, 0xca, 0x70, 0xaa, 0x5f, 0xe2, 0x54, 0x99, 0x60, 0xa5, 0x2c, 0x9c, 0x81,
|
|
0x18, 0x29, 0x7b, 0xe1, 0xf0, 0x5f, 0xe6, 0x70, 0xaa, 0x5e, 0x78, 0x16, 0x92, 0xa2, 0xdc, 0x85,
|
|
0x43, 0x7f, 0x85, 0x43, 0x7d, 0x08, 0x81, 0x8b, 0x52, 0x17, 0x0e, 0xff, 0x55, 0x01, 0x17, 0x10,
|
|
0x02, 0x1f, 0xdc, 0x85, 0xff, 0xf0, 0xeb, 0x31, 0x9e, 0xae, 0x84, 0xef, 0x2e, 0xc0, 0x10, 0xaf,
|
|
0x71, 0xe1, 0xe8, 0x57, 0xf9, 0xc3, 0x05, 0xa2, 0xf0, 0x0c, 0xc4, 0x07, 0x74, 0xf8, 0x6f, 0x70,
|
|
0x28, 0xd3, 0x2f, 0x2c, 0x42, 0x3a, 0x50, 0xd7, 0xc2, 0xe1, 0xbf, 0xc9, 0xe1, 0x41, 0x14, 0x31,
|
|
0x9d, 0xd7, 0xb5, 0x70, 0x82, 0xdf, 0x12, 0xa6, 0x73, 0x04, 0x71, 0x9b, 0x28, 0x69, 0xe1, 0xe8,
|
|
0xd7, 0x84, 0xd7, 0x05, 0xa4, 0x70, 0x11, 0x52, 0x7e, 0x9a, 0x0a, 0xc7, 0xff, 0x36, 0xc7, 0xb7,
|
|
0x31, 0xc4, 0x03, 0x81, 0x34, 0x19, 0x4e, 0xf1, 0x3b, 0xc2, 0x03, 0x01, 0x14, 0x39, 0x46, 0xdd,
|
|
0xa5, 0x2f, 0x9c, 0xe9, 0x77, 0xc5, 0x31, 0xea, 0xaa, 0x7c, 0x64, 0x37, 0x69, 0xb6, 0x08, 0xa7,
|
|
0xf8, 0x3d, 0xb1, 0x9b, 0x54, 0x9f, 0x98, 0xd1, 0x5d, 0x4b, 0xc2, 0x39, 0x7e, 0x5f, 0x98, 0xd1,
|
|
0x55, 0x4a, 0x0a, 0x15, 0x50, 0x7a, 0xeb, 0x48, 0x38, 0xdf, 0xeb, 0x9c, 0x6f, 0xb4, 0xa7, 0x8c,
|
|
0x14, 0x5e, 0x84, 0x89, 0xfe, 0x35, 0x24, 0x9c, 0xf5, 0x8d, 0xfb, 0x5d, 0x5d, 0x7f, 0xb0, 0x84,
|
|
0x14, 0x36, 0xdb, 0x5d, 0x7f, 0xb0, 0x7e, 0x84, 0xd3, 0xbe, 0x79, 0xbf, 0xf3, 0xc5, 0x2e, 0x58,
|
|
0x3e, 0x0a, 0x45, 0x80, 0x76, 0xea, 0x0e, 0xe7, 0x7a, 0x9b, 0x73, 0x05, 0x40, 0xe4, 0x68, 0xf0,
|
|
0xcc, 0x1d, 0x8e, 0x7f, 0x47, 0x1c, 0x0d, 0x8e, 0x28, 0x5c, 0x80, 0xa4, 0xd5, 0x32, 0x4d, 0x12,
|
|
0x1c, 0xca, 0xfe, 0x3f, 0x69, 0xc8, 0xfd, 0xff, 0x57, 0xfc, 0x60, 0x08, 0x40, 0xe1, 0x0c, 0xc4,
|
|
0x71, 0x63, 0x1b, 0x57, 0xc3, 0x90, 0xdf, 0xf9, 0x4a, 0x24, 0x04, 0xa2, 0x5d, 0xb8, 0x08, 0xc0,
|
|
0x5e, 0x1a, 0xe9, 0x1d, 0x76, 0x08, 0xf6, 0xbb, 0x5f, 0xf1, 0xcf, 0xac, 0x6d, 0x48, 0x9b, 0x80,
|
|
0x7d, 0xb4, 0xdd, 0x9f, 0xe0, 0xf3, 0x4e, 0x02, 0xfa, 0xa2, 0x79, 0x1e, 0x86, 0xae, 0xba, 0xb6,
|
|
0xe5, 0xa1, 0x7a, 0x18, 0xfa, 0x0b, 0x8e, 0x16, 0xfa, 0xc4, 0x61, 0x0d, 0xdb, 0xc1, 0x1e, 0xaa,
|
|
0xbb, 0x61, 0xd8, 0xef, 0x71, 0xac, 0x0f, 0x20, 0x60, 0x1d, 0xb9, 0xde, 0x20, 0xeb, 0xfe, 0xbe,
|
|
0x00, 0x0b, 0x00, 0x31, 0x9a, 0xfc, 0x7d, 0x0d, 0xef, 0x86, 0x61, 0xbf, 0x14, 0x46, 0x73, 0xfd,
|
|
0xc2, 0xb3, 0x90, 0x22, 0x7f, 0xb2, 0x9f, 0x1e, 0x84, 0x80, 0x7f, 0xc0, 0xc1, 0x6d, 0xc4, 0xc2,
|
|
0xd1, 0xfe, 0x57, 0x3b, 0x50, 0xb6, 0xcb, 0x36, 0xbb, 0xd4, 0x81, 0x2f, 0x62, 0x70, 0x38, 0x78,
|
|
0x2c, 0xea, 0x8e, 0xdd, 0x6a, 0xf2, 0xdb, 0x98, 0xd1, 0x9e, 0x89, 0xc9, 0x83, 0xdd, 0xe7, 0xe4,
|
|
0x2d, 0x80, 0x35, 0x7c, 0x63, 0xcd, 0x2e, 0x13, 0xb0, 0x32, 0x01, 0x09, 0x6a, 0xf1, 0x49, 0x7a,
|
|
0xeb, 0x1d, 0x55, 0x13, 0xf4, 0xb7, 0x79, 0x27, 0x7d, 0xf9, 0x29, 0xfa, 0x93, 0x3a, 0x89, 0xcb,
|
|
0x4f, 0x29, 0x79, 0x90, 0x8a, 0xf4, 0x6e, 0x32, 0x3d, 0x3f, 0x3e, 0xd7, 0x6b, 0x64, 0x51, 0x95,
|
|
0x50, 0x21, 0xf3, 0x6b, 0x77, 0xa6, 0xa5, 0xd7, 0xee, 0x4c, 0x4b, 0xef, 0xdd, 0x99, 0x96, 0xf2,
|
|
0xc7, 0x40, 0x2a, 0x12, 0xba, 0x22, 0xe5, 0x13, 0x8f, 0x41, 0x74, 0xd4, 0xa5, 0xfa, 0xaf, 0x11,
|
|
0xc8, 0xac, 0x9b, 0xd5, 0x17, 0x0d, 0x6f, 0x67, 0x7f, 0xeb, 0x9e, 0x83, 0x04, 0x7d, 0xde, 0x49,
|
|
0xfa, 0xb1, 0x01, 0xe6, 0x1f, 0xef, 0x63, 0x4a, 0x90, 0x68, 0x8e, 0xfe, 0x7b, 0x52, 0xe5, 0xa8,
|
|
0x3d, 0x57, 0x27, 0x78, 0xe7, 0xe9, 0xad, 0xde, 0xa0, 0xbc, 0xf3, 0x9c, 0x77, 0x7e, 0xb2, 0x02,
|
|
0x89, 0x72, 0xe7, 0x13, 0xf6, 0xf2, 0xeb, 0xbc, 0xf8, 0x09, 0x09, 0x95, 0xcf, 0xef, 0x65, 0xd1,
|
|
0xe4, 0x39, 0xce, 0x38, 0x3f, 0x10, 0x63, 0x1b, 0x39, 0xbf, 0x30, 0xfb, 0x2f, 0x77, 0xa7, 0x0e,
|
|
0xfd, 0xfb, 0xdd, 0xa9, 0x43, 0xff, 0x75, 0x77, 0xea, 0xd0, 0xff, 0xdc, 0x9d, 0x92, 0xbe, 0xbc,
|
|
0x3b, 0x25, 0xfd, 0xe8, 0xee, 0x94, 0x74, 0xfb, 0xde, 0x94, 0xf4, 0xe1, 0xbd, 0x29, 0xe9, 0xe3,
|
|
0x7b, 0x53, 0xd2, 0xdf, 0xdd, 0x9b, 0x92, 0x7e, 0x1c, 0x00, 0x00, 0xff, 0xff, 0x15, 0x3b, 0x3f,
|
|
0xed, 0xda, 0x2c, 0x00, 0x00,
|
|
}
|
|
r := bytes.NewReader(gzipped)
|
|
gzipr, err := compress_gzip.NewReader(r)
|
|
if err != nil {
|
|
panic(err)
|
|
}
|
|
ungzipped, err := io_ioutil.ReadAll(gzipr)
|
|
if err != nil {
|
|
panic(err)
|
|
}
|
|
if err := github_com_gogo_protobuf_proto.Unmarshal(ungzipped, d); err != nil {
|
|
panic(err)
|
|
}
|
|
return d
|
|
}
|
|
func (this *NewNoGroup) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*NewNoGroup)
|
|
if !ok {
|
|
that2, ok := that.(NewNoGroup)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *NewNoGroup")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *NewNoGroup but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *NewNoGroup but is not nil && this == nil")
|
|
}
|
|
if this.Field1 != nil && that1.Field1 != nil {
|
|
if *this.Field1 != *that1.Field1 {
|
|
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", *this.Field1, *that1.Field1)
|
|
}
|
|
} else if this.Field1 != nil {
|
|
return fmt.Errorf("this.Field1 == nil && that.Field1 != nil")
|
|
} else if that1.Field1 != nil {
|
|
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", this.Field1, that1.Field1)
|
|
}
|
|
if len(this.Field3) != len(that1.Field3) {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
|
|
}
|
|
for i := range this.Field3 {
|
|
if this.Field3[i] != that1.Field3[i] {
|
|
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
|
|
}
|
|
}
|
|
if !this.A.Equal(that1.A) {
|
|
return fmt.Errorf("A this(%v) Not Equal that(%v)", this.A, that1.A)
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return fmt.Errorf("XXX_unrecognized this(%v) Not Equal that(%v)", this.XXX_unrecognized, that1.XXX_unrecognized)
|
|
}
|
|
return nil
|
|
}
|
|
func (this *NewNoGroup) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
if this == nil {
|
|
return true
|
|
}
|
|
return false
|
|
}
|
|
|
|
that1, ok := that.(*NewNoGroup)
|
|
if !ok {
|
|
that2, ok := that.(NewNoGroup)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return true
|
|
}
|
|
return false
|
|
} else if this == nil {
|
|
return false
|
|
}
|
|
if this.Field1 != nil && that1.Field1 != nil {
|
|
if *this.Field1 != *that1.Field1 {
|
|
return false
|
|
}
|
|
} else if this.Field1 != nil {
|
|
return false
|
|
} else if that1.Field1 != nil {
|
|
return false
|
|
}
|
|
if len(this.Field3) != len(that1.Field3) {
|
|
return false
|
|
}
|
|
for i := range this.Field3 {
|
|
if this.Field3[i] != that1.Field3[i] {
|
|
return false
|
|
}
|
|
}
|
|
if !this.A.Equal(that1.A) {
|
|
return false
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *A) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*A)
|
|
if !ok {
|
|
that2, ok := that.(A)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *A")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *A but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *A but is not nil && this == nil")
|
|
}
|
|
if this.AField != nil && that1.AField != nil {
|
|
if *this.AField != *that1.AField {
|
|
return fmt.Errorf("AField this(%v) Not Equal that(%v)", *this.AField, *that1.AField)
|
|
}
|
|
} else if this.AField != nil {
|
|
return fmt.Errorf("this.AField == nil && that.AField != nil")
|
|
} else if that1.AField != nil {
|
|
return fmt.Errorf("AField this(%v) Not Equal that(%v)", this.AField, that1.AField)
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return fmt.Errorf("XXX_unrecognized this(%v) Not Equal that(%v)", this.XXX_unrecognized, that1.XXX_unrecognized)
|
|
}
|
|
return nil
|
|
}
|
|
func (this *A) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
if this == nil {
|
|
return true
|
|
}
|
|
return false
|
|
}
|
|
|
|
that1, ok := that.(*A)
|
|
if !ok {
|
|
that2, ok := that.(A)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return true
|
|
}
|
|
return false
|
|
} else if this == nil {
|
|
return false
|
|
}
|
|
if this.AField != nil && that1.AField != nil {
|
|
if *this.AField != *that1.AField {
|
|
return false
|
|
}
|
|
} else if this.AField != nil {
|
|
return false
|
|
} else if that1.AField != nil {
|
|
return false
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *OldWithGroup) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*OldWithGroup)
|
|
if !ok {
|
|
that2, ok := that.(OldWithGroup)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *OldWithGroup")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *OldWithGroup but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *OldWithGroup but is not nil && this == nil")
|
|
}
|
|
if this.Field1 != nil && that1.Field1 != nil {
|
|
if *this.Field1 != *that1.Field1 {
|
|
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", *this.Field1, *that1.Field1)
|
|
}
|
|
} else if this.Field1 != nil {
|
|
return fmt.Errorf("this.Field1 == nil && that.Field1 != nil")
|
|
} else if that1.Field1 != nil {
|
|
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", this.Field1, that1.Field1)
|
|
}
|
|
if !this.Group1.Equal(that1.Group1) {
|
|
return fmt.Errorf("Group1 this(%v) Not Equal that(%v)", this.Group1, that1.Group1)
|
|
}
|
|
if len(this.Field3) != len(that1.Field3) {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
|
|
}
|
|
for i := range this.Field3 {
|
|
if this.Field3[i] != that1.Field3[i] {
|
|
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
|
|
}
|
|
}
|
|
if !this.Group2.Equal(that1.Group2) {
|
|
return fmt.Errorf("Group2 this(%v) Not Equal that(%v)", this.Group2, that1.Group2)
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return fmt.Errorf("XXX_unrecognized this(%v) Not Equal that(%v)", this.XXX_unrecognized, that1.XXX_unrecognized)
|
|
}
|
|
return nil
|
|
}
|
|
func (this *OldWithGroup) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
if this == nil {
|
|
return true
|
|
}
|
|
return false
|
|
}
|
|
|
|
that1, ok := that.(*OldWithGroup)
|
|
if !ok {
|
|
that2, ok := that.(OldWithGroup)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return true
|
|
}
|
|
return false
|
|
} else if this == nil {
|
|
return false
|
|
}
|
|
if this.Field1 != nil && that1.Field1 != nil {
|
|
if *this.Field1 != *that1.Field1 {
|
|
return false
|
|
}
|
|
} else if this.Field1 != nil {
|
|
return false
|
|
} else if that1.Field1 != nil {
|
|
return false
|
|
}
|
|
if !this.Group1.Equal(that1.Group1) {
|
|
return false
|
|
}
|
|
if len(this.Field3) != len(that1.Field3) {
|
|
return false
|
|
}
|
|
for i := range this.Field3 {
|
|
if this.Field3[i] != that1.Field3[i] {
|
|
return false
|
|
}
|
|
}
|
|
if !this.Group2.Equal(that1.Group2) {
|
|
return false
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *OldWithGroup_Group1) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*OldWithGroup_Group1)
|
|
if !ok {
|
|
that2, ok := that.(OldWithGroup_Group1)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *OldWithGroup_Group1")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *OldWithGroup_Group1 but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *OldWithGroup_Group1 but is not nil && this == nil")
|
|
}
|
|
if this.Field1 != nil && that1.Field1 != nil {
|
|
if *this.Field1 != *that1.Field1 {
|
|
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", *this.Field1, *that1.Field1)
|
|
}
|
|
} else if this.Field1 != nil {
|
|
return fmt.Errorf("this.Field1 == nil && that.Field1 != nil")
|
|
} else if that1.Field1 != nil {
|
|
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", this.Field1, that1.Field1)
|
|
}
|
|
if this.Field2 != nil && that1.Field2 != nil {
|
|
if *this.Field2 != *that1.Field2 {
|
|
return fmt.Errorf("Field2 this(%v) Not Equal that(%v)", *this.Field2, *that1.Field2)
|
|
}
|
|
} else if this.Field2 != nil {
|
|
return fmt.Errorf("this.Field2 == nil && that.Field2 != nil")
|
|
} else if that1.Field2 != nil {
|
|
return fmt.Errorf("Field2 this(%v) Not Equal that(%v)", this.Field2, that1.Field2)
|
|
}
|
|
if len(this.Field3) != len(that1.Field3) {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
|
|
}
|
|
for i := range this.Field3 {
|
|
if this.Field3[i] != that1.Field3[i] {
|
|
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
|
|
}
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return fmt.Errorf("XXX_unrecognized this(%v) Not Equal that(%v)", this.XXX_unrecognized, that1.XXX_unrecognized)
|
|
}
|
|
return nil
|
|
}
|
|
func (this *OldWithGroup_Group1) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
if this == nil {
|
|
return true
|
|
}
|
|
return false
|
|
}
|
|
|
|
that1, ok := that.(*OldWithGroup_Group1)
|
|
if !ok {
|
|
that2, ok := that.(OldWithGroup_Group1)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return true
|
|
}
|
|
return false
|
|
} else if this == nil {
|
|
return false
|
|
}
|
|
if this.Field1 != nil && that1.Field1 != nil {
|
|
if *this.Field1 != *that1.Field1 {
|
|
return false
|
|
}
|
|
} else if this.Field1 != nil {
|
|
return false
|
|
} else if that1.Field1 != nil {
|
|
return false
|
|
}
|
|
if this.Field2 != nil && that1.Field2 != nil {
|
|
if *this.Field2 != *that1.Field2 {
|
|
return false
|
|
}
|
|
} else if this.Field2 != nil {
|
|
return false
|
|
} else if that1.Field2 != nil {
|
|
return false
|
|
}
|
|
if len(this.Field3) != len(that1.Field3) {
|
|
return false
|
|
}
|
|
for i := range this.Field3 {
|
|
if this.Field3[i] != that1.Field3[i] {
|
|
return false
|
|
}
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *OldWithGroup_Group2) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*OldWithGroup_Group2)
|
|
if !ok {
|
|
that2, ok := that.(OldWithGroup_Group2)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *OldWithGroup_Group2")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *OldWithGroup_Group2 but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *OldWithGroup_Group2 but is not nil && this == nil")
|
|
}
|
|
if this.Field1 != nil && that1.Field1 != nil {
|
|
if *this.Field1 != *that1.Field1 {
|
|
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", *this.Field1, *that1.Field1)
|
|
}
|
|
} else if this.Field1 != nil {
|
|
return fmt.Errorf("this.Field1 == nil && that.Field1 != nil")
|
|
} else if that1.Field1 != nil {
|
|
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", this.Field1, that1.Field1)
|
|
}
|
|
if len(this.Field2) != len(that1.Field2) {
|
|
return fmt.Errorf("Field2 this(%v) Not Equal that(%v)", len(this.Field2), len(that1.Field2))
|
|
}
|
|
for i := range this.Field2 {
|
|
if this.Field2[i] != that1.Field2[i] {
|
|
return fmt.Errorf("Field2 this[%v](%v) Not Equal that[%v](%v)", i, this.Field2[i], i, that1.Field2[i])
|
|
}
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return fmt.Errorf("XXX_unrecognized this(%v) Not Equal that(%v)", this.XXX_unrecognized, that1.XXX_unrecognized)
|
|
}
|
|
return nil
|
|
}
|
|
func (this *OldWithGroup_Group2) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
if this == nil {
|
|
return true
|
|
}
|
|
return false
|
|
}
|
|
|
|
that1, ok := that.(*OldWithGroup_Group2)
|
|
if !ok {
|
|
that2, ok := that.(OldWithGroup_Group2)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return true
|
|
}
|
|
return false
|
|
} else if this == nil {
|
|
return false
|
|
}
|
|
if this.Field1 != nil && that1.Field1 != nil {
|
|
if *this.Field1 != *that1.Field1 {
|
|
return false
|
|
}
|
|
} else if this.Field1 != nil {
|
|
return false
|
|
} else if that1.Field1 != nil {
|
|
return false
|
|
}
|
|
if len(this.Field2) != len(that1.Field2) {
|
|
return false
|
|
}
|
|
for i := range this.Field2 {
|
|
if this.Field2[i] != that1.Field2[i] {
|
|
return false
|
|
}
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *NewNoGroup) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 7)
|
|
s = append(s, "&unrecognizedgroup.NewNoGroup{")
|
|
if this.Field1 != nil {
|
|
s = append(s, "Field1: "+valueToGoStringUnrecognizedgroup(this.Field1, "int64")+",\n")
|
|
}
|
|
if this.Field3 != nil {
|
|
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
|
|
}
|
|
if this.A != nil {
|
|
s = append(s, "A: "+fmt.Sprintf("%#v", this.A)+",\n")
|
|
}
|
|
if this.XXX_unrecognized != nil {
|
|
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
|
|
}
|
|
s = append(s, "}")
|
|
return strings.Join(s, "")
|
|
}
|
|
func (this *A) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 5)
|
|
s = append(s, "&unrecognizedgroup.A{")
|
|
if this.AField != nil {
|
|
s = append(s, "AField: "+valueToGoStringUnrecognizedgroup(this.AField, "int64")+",\n")
|
|
}
|
|
if this.XXX_unrecognized != nil {
|
|
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
|
|
}
|
|
s = append(s, "}")
|
|
return strings.Join(s, "")
|
|
}
|
|
func (this *OldWithGroup) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 8)
|
|
s = append(s, "&unrecognizedgroup.OldWithGroup{")
|
|
if this.Field1 != nil {
|
|
s = append(s, "Field1: "+valueToGoStringUnrecognizedgroup(this.Field1, "int64")+",\n")
|
|
}
|
|
if this.Group1 != nil {
|
|
s = append(s, "Group1: "+fmt.Sprintf("%#v", this.Group1)+",\n")
|
|
}
|
|
if this.Field3 != nil {
|
|
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
|
|
}
|
|
if this.Group2 != nil {
|
|
s = append(s, "Group2: "+fmt.Sprintf("%#v", this.Group2)+",\n")
|
|
}
|
|
if this.XXX_unrecognized != nil {
|
|
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
|
|
}
|
|
s = append(s, "}")
|
|
return strings.Join(s, "")
|
|
}
|
|
func (this *OldWithGroup_Group1) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 7)
|
|
s = append(s, "&unrecognizedgroup.OldWithGroup_Group1{")
|
|
if this.Field1 != nil {
|
|
s = append(s, "Field1: "+valueToGoStringUnrecognizedgroup(this.Field1, "int64")+",\n")
|
|
}
|
|
if this.Field2 != nil {
|
|
s = append(s, "Field2: "+valueToGoStringUnrecognizedgroup(this.Field2, "int32")+",\n")
|
|
}
|
|
if this.Field3 != nil {
|
|
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
|
|
}
|
|
if this.XXX_unrecognized != nil {
|
|
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
|
|
}
|
|
s = append(s, "}")
|
|
return strings.Join(s, "")
|
|
}
|
|
func (this *OldWithGroup_Group2) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 6)
|
|
s = append(s, "&unrecognizedgroup.OldWithGroup_Group2{")
|
|
if this.Field1 != nil {
|
|
s = append(s, "Field1: "+valueToGoStringUnrecognizedgroup(this.Field1, "int64")+",\n")
|
|
}
|
|
if this.Field2 != nil {
|
|
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
|
|
}
|
|
if this.XXX_unrecognized != nil {
|
|
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
|
|
}
|
|
s = append(s, "}")
|
|
return strings.Join(s, "")
|
|
}
|
|
func valueToGoStringUnrecognizedgroup(v interface{}, typ string) string {
|
|
rv := reflect.ValueOf(v)
|
|
if rv.IsNil() {
|
|
return "nil"
|
|
}
|
|
pv := reflect.Indirect(rv).Interface()
|
|
return fmt.Sprintf("func(v %v) *%v { return &v } ( %#v )", typ, typ, pv)
|
|
}
|
|
func extensionToGoStringUnrecognizedgroup(m github_com_gogo_protobuf_proto.Message) string {
|
|
e := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(m)
|
|
if e == nil {
|
|
return "nil"
|
|
}
|
|
s := "proto.NewUnsafeXXX_InternalExtensions(map[int32]proto.Extension{"
|
|
keys := make([]int, 0, len(e))
|
|
for k := range e {
|
|
keys = append(keys, int(k))
|
|
}
|
|
sort.Ints(keys)
|
|
ss := []string{}
|
|
for _, k := range keys {
|
|
ss = append(ss, strconv.Itoa(k)+": "+e[int32(k)].GoString())
|
|
}
|
|
s += strings.Join(ss, ",") + "})"
|
|
return s
|
|
}
|
|
func (m *NewNoGroup) Marshal() (data []byte, err error) {
|
|
size := m.Size()
|
|
data = make([]byte, size)
|
|
n, err := m.MarshalTo(data)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return data[:n], nil
|
|
}
|
|
|
|
func (m *NewNoGroup) MarshalTo(data []byte) (int, error) {
|
|
var i int
|
|
_ = i
|
|
var l int
|
|
_ = l
|
|
if m.Field1 != nil {
|
|
data[i] = 0x8
|
|
i++
|
|
i = encodeVarintUnrecognizedgroup(data, i, uint64(*m.Field1))
|
|
}
|
|
if len(m.Field3) > 0 {
|
|
for _, num := range m.Field3 {
|
|
data[i] = 0x19
|
|
i++
|
|
f1 := math.Float64bits(float64(num))
|
|
data[i] = uint8(f1)
|
|
i++
|
|
data[i] = uint8(f1 >> 8)
|
|
i++
|
|
data[i] = uint8(f1 >> 16)
|
|
i++
|
|
data[i] = uint8(f1 >> 24)
|
|
i++
|
|
data[i] = uint8(f1 >> 32)
|
|
i++
|
|
data[i] = uint8(f1 >> 40)
|
|
i++
|
|
data[i] = uint8(f1 >> 48)
|
|
i++
|
|
data[i] = uint8(f1 >> 56)
|
|
i++
|
|
}
|
|
}
|
|
if m.A != nil {
|
|
data[i] = 0x2a
|
|
i++
|
|
i = encodeVarintUnrecognizedgroup(data, i, uint64(m.A.Size()))
|
|
n2, err := m.A.MarshalTo(data[i:])
|
|
if err != nil {
|
|
return 0, err
|
|
}
|
|
i += n2
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
i += copy(data[i:], m.XXX_unrecognized)
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func (m *A) Marshal() (data []byte, err error) {
|
|
size := m.Size()
|
|
data = make([]byte, size)
|
|
n, err := m.MarshalTo(data)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return data[:n], nil
|
|
}
|
|
|
|
func (m *A) MarshalTo(data []byte) (int, error) {
|
|
var i int
|
|
_ = i
|
|
var l int
|
|
_ = l
|
|
if m.AField != nil {
|
|
data[i] = 0x8
|
|
i++
|
|
i = encodeVarintUnrecognizedgroup(data, i, uint64(*m.AField))
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
i += copy(data[i:], m.XXX_unrecognized)
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func encodeFixed64Unrecognizedgroup(data []byte, offset int, v uint64) int {
|
|
data[offset] = uint8(v)
|
|
data[offset+1] = uint8(v >> 8)
|
|
data[offset+2] = uint8(v >> 16)
|
|
data[offset+3] = uint8(v >> 24)
|
|
data[offset+4] = uint8(v >> 32)
|
|
data[offset+5] = uint8(v >> 40)
|
|
data[offset+6] = uint8(v >> 48)
|
|
data[offset+7] = uint8(v >> 56)
|
|
return offset + 8
|
|
}
|
|
func encodeFixed32Unrecognizedgroup(data []byte, offset int, v uint32) int {
|
|
data[offset] = uint8(v)
|
|
data[offset+1] = uint8(v >> 8)
|
|
data[offset+2] = uint8(v >> 16)
|
|
data[offset+3] = uint8(v >> 24)
|
|
return offset + 4
|
|
}
|
|
func encodeVarintUnrecognizedgroup(data []byte, offset int, v uint64) int {
|
|
for v >= 1<<7 {
|
|
data[offset] = uint8(v&0x7f | 0x80)
|
|
v >>= 7
|
|
offset++
|
|
}
|
|
data[offset] = uint8(v)
|
|
return offset + 1
|
|
}
|
|
func NewPopulatedNewNoGroup(r randyUnrecognizedgroup, easy bool) *NewNoGroup {
|
|
this := &NewNoGroup{}
|
|
if r.Intn(10) != 0 {
|
|
v1 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v1 *= -1
|
|
}
|
|
this.Field1 = &v1
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v2 := r.Intn(10)
|
|
this.Field3 = make([]float64, v2)
|
|
for i := 0; i < v2; i++ {
|
|
this.Field3[i] = float64(r.Float64())
|
|
if r.Intn(2) == 0 {
|
|
this.Field3[i] *= -1
|
|
}
|
|
}
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
this.A = NewPopulatedA(r, easy)
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
this.XXX_unrecognized = randUnrecognizedUnrecognizedgroup(r, 6)
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedA(r randyUnrecognizedgroup, easy bool) *A {
|
|
this := &A{}
|
|
if r.Intn(10) != 0 {
|
|
v3 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v3 *= -1
|
|
}
|
|
this.AField = &v3
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
this.XXX_unrecognized = randUnrecognizedUnrecognizedgroup(r, 2)
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedOldWithGroup(r randyUnrecognizedgroup, easy bool) *OldWithGroup {
|
|
this := &OldWithGroup{}
|
|
if r.Intn(10) != 0 {
|
|
v4 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v4 *= -1
|
|
}
|
|
this.Field1 = &v4
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
this.Group1 = NewPopulatedOldWithGroup_Group1(r, easy)
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v5 := r.Intn(10)
|
|
this.Field3 = make([]float64, v5)
|
|
for i := 0; i < v5; i++ {
|
|
this.Field3[i] = float64(r.Float64())
|
|
if r.Intn(2) == 0 {
|
|
this.Field3[i] *= -1
|
|
}
|
|
}
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
this.Group2 = NewPopulatedOldWithGroup_Group2(r, easy)
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
this.XXX_unrecognized = randUnrecognizedUnrecognizedgroup(r, 5)
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedOldWithGroup_Group1(r randyUnrecognizedgroup, easy bool) *OldWithGroup_Group1 {
|
|
this := &OldWithGroup_Group1{}
|
|
if r.Intn(10) != 0 {
|
|
v6 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v6 *= -1
|
|
}
|
|
this.Field1 = &v6
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v7 := int32(r.Int31())
|
|
if r.Intn(2) == 0 {
|
|
v7 *= -1
|
|
}
|
|
this.Field2 = &v7
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v8 := r.Intn(10)
|
|
this.Field3 = make([]float64, v8)
|
|
for i := 0; i < v8; i++ {
|
|
this.Field3[i] = float64(r.Float64())
|
|
if r.Intn(2) == 0 {
|
|
this.Field3[i] *= -1
|
|
}
|
|
}
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
this.XXX_unrecognized = randUnrecognizedUnrecognizedgroup(r, 4)
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedOldWithGroup_Group2(r randyUnrecognizedgroup, easy bool) *OldWithGroup_Group2 {
|
|
this := &OldWithGroup_Group2{}
|
|
if r.Intn(10) != 0 {
|
|
v9 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v9 *= -1
|
|
}
|
|
this.Field1 = &v9
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v10 := r.Intn(10)
|
|
this.Field2 = make([]float64, v10)
|
|
for i := 0; i < v10; i++ {
|
|
this.Field2[i] = float64(r.Float64())
|
|
if r.Intn(2) == 0 {
|
|
this.Field2[i] *= -1
|
|
}
|
|
}
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
this.XXX_unrecognized = randUnrecognizedUnrecognizedgroup(r, 3)
|
|
}
|
|
return this
|
|
}
|
|
|
|
type randyUnrecognizedgroup interface {
|
|
Float32() float32
|
|
Float64() float64
|
|
Int63() int64
|
|
Int31() int32
|
|
Uint32() uint32
|
|
Intn(n int) int
|
|
}
|
|
|
|
func randUTF8RuneUnrecognizedgroup(r randyUnrecognizedgroup) rune {
|
|
ru := r.Intn(62)
|
|
if ru < 10 {
|
|
return rune(ru + 48)
|
|
} else if ru < 36 {
|
|
return rune(ru + 55)
|
|
}
|
|
return rune(ru + 61)
|
|
}
|
|
func randStringUnrecognizedgroup(r randyUnrecognizedgroup) string {
|
|
v11 := r.Intn(100)
|
|
tmps := make([]rune, v11)
|
|
for i := 0; i < v11; i++ {
|
|
tmps[i] = randUTF8RuneUnrecognizedgroup(r)
|
|
}
|
|
return string(tmps)
|
|
}
|
|
func randUnrecognizedUnrecognizedgroup(r randyUnrecognizedgroup, maxFieldNumber int) (data []byte) {
|
|
l := r.Intn(5)
|
|
for i := 0; i < l; i++ {
|
|
wire := r.Intn(4)
|
|
if wire == 3 {
|
|
wire = 5
|
|
}
|
|
fieldNumber := maxFieldNumber + r.Intn(100)
|
|
data = randFieldUnrecognizedgroup(data, r, fieldNumber, wire)
|
|
}
|
|
return data
|
|
}
|
|
func randFieldUnrecognizedgroup(data []byte, r randyUnrecognizedgroup, fieldNumber int, wire int) []byte {
|
|
key := uint32(fieldNumber)<<3 | uint32(wire)
|
|
switch wire {
|
|
case 0:
|
|
data = encodeVarintPopulateUnrecognizedgroup(data, uint64(key))
|
|
v12 := r.Int63()
|
|
if r.Intn(2) == 0 {
|
|
v12 *= -1
|
|
}
|
|
data = encodeVarintPopulateUnrecognizedgroup(data, uint64(v12))
|
|
case 1:
|
|
data = encodeVarintPopulateUnrecognizedgroup(data, uint64(key))
|
|
data = append(data, byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)))
|
|
case 2:
|
|
data = encodeVarintPopulateUnrecognizedgroup(data, uint64(key))
|
|
ll := r.Intn(100)
|
|
data = encodeVarintPopulateUnrecognizedgroup(data, uint64(ll))
|
|
for j := 0; j < ll; j++ {
|
|
data = append(data, byte(r.Intn(256)))
|
|
}
|
|
default:
|
|
data = encodeVarintPopulateUnrecognizedgroup(data, uint64(key))
|
|
data = append(data, byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)))
|
|
}
|
|
return data
|
|
}
|
|
func encodeVarintPopulateUnrecognizedgroup(data []byte, v uint64) []byte {
|
|
for v >= 1<<7 {
|
|
data = append(data, uint8(uint64(v)&0x7f|0x80))
|
|
v >>= 7
|
|
}
|
|
data = append(data, uint8(v))
|
|
return data
|
|
}
|
|
func (m *NewNoGroup) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if m.Field1 != nil {
|
|
n += 1 + sovUnrecognizedgroup(uint64(*m.Field1))
|
|
}
|
|
if len(m.Field3) > 0 {
|
|
n += 9 * len(m.Field3)
|
|
}
|
|
if m.A != nil {
|
|
l = m.A.Size()
|
|
n += 1 + l + sovUnrecognizedgroup(uint64(l))
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
n += len(m.XXX_unrecognized)
|
|
}
|
|
return n
|
|
}
|
|
|
|
func (m *A) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if m.AField != nil {
|
|
n += 1 + sovUnrecognizedgroup(uint64(*m.AField))
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
n += len(m.XXX_unrecognized)
|
|
}
|
|
return n
|
|
}
|
|
|
|
func sovUnrecognizedgroup(x uint64) (n int) {
|
|
for {
|
|
n++
|
|
x >>= 7
|
|
if x == 0 {
|
|
break
|
|
}
|
|
}
|
|
return n
|
|
}
|
|
func sozUnrecognizedgroup(x uint64) (n int) {
|
|
return sovUnrecognizedgroup(uint64((x << 1) ^ uint64((int64(x) >> 63))))
|
|
}
|
|
func (this *NewNoGroup) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&NewNoGroup{`,
|
|
`Field1:` + valueToStringUnrecognizedgroup(this.Field1) + `,`,
|
|
`Field3:` + fmt.Sprintf("%v", this.Field3) + `,`,
|
|
`A:` + strings.Replace(fmt.Sprintf("%v", this.A), "A", "A", 1) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *A) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&A{`,
|
|
`AField:` + valueToStringUnrecognizedgroup(this.AField) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *OldWithGroup) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&OldWithGroup{`,
|
|
`Field1:` + valueToStringUnrecognizedgroup(this.Field1) + `,`,
|
|
`Group1:` + strings.Replace(fmt.Sprintf("%v", this.Group1), "OldWithGroup_Group1", "OldWithGroup_Group1", 1) + `,`,
|
|
`Field3:` + fmt.Sprintf("%v", this.Field3) + `,`,
|
|
`Group2:` + strings.Replace(fmt.Sprintf("%v", this.Group2), "OldWithGroup_Group2", "OldWithGroup_Group2", 1) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *OldWithGroup_Group1) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&OldWithGroup_Group1{`,
|
|
`Field1:` + valueToStringUnrecognizedgroup(this.Field1) + `,`,
|
|
`Field2:` + valueToStringUnrecognizedgroup(this.Field2) + `,`,
|
|
`Field3:` + fmt.Sprintf("%v", this.Field3) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *OldWithGroup_Group2) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&OldWithGroup_Group2{`,
|
|
`Field1:` + valueToStringUnrecognizedgroup(this.Field1) + `,`,
|
|
`Field2:` + fmt.Sprintf("%v", this.Field2) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func valueToStringUnrecognizedgroup(v interface{}) string {
|
|
rv := reflect.ValueOf(v)
|
|
if rv.IsNil() {
|
|
return "nil"
|
|
}
|
|
pv := reflect.Indirect(rv).Interface()
|
|
return fmt.Sprintf("*%v", pv)
|
|
}
|
|
func (m *NewNoGroup) Unmarshal(data []byte) error {
|
|
l := len(data)
|
|
iNdEx := 0
|
|
for iNdEx < l {
|
|
preIndex := iNdEx
|
|
var wire uint64
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognizedgroup
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := data[iNdEx]
|
|
iNdEx++
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
fieldNum := int32(wire >> 3)
|
|
wireType := int(wire & 0x7)
|
|
if wireType == 4 {
|
|
return fmt.Errorf("proto: NewNoGroup: wiretype end group for non-group")
|
|
}
|
|
if fieldNum <= 0 {
|
|
return fmt.Errorf("proto: NewNoGroup: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
}
|
|
switch fieldNum {
|
|
case 1:
|
|
if wireType != 0 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field1", wireType)
|
|
}
|
|
var v int64
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognizedgroup
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := data[iNdEx]
|
|
iNdEx++
|
|
v |= (int64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
m.Field1 = &v
|
|
case 3:
|
|
if wireType != 1 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field3", wireType)
|
|
}
|
|
var v uint64
|
|
if (iNdEx + 8) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
iNdEx += 8
|
|
v = uint64(data[iNdEx-8])
|
|
v |= uint64(data[iNdEx-7]) << 8
|
|
v |= uint64(data[iNdEx-6]) << 16
|
|
v |= uint64(data[iNdEx-5]) << 24
|
|
v |= uint64(data[iNdEx-4]) << 32
|
|
v |= uint64(data[iNdEx-3]) << 40
|
|
v |= uint64(data[iNdEx-2]) << 48
|
|
v |= uint64(data[iNdEx-1]) << 56
|
|
v2 := float64(math.Float64frombits(v))
|
|
m.Field3 = append(m.Field3, v2)
|
|
case 5:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field A", wireType)
|
|
}
|
|
var msglen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognizedgroup
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := data[iNdEx]
|
|
iNdEx++
|
|
msglen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if msglen < 0 {
|
|
return ErrInvalidLengthUnrecognizedgroup
|
|
}
|
|
postIndex := iNdEx + msglen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
if m.A == nil {
|
|
m.A = &A{}
|
|
}
|
|
if err := m.A.Unmarshal(data[iNdEx:postIndex]); err != nil {
|
|
return err
|
|
}
|
|
iNdEx = postIndex
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognizedgroup(data[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognizedgroup
|
|
}
|
|
if (iNdEx + skippy) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
m.XXX_unrecognized = append(m.XXX_unrecognized, data[iNdEx:iNdEx+skippy]...)
|
|
iNdEx += skippy
|
|
}
|
|
}
|
|
|
|
if iNdEx > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
return nil
|
|
}
|
|
func (m *A) Unmarshal(data []byte) error {
|
|
l := len(data)
|
|
iNdEx := 0
|
|
for iNdEx < l {
|
|
preIndex := iNdEx
|
|
var wire uint64
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognizedgroup
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := data[iNdEx]
|
|
iNdEx++
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
fieldNum := int32(wire >> 3)
|
|
wireType := int(wire & 0x7)
|
|
if wireType == 4 {
|
|
return fmt.Errorf("proto: A: wiretype end group for non-group")
|
|
}
|
|
if fieldNum <= 0 {
|
|
return fmt.Errorf("proto: A: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
}
|
|
switch fieldNum {
|
|
case 1:
|
|
if wireType != 0 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field AField", wireType)
|
|
}
|
|
var v int64
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognizedgroup
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := data[iNdEx]
|
|
iNdEx++
|
|
v |= (int64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
m.AField = &v
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognizedgroup(data[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognizedgroup
|
|
}
|
|
if (iNdEx + skippy) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
m.XXX_unrecognized = append(m.XXX_unrecognized, data[iNdEx:iNdEx+skippy]...)
|
|
iNdEx += skippy
|
|
}
|
|
}
|
|
|
|
if iNdEx > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
return nil
|
|
}
|
|
func skipUnrecognizedgroup(data []byte) (n int, err error) {
|
|
l := len(data)
|
|
iNdEx := 0
|
|
for iNdEx < l {
|
|
var wire uint64
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return 0, ErrIntOverflowUnrecognizedgroup
|
|
}
|
|
if iNdEx >= l {
|
|
return 0, io.ErrUnexpectedEOF
|
|
}
|
|
b := data[iNdEx]
|
|
iNdEx++
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
wireType := int(wire & 0x7)
|
|
switch wireType {
|
|
case 0:
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return 0, ErrIntOverflowUnrecognizedgroup
|
|
}
|
|
if iNdEx >= l {
|
|
return 0, io.ErrUnexpectedEOF
|
|
}
|
|
iNdEx++
|
|
if data[iNdEx-1] < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
return iNdEx, nil
|
|
case 1:
|
|
iNdEx += 8
|
|
return iNdEx, nil
|
|
case 2:
|
|
var length int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return 0, ErrIntOverflowUnrecognizedgroup
|
|
}
|
|
if iNdEx >= l {
|
|
return 0, io.ErrUnexpectedEOF
|
|
}
|
|
b := data[iNdEx]
|
|
iNdEx++
|
|
length |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
iNdEx += length
|
|
if length < 0 {
|
|
return 0, ErrInvalidLengthUnrecognizedgroup
|
|
}
|
|
return iNdEx, nil
|
|
case 3:
|
|
for {
|
|
var innerWire uint64
|
|
var start int = iNdEx
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return 0, ErrIntOverflowUnrecognizedgroup
|
|
}
|
|
if iNdEx >= l {
|
|
return 0, io.ErrUnexpectedEOF
|
|
}
|
|
b := data[iNdEx]
|
|
iNdEx++
|
|
innerWire |= (uint64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
innerWireType := int(innerWire & 0x7)
|
|
if innerWireType == 4 {
|
|
break
|
|
}
|
|
next, err := skipUnrecognizedgroup(data[start:])
|
|
if err != nil {
|
|
return 0, err
|
|
}
|
|
iNdEx = start + next
|
|
}
|
|
return iNdEx, nil
|
|
case 4:
|
|
return iNdEx, nil
|
|
case 5:
|
|
iNdEx += 4
|
|
return iNdEx, nil
|
|
default:
|
|
return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
|
|
}
|
|
}
|
|
panic("unreachable")
|
|
}
|
|
|
|
var (
|
|
ErrInvalidLengthUnrecognizedgroup = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
ErrIntOverflowUnrecognizedgroup = fmt.Errorf("proto: integer overflow")
|
|
)
|
|
|
|
func init() { proto.RegisterFile("unrecognizedgroup.proto", fileDescriptorUnrecognizedgroup) }
|
|
|
|
var fileDescriptorUnrecognizedgroup = []byte{
|
|
// 308 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12, 0x2f, 0xcd, 0x2b, 0x4a,
|
|
0x4d, 0xce, 0x4f, 0xcf, 0xcb, 0xac, 0x4a, 0x4d, 0x49, 0x2f, 0xca, 0x2f, 0x2d, 0xd0, 0x2b, 0x28,
|
|
0xca, 0x2f, 0xc9, 0x17, 0x12, 0xc4, 0x90, 0x90, 0xd2, 0x4d, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2,
|
|
0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xcf, 0x4f, 0xcf, 0xd7, 0x07, 0xab, 0x4c, 0x2a, 0x4d, 0x03, 0xf3,
|
|
0xc0, 0x1c, 0x30, 0x0b, 0x62, 0x82, 0x52, 0x1e, 0x17, 0x97, 0x5f, 0x6a, 0xb9, 0x5f, 0xbe, 0x3b,
|
|
0x48, 0xb3, 0x90, 0x18, 0x17, 0x9b, 0x5b, 0x66, 0x6a, 0x4e, 0x8a, 0xa1, 0x04, 0xa3, 0x02, 0xa3,
|
|
0x06, 0x73, 0x10, 0x5b, 0x1a, 0x98, 0x07, 0x17, 0x37, 0x96, 0x60, 0x56, 0x60, 0xd6, 0x60, 0x84,
|
|
0x8a, 0x1b, 0x0b, 0x29, 0x71, 0x31, 0x3a, 0x4a, 0xb0, 0x2a, 0x30, 0x6a, 0x70, 0x1b, 0x89, 0xe8,
|
|
0x61, 0x3a, 0xd2, 0x31, 0x88, 0x31, 0xd1, 0x8a, 0xa7, 0x63, 0xa1, 0x3c, 0xe3, 0x84, 0x85, 0xf2,
|
|
0x8c, 0x0b, 0x16, 0xca, 0x33, 0x2a, 0x69, 0x72, 0x31, 0x3a, 0x82, 0x8c, 0x73, 0x04, 0x9b, 0x07,
|
|
0xb3, 0x26, 0x11, 0xcc, 0x43, 0x53, 0x7a, 0x8a, 0x89, 0x8b, 0xc7, 0x3f, 0x27, 0x25, 0x3c, 0xb3,
|
|
0x24, 0x03, 0xbf, 0xeb, 0xec, 0xb8, 0xd8, 0xc0, 0xf6, 0x19, 0x4a, 0x30, 0x29, 0x30, 0x6a, 0x70,
|
|
0x19, 0xa9, 0x61, 0x71, 0x0a, 0xb2, 0x41, 0x7a, 0x60, 0xd2, 0x30, 0x08, 0xaa, 0x0b, 0xa7, 0xef,
|
|
0x60, 0xe6, 0x1a, 0x49, 0xb0, 0x90, 0x60, 0xae, 0x11, 0xd4, 0x5c, 0x23, 0xa9, 0x00, 0x2e, 0x36,
|
|
0x77, 0x54, 0x1b, 0x70, 0x85, 0xab, 0x11, 0xd8, 0xe5, 0xac, 0x50, 0x71, 0x23, 0x5c, 0x2e, 0x92,
|
|
0xb2, 0x80, 0x9a, 0x68, 0x44, 0x94, 0x89, 0x08, 0x9d, 0x46, 0x4e, 0x1a, 0x27, 0x1e, 0xca, 0x31,
|
|
0x5c, 0x78, 0x28, 0xc7, 0x70, 0xe3, 0xa1, 0x1c, 0xc3, 0x83, 0x87, 0x72, 0x8c, 0x1f, 0x1e, 0xca,
|
|
0x31, 0xfe, 0x78, 0x28, 0xc7, 0xd8, 0xf0, 0x48, 0x8e, 0x71, 0xc5, 0x23, 0x39, 0xc6, 0x0d, 0x8f,
|
|
0xe4, 0x18, 0x77, 0x3c, 0x92, 0x63, 0x04, 0x04, 0x00, 0x00, 0xff, 0xff, 0xda, 0x14, 0xdb, 0x7e,
|
|
0x6d, 0x02, 0x00, 0x00,
|
|
}
|