mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
c24bf7ea55
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4620
4048 lines
114 KiB
Go
4048 lines
114 KiB
Go
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
|
// source: unrecognized.proto
|
|
|
|
/*
|
|
Package unrecognized is a generated protocol buffer package.
|
|
|
|
It is generated from these files:
|
|
unrecognized.proto
|
|
|
|
It has these top-level messages:
|
|
A
|
|
B
|
|
D
|
|
C
|
|
U
|
|
UnoM
|
|
OldA
|
|
OldB
|
|
OldC
|
|
OldU
|
|
OldUnoM
|
|
*/
|
|
package unrecognized
|
|
|
|
import proto "github.com/gogo/protobuf/proto"
|
|
import fmt "fmt"
|
|
import math "math"
|
|
import _ "github.com/gogo/protobuf/gogoproto"
|
|
|
|
import descriptor "github.com/gogo/protobuf/protoc-gen-gogo/descriptor"
|
|
import gzip "compress/gzip"
|
|
import bytes "bytes"
|
|
import ioutil "io/ioutil"
|
|
|
|
import strings "strings"
|
|
import reflect "reflect"
|
|
|
|
import binary "encoding/binary"
|
|
|
|
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 A struct {
|
|
Field1 *int64 `protobuf:"varint,2,opt,name=Field1" json:"Field1,omitempty"`
|
|
B []*B `protobuf:"bytes,1,rep,name=B" json:"B,omitempty"`
|
|
}
|
|
|
|
func (m *A) Reset() { *m = A{} }
|
|
func (*A) ProtoMessage() {}
|
|
func (*A) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{0} }
|
|
|
|
type B struct {
|
|
C *C `protobuf:"bytes,1,opt,name=C" json:"C,omitempty"`
|
|
D *D `protobuf:"bytes,2,opt,name=D" json:"D,omitempty"`
|
|
F *OldC `protobuf:"bytes,5,opt,name=F" json:"F,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *B) Reset() { *m = B{} }
|
|
func (*B) ProtoMessage() {}
|
|
func (*B) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{1} }
|
|
|
|
type D struct {
|
|
Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *D) Reset() { *m = D{} }
|
|
func (*D) ProtoMessage() {}
|
|
func (*D) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{2} }
|
|
|
|
type C struct {
|
|
Field2 *float64 `protobuf:"fixed64,2,opt,name=Field2" json:"Field2,omitempty"`
|
|
Field3 *string `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty"`
|
|
Field4 *float64 `protobuf:"fixed64,4,opt,name=Field4" json:"Field4,omitempty"`
|
|
Field5 [][]byte `protobuf:"bytes,5,rep,name=Field5" json:"Field5,omitempty"`
|
|
Field6 *int64 `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
|
|
Field7 []float32 `protobuf:"fixed32,7,rep,name=Field7" json:"Field7,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *C) Reset() { *m = C{} }
|
|
func (*C) ProtoMessage() {}
|
|
func (*C) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{3} }
|
|
|
|
type U struct {
|
|
Field2 []float64 `protobuf:"fixed64,2,rep,name=Field2" json:"Field2,omitempty"`
|
|
Field3 *uint32 `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty"`
|
|
}
|
|
|
|
func (m *U) Reset() { *m = U{} }
|
|
func (*U) ProtoMessage() {}
|
|
func (*U) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{4} }
|
|
|
|
type UnoM struct {
|
|
Field2 []float64 `protobuf:"fixed64,2,rep,name=Field2" json:"Field2,omitempty"`
|
|
Field3 *uint32 `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty"`
|
|
}
|
|
|
|
func (m *UnoM) Reset() { *m = UnoM{} }
|
|
func (*UnoM) ProtoMessage() {}
|
|
func (*UnoM) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{5} }
|
|
|
|
type OldA struct {
|
|
Field1 *int64 `protobuf:"varint,2,opt,name=Field1" json:"Field1,omitempty"`
|
|
B []*OldB `protobuf:"bytes,1,rep,name=B" json:"B,omitempty"`
|
|
}
|
|
|
|
func (m *OldA) Reset() { *m = OldA{} }
|
|
func (*OldA) ProtoMessage() {}
|
|
func (*OldA) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{6} }
|
|
|
|
type OldB struct {
|
|
C *OldC `protobuf:"bytes,1,opt,name=C" json:"C,omitempty"`
|
|
F *OldC `protobuf:"bytes,5,opt,name=F" json:"F,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *OldB) Reset() { *m = OldB{} }
|
|
func (*OldB) ProtoMessage() {}
|
|
func (*OldB) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{7} }
|
|
|
|
type OldC struct {
|
|
Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
|
|
Field2 *float64 `protobuf:"fixed64,2,opt,name=Field2" json:"Field2,omitempty"`
|
|
Field3 *string `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty"`
|
|
Field6 *int64 `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
|
|
Field7 []float32 `protobuf:"fixed32,7,rep,name=Field7" json:"Field7,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *OldC) Reset() { *m = OldC{} }
|
|
func (*OldC) ProtoMessage() {}
|
|
func (*OldC) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{8} }
|
|
|
|
type OldU struct {
|
|
Field1 *string `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"`
|
|
Field2 []float64 `protobuf:"fixed64,2,rep,name=Field2" json:"Field2,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *OldU) Reset() { *m = OldU{} }
|
|
func (*OldU) ProtoMessage() {}
|
|
func (*OldU) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{9} }
|
|
|
|
type OldUnoM struct {
|
|
Field1 *string `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"`
|
|
Field2 []float64 `protobuf:"fixed64,2,rep,name=Field2" json:"Field2,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *OldUnoM) Reset() { *m = OldUnoM{} }
|
|
func (*OldUnoM) ProtoMessage() {}
|
|
func (*OldUnoM) Descriptor() ([]byte, []int) { return fileDescriptorUnrecognized, []int{10} }
|
|
|
|
func init() {
|
|
proto.RegisterType((*A)(nil), "unrecognized.A")
|
|
proto.RegisterType((*B)(nil), "unrecognized.B")
|
|
proto.RegisterType((*D)(nil), "unrecognized.D")
|
|
proto.RegisterType((*C)(nil), "unrecognized.C")
|
|
proto.RegisterType((*U)(nil), "unrecognized.U")
|
|
proto.RegisterType((*UnoM)(nil), "unrecognized.UnoM")
|
|
proto.RegisterType((*OldA)(nil), "unrecognized.OldA")
|
|
proto.RegisterType((*OldB)(nil), "unrecognized.OldB")
|
|
proto.RegisterType((*OldC)(nil), "unrecognized.OldC")
|
|
proto.RegisterType((*OldU)(nil), "unrecognized.OldU")
|
|
proto.RegisterType((*OldUnoM)(nil), "unrecognized.OldUnoM")
|
|
}
|
|
func (this *A) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func (this *B) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func (this *D) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func (this *C) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func (this *U) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func (this *UnoM) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func (this *OldA) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func (this *OldB) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func (this *OldC) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func (this *OldU) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func (this *OldUnoM) Description() (desc *descriptor.FileDescriptorSet) {
|
|
return UnrecognizedDescription()
|
|
}
|
|
func UnrecognizedDescription() (desc *descriptor.FileDescriptorSet) {
|
|
d := &descriptor.FileDescriptorSet{}
|
|
var gzipped = []byte{
|
|
// 3976 bytes of a gzipped FileDescriptorSet
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5b, 0x5d, 0x70, 0xdc, 0xd6,
|
|
0x75, 0x26, 0xf6, 0x87, 0xdc, 0x3d, 0xbb, 0x5c, 0x82, 0x20, 0x2d, 0xad, 0xe8, 0x98, 0xa4, 0xd6,
|
|
0x76, 0x44, 0xdb, 0x0d, 0x95, 0xd2, 0x12, 0x65, 0x41, 0x4d, 0x9c, 0xe5, 0xee, 0x92, 0xa6, 0x4a,
|
|
0x72, 0x19, 0x90, 0x8c, 0x7f, 0x32, 0x1d, 0x0c, 0x88, 0xbd, 0x5c, 0x42, 0xc2, 0x02, 0x08, 0x80,
|
|
0x95, 0x4c, 0x4d, 0xa7, 0xa3, 0x8e, 0xfb, 0x97, 0xe9, 0xb4, 0x4d, 0x9b, 0xce, 0x24, 0x71, 0x1d,
|
|
0x37, 0xea, 0x4c, 0xeb, 0x34, 0xfd, 0x4b, 0x9a, 0x36, 0x4d, 0xfb, 0xd4, 0x97, 0xb4, 0x7e, 0xea,
|
|
0x38, 0x6f, 0x7d, 0xe8, 0x83, 0xa5, 0x7a, 0xa6, 0x7f, 0x6e, 0x93, 0xb6, 0x7e, 0xc8, 0x8c, 0x5e,
|
|
0x32, 0xf7, 0x0f, 0x0b, 0xec, 0x2e, 0x05, 0xd0, 0x33, 0x76, 0x9e, 0x44, 0x9c, 0x7b, 0xbe, 0xef,
|
|
0x1e, 0x9c, 0x73, 0xee, 0x39, 0xf7, 0x5e, 0xac, 0xe0, 0x07, 0x97, 0x61, 0xbe, 0x6d, 0xdb, 0x6d,
|
|
0x13, 0x9d, 0x77, 0x5c, 0xdb, 0xb7, 0xf7, 0xbb, 0x07, 0xe7, 0x5b, 0xc8, 0xd3, 0x5d, 0xc3, 0xf1,
|
|
0x6d, 0x77, 0x91, 0xc8, 0xa4, 0x09, 0xaa, 0xb1, 0xc8, 0x35, 0x2a, 0x9b, 0x30, 0xb9, 0x6a, 0x98,
|
|
0xa8, 0x1e, 0x28, 0xee, 0x20, 0x5f, 0x7a, 0x06, 0x32, 0x07, 0x86, 0x89, 0xca, 0xc2, 0x7c, 0x7a,
|
|
0xa1, 0xb0, 0xf4, 0xd8, 0x62, 0x1f, 0x68, 0x31, 0x8a, 0xd8, 0xc6, 0x62, 0x85, 0x20, 0x2a, 0xef,
|
|
0x64, 0x60, 0x6a, 0xc8, 0xa8, 0x24, 0x41, 0xc6, 0xd2, 0x3a, 0x98, 0x51, 0x58, 0xc8, 0x2b, 0xe4,
|
|
0x6f, 0xa9, 0x0c, 0x63, 0x8e, 0xa6, 0x5f, 0xd7, 0xda, 0xa8, 0x9c, 0x22, 0x62, 0xfe, 0x28, 0xcd,
|
|
0x02, 0xb4, 0x90, 0x83, 0xac, 0x16, 0xb2, 0xf4, 0xa3, 0x72, 0x7a, 0x3e, 0xbd, 0x90, 0x57, 0x42,
|
|
0x12, 0xe9, 0x29, 0x98, 0x74, 0xba, 0xfb, 0xa6, 0xa1, 0xab, 0x21, 0x35, 0x98, 0x4f, 0x2f, 0x64,
|
|
0x15, 0x91, 0x0e, 0xd4, 0x7b, 0xca, 0xe7, 0x60, 0xe2, 0x26, 0xd2, 0xae, 0x87, 0x55, 0x0b, 0x44,
|
|
0xb5, 0x84, 0xc5, 0x21, 0xc5, 0x1a, 0x14, 0x3b, 0xc8, 0xf3, 0xb4, 0x36, 0x52, 0xfd, 0x23, 0x07,
|
|
0x95, 0x33, 0xe4, 0xed, 0xe7, 0x07, 0xde, 0xbe, 0xff, 0xcd, 0x0b, 0x0c, 0xb5, 0x7b, 0xe4, 0x20,
|
|
0xa9, 0x0a, 0x79, 0x64, 0x75, 0x3b, 0x94, 0x21, 0x7b, 0x8c, 0xff, 0x1a, 0x56, 0xb7, 0xd3, 0xcf,
|
|
0x92, 0xc3, 0x30, 0x46, 0x31, 0xe6, 0x21, 0xf7, 0x86, 0xa1, 0xa3, 0xf2, 0x28, 0x21, 0x38, 0x37,
|
|
0x40, 0xb0, 0x43, 0xc7, 0xfb, 0x39, 0x38, 0x4e, 0xaa, 0x41, 0x1e, 0xbd, 0xec, 0x23, 0xcb, 0x33,
|
|
0x6c, 0xab, 0x3c, 0x46, 0x48, 0x1e, 0x1f, 0x12, 0x45, 0x64, 0xb6, 0xfa, 0x29, 0x7a, 0x38, 0x69,
|
|
0x19, 0xc6, 0x6c, 0xc7, 0x37, 0x6c, 0xcb, 0x2b, 0xe7, 0xe6, 0x85, 0x85, 0xc2, 0xd2, 0x47, 0x86,
|
|
0x26, 0x42, 0x93, 0xea, 0x28, 0x5c, 0x59, 0x5a, 0x07, 0xd1, 0xb3, 0xbb, 0xae, 0x8e, 0x54, 0xdd,
|
|
0x6e, 0x21, 0xd5, 0xb0, 0x0e, 0xec, 0x72, 0x9e, 0x10, 0xcc, 0x0d, 0xbe, 0x08, 0x51, 0xac, 0xd9,
|
|
0x2d, 0xb4, 0x6e, 0x1d, 0xd8, 0x4a, 0xc9, 0x8b, 0x3c, 0x4b, 0xa7, 0x60, 0xd4, 0x3b, 0xb2, 0x7c,
|
|
0xed, 0xe5, 0x72, 0x91, 0x64, 0x08, 0x7b, 0xaa, 0xfc, 0xed, 0x28, 0x4c, 0x24, 0x49, 0xb1, 0x2b,
|
|
0x90, 0x3d, 0xc0, 0x6f, 0x59, 0x4e, 0x9d, 0xc4, 0x07, 0x14, 0x13, 0x75, 0xe2, 0xe8, 0xfb, 0x74,
|
|
0x62, 0x15, 0x0a, 0x16, 0xf2, 0x7c, 0xd4, 0xa2, 0x19, 0x91, 0x4e, 0x98, 0x53, 0x40, 0x41, 0x83,
|
|
0x29, 0x95, 0x79, 0x5f, 0x29, 0xf5, 0x02, 0x4c, 0x04, 0x26, 0xa9, 0xae, 0x66, 0xb5, 0x79, 0x6e,
|
|
0x9e, 0x8f, 0xb3, 0x64, 0xb1, 0xc1, 0x71, 0x0a, 0x86, 0x29, 0x25, 0x14, 0x79, 0x96, 0xea, 0x00,
|
|
0xb6, 0x85, 0xec, 0x03, 0xb5, 0x85, 0x74, 0xb3, 0x9c, 0x3b, 0xc6, 0x4b, 0x4d, 0xac, 0x32, 0xe0,
|
|
0x25, 0x9b, 0x4a, 0x75, 0x53, 0xba, 0xdc, 0x4b, 0xb5, 0xb1, 0x63, 0x32, 0x65, 0x93, 0x2e, 0xb2,
|
|
0x81, 0x6c, 0xdb, 0x83, 0x92, 0x8b, 0x70, 0xde, 0xa3, 0x16, 0x7b, 0xb3, 0x3c, 0x31, 0x62, 0x31,
|
|
0xf6, 0xcd, 0x14, 0x06, 0xa3, 0x2f, 0x36, 0xee, 0x86, 0x1f, 0xa5, 0x47, 0x21, 0x10, 0xa8, 0x24,
|
|
0xad, 0x80, 0x54, 0xa1, 0x22, 0x17, 0x6e, 0x69, 0x1d, 0x34, 0x73, 0x0b, 0x4a, 0x51, 0xf7, 0x48,
|
|
0xd3, 0x90, 0xf5, 0x7c, 0xcd, 0xf5, 0x49, 0x16, 0x66, 0x15, 0xfa, 0x20, 0x89, 0x90, 0x46, 0x56,
|
|
0x8b, 0x54, 0xb9, 0xac, 0x82, 0xff, 0x94, 0x3e, 0xd5, 0x7b, 0xe1, 0x34, 0x79, 0xe1, 0x8f, 0x0e,
|
|
0x46, 0x34, 0xc2, 0xdc, 0xff, 0xde, 0x33, 0x97, 0x60, 0x3c, 0xf2, 0x02, 0x49, 0xa7, 0xae, 0xfc,
|
|
0x3c, 0x3c, 0x34, 0x94, 0x5a, 0x7a, 0x01, 0xa6, 0xbb, 0x96, 0x61, 0xf9, 0xc8, 0x75, 0x5c, 0x84,
|
|
0x33, 0x96, 0x4e, 0x55, 0xfe, 0xb7, 0xb1, 0x63, 0x72, 0x6e, 0x2f, 0xac, 0x4d, 0x59, 0x94, 0xa9,
|
|
0xee, 0xa0, 0xf0, 0xc9, 0x7c, 0xee, 0xdf, 0xc7, 0xc4, 0xdb, 0xb7, 0x6f, 0xdf, 0x4e, 0x55, 0xbe,
|
|
0x3c, 0x0a, 0xd3, 0xc3, 0xd6, 0xcc, 0xd0, 0xe5, 0x7b, 0x0a, 0x46, 0xad, 0x6e, 0x67, 0x1f, 0xb9,
|
|
0xc4, 0x49, 0x59, 0x85, 0x3d, 0x49, 0x55, 0xc8, 0x9a, 0xda, 0x3e, 0x32, 0xcb, 0x99, 0x79, 0x61,
|
|
0xa1, 0xb4, 0xf4, 0x54, 0xa2, 0x55, 0xb9, 0xb8, 0x81, 0x21, 0x0a, 0x45, 0x4a, 0x9f, 0x84, 0x0c,
|
|
0x2b, 0xd1, 0x98, 0xe1, 0xc9, 0x64, 0x0c, 0x78, 0x2d, 0x29, 0x04, 0x27, 0x3d, 0x0c, 0x79, 0xfc,
|
|
0x2f, 0xcd, 0x8d, 0x51, 0x62, 0x73, 0x0e, 0x0b, 0x70, 0x5e, 0x48, 0x33, 0x90, 0x23, 0xcb, 0xa4,
|
|
0x85, 0x78, 0x6b, 0x0b, 0x9e, 0x71, 0x62, 0xb5, 0xd0, 0x81, 0xd6, 0x35, 0x7d, 0xf5, 0x86, 0x66,
|
|
0x76, 0x11, 0x49, 0xf8, 0xbc, 0x52, 0x64, 0xc2, 0xcf, 0x60, 0x99, 0x34, 0x07, 0x05, 0xba, 0xaa,
|
|
0x0c, 0xab, 0x85, 0x5e, 0x26, 0xd5, 0x33, 0xab, 0xd0, 0x85, 0xb6, 0x8e, 0x25, 0x78, 0xfa, 0x6b,
|
|
0x9e, 0x6d, 0xf1, 0xd4, 0x24, 0x53, 0x60, 0x01, 0x99, 0xfe, 0x52, 0x7f, 0xe1, 0x7e, 0x64, 0xf8,
|
|
0xeb, 0xf5, 0xe7, 0x54, 0xe5, 0x3b, 0x29, 0xc8, 0x90, 0x7a, 0x31, 0x01, 0x85, 0xdd, 0x17, 0xb7,
|
|
0x1b, 0x6a, 0xbd, 0xb9, 0xb7, 0xb2, 0xd1, 0x10, 0x05, 0xa9, 0x04, 0x40, 0x04, 0xab, 0x1b, 0xcd,
|
|
0xea, 0xae, 0x98, 0x0a, 0x9e, 0xd7, 0xb7, 0x76, 0x97, 0x2f, 0x88, 0xe9, 0x00, 0xb0, 0x47, 0x05,
|
|
0x99, 0xb0, 0xc2, 0xd3, 0x4b, 0x62, 0x56, 0x12, 0xa1, 0x48, 0x09, 0xd6, 0x5f, 0x68, 0xd4, 0x97,
|
|
0x2f, 0x88, 0xa3, 0x51, 0xc9, 0xd3, 0x4b, 0xe2, 0x98, 0x34, 0x0e, 0x79, 0x22, 0x59, 0x69, 0x36,
|
|
0x37, 0xc4, 0x5c, 0xc0, 0xb9, 0xb3, 0xab, 0xac, 0x6f, 0xad, 0x89, 0xf9, 0x80, 0x73, 0x4d, 0x69,
|
|
0xee, 0x6d, 0x8b, 0x10, 0x30, 0x6c, 0x36, 0x76, 0x76, 0xaa, 0x6b, 0x0d, 0xb1, 0x10, 0x68, 0xac,
|
|
0xbc, 0xb8, 0xdb, 0xd8, 0x11, 0x8b, 0x11, 0xb3, 0x9e, 0x5e, 0x12, 0xc7, 0x83, 0x29, 0x1a, 0x5b,
|
|
0x7b, 0x9b, 0x62, 0x49, 0x9a, 0x84, 0x71, 0x3a, 0x05, 0x37, 0x62, 0xa2, 0x4f, 0xb4, 0x7c, 0x41,
|
|
0x14, 0x7b, 0x86, 0x50, 0x96, 0xc9, 0x88, 0x60, 0xf9, 0x82, 0x28, 0x55, 0x6a, 0x90, 0x25, 0xd9,
|
|
0x25, 0x49, 0x50, 0xda, 0xa8, 0xae, 0x34, 0x36, 0xd4, 0xe6, 0xf6, 0xee, 0x7a, 0x73, 0xab, 0xba,
|
|
0x21, 0x0a, 0x3d, 0x99, 0xd2, 0xf8, 0xf4, 0xde, 0xba, 0xd2, 0xa8, 0x8b, 0xa9, 0xb0, 0x6c, 0xbb,
|
|
0x51, 0xdd, 0x6d, 0xd4, 0xc5, 0x74, 0x45, 0x87, 0xe9, 0x61, 0x75, 0x72, 0xe8, 0xca, 0x08, 0x85,
|
|
0x38, 0x75, 0x4c, 0x88, 0x09, 0xd7, 0x40, 0x88, 0xff, 0x35, 0x05, 0x53, 0x43, 0x7a, 0xc5, 0xd0,
|
|
0x49, 0x9e, 0x85, 0x2c, 0x4d, 0x51, 0xda, 0x3d, 0x9f, 0x18, 0xda, 0x74, 0x48, 0xc2, 0x0e, 0x74,
|
|
0x50, 0x82, 0x0b, 0xef, 0x20, 0xd2, 0xc7, 0xec, 0x20, 0x30, 0xc5, 0x40, 0x4d, 0xff, 0xb9, 0x81,
|
|
0x9a, 0x4e, 0xdb, 0xde, 0x72, 0x92, 0xb6, 0x47, 0x64, 0x27, 0xab, 0xed, 0xd9, 0x21, 0xb5, 0xfd,
|
|
0x0a, 0x4c, 0x0e, 0x10, 0x25, 0xae, 0xb1, 0xaf, 0x08, 0x50, 0x3e, 0xce, 0x39, 0x31, 0x95, 0x2e,
|
|
0x15, 0xa9, 0x74, 0x57, 0xfa, 0x3d, 0x78, 0xf6, 0xf8, 0x20, 0x0c, 0xc4, 0xfa, 0x0d, 0x01, 0x4e,
|
|
0x0d, 0xdf, 0x29, 0x0e, 0xb5, 0xe1, 0x93, 0x30, 0xda, 0x41, 0xfe, 0xa1, 0xcd, 0x77, 0x4b, 0x1f,
|
|
0x1d, 0xd2, 0x83, 0xf1, 0x70, 0x7f, 0xb0, 0x19, 0x2a, 0xdc, 0xc4, 0xd3, 0xc7, 0x6d, 0xf7, 0xa8,
|
|
0x35, 0x03, 0x96, 0x7e, 0x3e, 0x05, 0x0f, 0x0d, 0x25, 0x1f, 0x6a, 0xe8, 0x23, 0x00, 0x86, 0xe5,
|
|
0x74, 0x7d, 0xba, 0x23, 0xa2, 0x05, 0x36, 0x4f, 0x24, 0xa4, 0x78, 0xe1, 0xe2, 0xd9, 0xf5, 0x83,
|
|
0xf1, 0x34, 0x19, 0x07, 0x2a, 0x22, 0x0a, 0xcf, 0xf4, 0x0c, 0xcd, 0x10, 0x43, 0x67, 0x8f, 0x79,
|
|
0xd3, 0x81, 0xc4, 0xfc, 0x38, 0x88, 0xba, 0x69, 0x20, 0xcb, 0x57, 0x3d, 0xdf, 0x45, 0x5a, 0xc7,
|
|
0xb0, 0xda, 0xa4, 0x83, 0xe4, 0xe4, 0xec, 0x81, 0x66, 0x7a, 0x48, 0x99, 0xa0, 0xc3, 0x3b, 0x7c,
|
|
0x14, 0x23, 0x48, 0x02, 0xb9, 0x21, 0xc4, 0x68, 0x04, 0x41, 0x87, 0x03, 0x44, 0xe5, 0xdb, 0x39,
|
|
0x28, 0x84, 0xf6, 0xd5, 0xd2, 0x59, 0x28, 0x5e, 0xd3, 0x6e, 0x68, 0x2a, 0x3f, 0x2b, 0x51, 0x4f,
|
|
0x14, 0xb0, 0x6c, 0x9b, 0x9d, 0x97, 0x3e, 0x0e, 0xd3, 0x44, 0xc5, 0xee, 0xfa, 0xc8, 0x55, 0x75,
|
|
0x53, 0xf3, 0x3c, 0xe2, 0xb4, 0x1c, 0x51, 0x95, 0xf0, 0x58, 0x13, 0x0f, 0xd5, 0xf8, 0x88, 0x74,
|
|
0x11, 0xa6, 0x08, 0xa2, 0xd3, 0x35, 0x7d, 0xc3, 0x31, 0x91, 0x8a, 0x4f, 0x6f, 0x1e, 0xe9, 0x24,
|
|
0x81, 0x65, 0x93, 0x58, 0x63, 0x93, 0x29, 0x60, 0x8b, 0x3c, 0xa9, 0x0e, 0x8f, 0x10, 0x58, 0x1b,
|
|
0x59, 0xc8, 0xd5, 0x7c, 0xa4, 0xa2, 0xcf, 0x75, 0x35, 0xd3, 0x53, 0x35, 0xab, 0xa5, 0x1e, 0x6a,
|
|
0xde, 0x61, 0x79, 0x1a, 0x13, 0xac, 0xa4, 0xca, 0x82, 0x72, 0x06, 0x2b, 0xae, 0x31, 0xbd, 0x06,
|
|
0x51, 0xab, 0x5a, 0xad, 0xe7, 0x34, 0xef, 0x50, 0x92, 0xe1, 0x14, 0x61, 0xf1, 0x7c, 0xd7, 0xb0,
|
|
0xda, 0xaa, 0x7e, 0x88, 0xf4, 0xeb, 0x6a, 0xd7, 0x3f, 0x78, 0xa6, 0xfc, 0x70, 0x78, 0x7e, 0x62,
|
|
0xe1, 0x0e, 0xd1, 0xa9, 0x61, 0x95, 0x3d, 0xff, 0xe0, 0x19, 0x69, 0x07, 0x8a, 0x38, 0x18, 0x1d,
|
|
0xe3, 0x16, 0x52, 0x0f, 0x6c, 0x97, 0xb4, 0xc6, 0xd2, 0x90, 0xd2, 0x14, 0xf2, 0xe0, 0x62, 0x93,
|
|
0x01, 0x36, 0xed, 0x16, 0x92, 0xb3, 0x3b, 0xdb, 0x8d, 0x46, 0x5d, 0x29, 0x70, 0x96, 0x55, 0xdb,
|
|
0xc5, 0x09, 0xd5, 0xb6, 0x03, 0x07, 0x17, 0x68, 0x42, 0xb5, 0x6d, 0xee, 0xde, 0x8b, 0x30, 0xa5,
|
|
0xeb, 0xf4, 0x9d, 0x0d, 0x5d, 0x65, 0x67, 0x2c, 0xaf, 0x2c, 0x46, 0x9c, 0xa5, 0xeb, 0x6b, 0x54,
|
|
0x81, 0xe5, 0xb8, 0x27, 0x5d, 0x86, 0x87, 0x7a, 0xce, 0x0a, 0x03, 0x27, 0x07, 0xde, 0xb2, 0x1f,
|
|
0x7a, 0x11, 0xa6, 0x9c, 0xa3, 0x41, 0xa0, 0x14, 0x99, 0xd1, 0x39, 0xea, 0x87, 0x5d, 0x82, 0x69,
|
|
0xe7, 0xd0, 0x19, 0xc4, 0x3d, 0x19, 0xc6, 0x49, 0xce, 0xa1, 0xd3, 0x0f, 0x7c, 0x9c, 0x1c, 0xb8,
|
|
0x5d, 0xa4, 0x6b, 0x3e, 0x6a, 0x95, 0x4f, 0x87, 0xd5, 0x43, 0x03, 0xd2, 0x79, 0x10, 0x75, 0x5d,
|
|
0x45, 0x96, 0xb6, 0x6f, 0x22, 0x55, 0x73, 0x91, 0xa5, 0x79, 0xe5, 0xb9, 0xb0, 0x72, 0x49, 0xd7,
|
|
0x1b, 0x64, 0xb4, 0x4a, 0x06, 0xa5, 0x27, 0x61, 0xd2, 0xde, 0xbf, 0xa6, 0xd3, 0x94, 0x54, 0x1d,
|
|
0x17, 0x1d, 0x18, 0x2f, 0x97, 0x1f, 0x23, 0xfe, 0x9d, 0xc0, 0x03, 0x24, 0x21, 0xb7, 0x89, 0x58,
|
|
0x7a, 0x02, 0x44, 0xdd, 0x3b, 0xd4, 0x5c, 0x87, 0xd4, 0x64, 0xcf, 0xd1, 0x74, 0x54, 0x7e, 0x9c,
|
|
0xaa, 0x52, 0xf9, 0x16, 0x17, 0xe3, 0x25, 0xe1, 0xdd, 0x34, 0x0e, 0x7c, 0xce, 0x78, 0x8e, 0x2e,
|
|
0x09, 0x22, 0x63, 0x6c, 0x0b, 0x20, 0x62, 0x57, 0x44, 0x26, 0x5e, 0x20, 0x6a, 0x25, 0xe7, 0xd0,
|
|
0x09, 0xcf, 0xfb, 0x28, 0x8c, 0x63, 0xcd, 0xde, 0xa4, 0x4f, 0xd0, 0x0d, 0x99, 0x73, 0x18, 0x9a,
|
|
0xf1, 0x03, 0xdb, 0x1b, 0x57, 0x64, 0x28, 0x86, 0xf3, 0x53, 0xca, 0x03, 0xcd, 0x50, 0x51, 0xc0,
|
|
0x9b, 0x95, 0x5a, 0xb3, 0x8e, 0xb7, 0x19, 0x2f, 0x35, 0xc4, 0x14, 0xde, 0xee, 0x6c, 0xac, 0xef,
|
|
0x36, 0x54, 0x65, 0x6f, 0x6b, 0x77, 0x7d, 0xb3, 0x21, 0xa6, 0xc3, 0xfb, 0xea, 0xef, 0xa5, 0xa0,
|
|
0x14, 0x3d, 0x22, 0x49, 0x3f, 0x03, 0xa7, 0xf9, 0x7d, 0x86, 0x87, 0x7c, 0xf5, 0xa6, 0xe1, 0x92,
|
|
0x25, 0xd3, 0xd1, 0x68, 0xfb, 0x0a, 0x82, 0x36, 0xcd, 0xb4, 0x76, 0x90, 0xff, 0xbc, 0xe1, 0xe2,
|
|
0x05, 0xd1, 0xd1, 0x7c, 0x69, 0x03, 0xe6, 0x2c, 0x5b, 0xf5, 0x7c, 0xcd, 0x6a, 0x69, 0x6e, 0x4b,
|
|
0xed, 0xdd, 0x24, 0xa9, 0x9a, 0xae, 0x23, 0xcf, 0xb3, 0x69, 0xab, 0x0a, 0x58, 0x3e, 0x62, 0xd9,
|
|
0x3b, 0x4c, 0xb9, 0x57, 0xc3, 0xab, 0x4c, 0xb5, 0x2f, 0xc1, 0xd2, 0xc7, 0x25, 0xd8, 0xc3, 0x90,
|
|
0xef, 0x68, 0x8e, 0x8a, 0x2c, 0xdf, 0x3d, 0x22, 0x1b, 0xe3, 0x9c, 0x92, 0xeb, 0x68, 0x4e, 0x03,
|
|
0x3f, 0x7f, 0x38, 0xe7, 0x93, 0x7f, 0x49, 0x43, 0x31, 0xbc, 0x39, 0xc6, 0x67, 0x0d, 0x9d, 0xf4,
|
|
0x11, 0x81, 0x54, 0x9a, 0x47, 0x1f, 0xb8, 0x95, 0x5e, 0xac, 0xe1, 0x06, 0x23, 0x8f, 0xd2, 0x2d,
|
|
0xab, 0x42, 0x91, 0xb8, 0xb9, 0xe3, 0xda, 0x82, 0xe8, 0x16, 0x21, 0xa7, 0xb0, 0x27, 0x69, 0x0d,
|
|
0x46, 0xaf, 0x79, 0x84, 0x7b, 0x94, 0x70, 0x3f, 0xf6, 0x60, 0xee, 0xab, 0x3b, 0x84, 0x3c, 0x7f,
|
|
0x75, 0x47, 0xdd, 0x6a, 0x2a, 0x9b, 0xd5, 0x0d, 0x85, 0xc1, 0xa5, 0x33, 0x90, 0x31, 0xb5, 0x5b,
|
|
0x47, 0xd1, 0x56, 0x44, 0x44, 0x49, 0x1d, 0x7f, 0x06, 0x32, 0x37, 0x91, 0x76, 0x3d, 0xda, 0x00,
|
|
0x88, 0xe8, 0x03, 0x4c, 0xfd, 0xf3, 0x90, 0x25, 0xfe, 0x92, 0x00, 0x98, 0xc7, 0xc4, 0x11, 0x29,
|
|
0x07, 0x99, 0x5a, 0x53, 0xc1, 0xe9, 0x2f, 0x42, 0x91, 0x4a, 0xd5, 0xed, 0xf5, 0x46, 0xad, 0x21,
|
|
0xa6, 0x2a, 0x17, 0x61, 0x94, 0x3a, 0x01, 0x2f, 0x8d, 0xc0, 0x0d, 0xe2, 0x08, 0x7b, 0x64, 0x1c,
|
|
0x02, 0x1f, 0xdd, 0xdb, 0x5c, 0x69, 0x28, 0x62, 0x2a, 0x1c, 0x5e, 0x0f, 0x8a, 0xe1, 0x7d, 0xf1,
|
|
0x87, 0x93, 0x53, 0x7f, 0x27, 0x40, 0x21, 0xb4, 0xcf, 0xc5, 0x1b, 0x14, 0xcd, 0x34, 0xed, 0x9b,
|
|
0xaa, 0x66, 0x1a, 0x9a, 0xc7, 0x92, 0x02, 0x88, 0xa8, 0x8a, 0x25, 0x49, 0x83, 0xf6, 0xa1, 0x18,
|
|
0xff, 0xba, 0x00, 0x62, 0xff, 0x16, 0xb3, 0xcf, 0x40, 0xe1, 0x27, 0x6a, 0xe0, 0x6b, 0x02, 0x94,
|
|
0xa2, 0xfb, 0xca, 0x3e, 0xf3, 0xce, 0xfe, 0x44, 0xcd, 0x7b, 0x3b, 0x05, 0xe3, 0x91, 0xdd, 0x64,
|
|
0x52, 0xeb, 0x3e, 0x07, 0x93, 0x46, 0x0b, 0x75, 0x1c, 0xdb, 0x47, 0x96, 0x7e, 0xa4, 0x9a, 0xe8,
|
|
0x06, 0x32, 0xcb, 0x15, 0x52, 0x28, 0xce, 0x3f, 0x78, 0xbf, 0xba, 0xb8, 0xde, 0xc3, 0x6d, 0x60,
|
|
0x98, 0x3c, 0xb5, 0x5e, 0x6f, 0x6c, 0x6e, 0x37, 0x77, 0x1b, 0x5b, 0xb5, 0x17, 0xd5, 0xbd, 0xad,
|
|
0x9f, 0xdd, 0x6a, 0x3e, 0xbf, 0xa5, 0x88, 0x46, 0x9f, 0xda, 0x07, 0xb8, 0xd4, 0xb7, 0x41, 0xec,
|
|
0x37, 0x4a, 0x3a, 0x0d, 0xc3, 0xcc, 0x12, 0x47, 0xa4, 0x29, 0x98, 0xd8, 0x6a, 0xaa, 0x3b, 0xeb,
|
|
0xf5, 0x86, 0xda, 0x58, 0x5d, 0x6d, 0xd4, 0x76, 0x77, 0xe8, 0x0d, 0x44, 0xa0, 0xbd, 0x1b, 0x5d,
|
|
0xd4, 0xaf, 0xa6, 0x61, 0x6a, 0x88, 0x25, 0x52, 0x95, 0x9d, 0x1d, 0xe8, 0x71, 0xe6, 0x63, 0x49,
|
|
0xac, 0x5f, 0xc4, 0x2d, 0x7f, 0x5b, 0x73, 0x7d, 0x76, 0xd4, 0x78, 0x02, 0xb0, 0x97, 0x2c, 0xdf,
|
|
0x38, 0x30, 0x90, 0xcb, 0x2e, 0x6c, 0xe8, 0x81, 0x62, 0xa2, 0x27, 0xa7, 0x77, 0x36, 0x3f, 0x05,
|
|
0x92, 0x63, 0x7b, 0x86, 0x6f, 0xdc, 0x40, 0xaa, 0x61, 0xf1, 0xdb, 0x1d, 0x7c, 0xc0, 0xc8, 0x28,
|
|
0x22, 0x1f, 0x59, 0xb7, 0xfc, 0x40, 0xdb, 0x42, 0x6d, 0xad, 0x4f, 0x1b, 0x17, 0xf0, 0xb4, 0x22,
|
|
0xf2, 0x91, 0x40, 0xfb, 0x2c, 0x14, 0x5b, 0x76, 0x17, 0xef, 0xba, 0xa8, 0x1e, 0xee, 0x17, 0x82,
|
|
0x52, 0xa0, 0xb2, 0x40, 0x85, 0xed, 0xa7, 0x7b, 0xd7, 0x4a, 0x45, 0xa5, 0x40, 0x65, 0x54, 0xe5,
|
|
0x1c, 0x4c, 0x68, 0xed, 0xb6, 0x8b, 0xc9, 0x39, 0x11, 0x3d, 0x21, 0x94, 0x02, 0x31, 0x51, 0x9c,
|
|
0xb9, 0x0a, 0x39, 0xee, 0x07, 0xdc, 0x92, 0xb1, 0x27, 0x54, 0x87, 0x1e, 0x7b, 0x53, 0x0b, 0x79,
|
|
0x25, 0x67, 0xf1, 0xc1, 0xb3, 0x50, 0x34, 0x3c, 0xb5, 0x77, 0x4b, 0x9e, 0x9a, 0x4f, 0x2d, 0xe4,
|
|
0x94, 0x82, 0xe1, 0x05, 0x37, 0x8c, 0x95, 0x37, 0x52, 0x50, 0x8a, 0xde, 0xf2, 0x4b, 0x75, 0xc8,
|
|
0x99, 0xb6, 0xae, 0x91, 0xd4, 0xa2, 0x9f, 0x98, 0x16, 0x62, 0x3e, 0x0c, 0x2c, 0x6e, 0x30, 0x7d,
|
|
0x25, 0x40, 0xce, 0xfc, 0x93, 0x00, 0x39, 0x2e, 0x96, 0x4e, 0x41, 0xc6, 0xd1, 0xfc, 0x43, 0x42,
|
|
0x97, 0x5d, 0x49, 0x89, 0x82, 0x42, 0x9e, 0xb1, 0xdc, 0x73, 0x34, 0x8b, 0xa4, 0x00, 0x93, 0xe3,
|
|
0x67, 0x1c, 0x57, 0x13, 0x69, 0x2d, 0x72, 0xfc, 0xb0, 0x3b, 0x1d, 0x64, 0xf9, 0x1e, 0x8f, 0x2b,
|
|
0x93, 0xd7, 0x98, 0x58, 0x7a, 0x0a, 0x26, 0x7d, 0x57, 0x33, 0xcc, 0x88, 0x6e, 0x86, 0xe8, 0x8a,
|
|
0x7c, 0x20, 0x50, 0x96, 0xe1, 0x0c, 0xe7, 0x6d, 0x21, 0x5f, 0xd3, 0x0f, 0x51, 0xab, 0x07, 0x1a,
|
|
0x25, 0xd7, 0x0c, 0xa7, 0x99, 0x42, 0x9d, 0x8d, 0x73, 0x6c, 0xe5, 0xfb, 0x02, 0x4c, 0xf2, 0x03,
|
|
0x53, 0x2b, 0x70, 0xd6, 0x26, 0x80, 0x66, 0x59, 0xb6, 0x1f, 0x76, 0xd7, 0x60, 0x2a, 0x0f, 0xe0,
|
|
0x16, 0xab, 0x01, 0x48, 0x09, 0x11, 0xcc, 0x74, 0x00, 0x7a, 0x23, 0xc7, 0xba, 0x6d, 0x0e, 0x0a,
|
|
0xec, 0x13, 0x0e, 0xf9, 0x0e, 0x48, 0x8f, 0xd8, 0x40, 0x45, 0xf8, 0x64, 0x25, 0x4d, 0x43, 0x76,
|
|
0x1f, 0xb5, 0x0d, 0x8b, 0x5d, 0xcc, 0xd2, 0x07, 0x7e, 0x11, 0x92, 0x09, 0x2e, 0x42, 0x56, 0x3e,
|
|
0x0b, 0x53, 0xba, 0xdd, 0xe9, 0x37, 0x77, 0x45, 0xec, 0x3b, 0xe6, 0x7b, 0xcf, 0x09, 0x2f, 0x41,
|
|
0x6f, 0x8b, 0xf9, 0x23, 0x41, 0xf8, 0x83, 0x54, 0x7a, 0x6d, 0x7b, 0xe5, 0x1b, 0xa9, 0x99, 0x35,
|
|
0x0a, 0xdd, 0xe6, 0x6f, 0xaa, 0xa0, 0x03, 0x13, 0xe9, 0xd8, 0x7a, 0xf8, 0xd2, 0x39, 0xf8, 0x58,
|
|
0xdb, 0xf0, 0x0f, 0xbb, 0xfb, 0x8b, 0xba, 0xdd, 0x39, 0xdf, 0xb6, 0xdb, 0x76, 0xef, 0xd3, 0x27,
|
|
0x7e, 0x22, 0x0f, 0xe4, 0x2f, 0xf6, 0xf9, 0x33, 0x1f, 0x48, 0x67, 0x62, 0xbf, 0x95, 0xca, 0x5b,
|
|
0x30, 0xc5, 0x94, 0x55, 0xf2, 0xfd, 0x85, 0x9e, 0x22, 0xa4, 0x07, 0xde, 0x61, 0x95, 0xbf, 0xf5,
|
|
0x0e, 0x69, 0xd7, 0xca, 0x24, 0x83, 0xe2, 0x31, 0x7a, 0xd0, 0x90, 0x15, 0x78, 0x28, 0xc2, 0x47,
|
|
0x97, 0x26, 0x72, 0x63, 0x18, 0xbf, 0xc7, 0x18, 0xa7, 0x42, 0x8c, 0x3b, 0x0c, 0x2a, 0xd7, 0x60,
|
|
0xfc, 0x24, 0x5c, 0xff, 0xc0, 0xb8, 0x8a, 0x28, 0x4c, 0xb2, 0x06, 0x13, 0x84, 0x44, 0xef, 0x7a,
|
|
0xbe, 0xdd, 0x21, 0x75, 0xef, 0xc1, 0x34, 0xff, 0xf8, 0x0e, 0x5d, 0x2b, 0x25, 0x0c, 0xab, 0x05,
|
|
0x28, 0x59, 0x06, 0xf2, 0xc9, 0xa9, 0x85, 0x74, 0x33, 0x86, 0xe1, 0x4d, 0x66, 0x48, 0xa0, 0x2f,
|
|
0x7f, 0x06, 0xa6, 0xf1, 0xdf, 0xa4, 0x2c, 0x85, 0x2d, 0x89, 0xbf, 0xf0, 0x2a, 0x7f, 0xff, 0x15,
|
|
0xba, 0x1c, 0xa7, 0x02, 0x82, 0x90, 0x4d, 0xa1, 0x28, 0xb6, 0x91, 0xef, 0x23, 0xd7, 0x53, 0x35,
|
|
0x73, 0x98, 0x79, 0xa1, 0x1b, 0x83, 0xf2, 0x57, 0xde, 0x8d, 0x46, 0x71, 0x8d, 0x22, 0xab, 0xa6,
|
|
0x29, 0xef, 0xc1, 0xe9, 0x21, 0x59, 0x91, 0x80, 0xf3, 0x55, 0xc6, 0x39, 0x3d, 0x90, 0x19, 0x98,
|
|
0x76, 0x1b, 0xb8, 0x3c, 0x88, 0x65, 0x02, 0xce, 0xdf, 0x63, 0x9c, 0x12, 0xc3, 0xf2, 0x90, 0x62,
|
|
0xc6, 0xab, 0x30, 0x79, 0x03, 0xb9, 0xfb, 0xb6, 0xc7, 0x6e, 0x69, 0x12, 0xd0, 0xbd, 0xc6, 0xe8,
|
|
0x26, 0x18, 0x90, 0x5c, 0xdb, 0x60, 0xae, 0xcb, 0x90, 0x3b, 0xd0, 0x74, 0x94, 0x80, 0xe2, 0xab,
|
|
0x8c, 0x62, 0x0c, 0xeb, 0x63, 0x68, 0x15, 0x8a, 0x6d, 0x9b, 0x75, 0xa6, 0x78, 0xf8, 0xeb, 0x0c,
|
|
0x5e, 0xe0, 0x18, 0x46, 0xe1, 0xd8, 0x4e, 0xd7, 0xc4, 0x6d, 0x2b, 0x9e, 0xe2, 0xf7, 0x39, 0x05,
|
|
0xc7, 0x30, 0x8a, 0x13, 0xb8, 0xf5, 0x6b, 0x9c, 0xc2, 0x0b, 0xf9, 0xf3, 0x59, 0x28, 0xd8, 0x96,
|
|
0x79, 0x64, 0x5b, 0x49, 0x8c, 0xb8, 0xc3, 0x18, 0x80, 0x41, 0x30, 0xc1, 0x15, 0xc8, 0x27, 0x0d,
|
|
0xc4, 0x1f, 0xbe, 0xcb, 0x97, 0x07, 0x8f, 0xc0, 0x1a, 0x4c, 0xf0, 0x02, 0x65, 0xd8, 0x56, 0x02,
|
|
0x8a, 0x3f, 0x62, 0x14, 0xa5, 0x10, 0x8c, 0xbd, 0x86, 0x8f, 0x3c, 0xbf, 0x8d, 0x92, 0x90, 0xbc,
|
|
0xc1, 0x5f, 0x83, 0x41, 0x98, 0x2b, 0xf7, 0x91, 0xa5, 0x1f, 0x26, 0x63, 0xf8, 0x3a, 0x77, 0x25,
|
|
0xc7, 0x60, 0x8a, 0x1a, 0x8c, 0x77, 0x34, 0xd7, 0x3b, 0xd4, 0xcc, 0x44, 0xe1, 0xf8, 0x63, 0xc6,
|
|
0x51, 0x0c, 0x40, 0xcc, 0x23, 0x5d, 0xeb, 0x24, 0x34, 0xdf, 0xe0, 0x1e, 0x09, 0xc1, 0xd8, 0xd2,
|
|
0xf3, 0x7c, 0x72, 0xa5, 0x75, 0x12, 0xb6, 0x3f, 0xe1, 0x4b, 0x8f, 0x62, 0x37, 0xc3, 0x8c, 0x57,
|
|
0x20, 0xef, 0x19, 0xb7, 0x12, 0xd1, 0xfc, 0x29, 0x8f, 0x34, 0x01, 0x60, 0xf0, 0x8b, 0x70, 0x66,
|
|
0x68, 0x9b, 0x48, 0x40, 0xf6, 0x67, 0x8c, 0xec, 0xd4, 0x90, 0x56, 0xc1, 0x4a, 0xc2, 0x49, 0x29,
|
|
0xff, 0x9c, 0x97, 0x04, 0xd4, 0xc7, 0xb5, 0x8d, 0xcf, 0x0a, 0x9e, 0x76, 0x70, 0x32, 0xaf, 0xfd,
|
|
0x05, 0xf7, 0x1a, 0xc5, 0x46, 0xbc, 0xb6, 0x0b, 0xa7, 0x18, 0xe3, 0xc9, 0xe2, 0xfa, 0x4d, 0x5e,
|
|
0x58, 0x29, 0x7a, 0x2f, 0x1a, 0xdd, 0xcf, 0xc2, 0x4c, 0xe0, 0x4e, 0xbe, 0x29, 0xf5, 0xd4, 0x8e,
|
|
0xe6, 0x24, 0x60, 0xfe, 0x16, 0x63, 0xe6, 0x15, 0x3f, 0xd8, 0xd5, 0x7a, 0x9b, 0x9a, 0x83, 0xc9,
|
|
0x5f, 0x80, 0x32, 0x27, 0xef, 0x5a, 0x2e, 0xd2, 0xed, 0xb6, 0x65, 0xdc, 0x42, 0xad, 0x04, 0xd4,
|
|
0x7f, 0xd9, 0x17, 0xaa, 0xbd, 0x10, 0x1c, 0x33, 0xaf, 0x83, 0x18, 0xec, 0x55, 0x54, 0xa3, 0xe3,
|
|
0xd8, 0xae, 0x1f, 0xc3, 0xf8, 0x6d, 0x1e, 0xa9, 0x00, 0xb7, 0x4e, 0x60, 0x72, 0x03, 0x4a, 0xe4,
|
|
0x31, 0x69, 0x4a, 0xfe, 0x15, 0x23, 0x1a, 0xef, 0xa1, 0x58, 0xe1, 0xd0, 0xed, 0x8e, 0xa3, 0xb9,
|
|
0x49, 0xea, 0xdf, 0x5f, 0xf3, 0xc2, 0xc1, 0x20, 0xac, 0x70, 0xf8, 0x47, 0x0e, 0xc2, 0xdd, 0x3e,
|
|
0x01, 0xc3, 0x77, 0x78, 0xe1, 0xe0, 0x18, 0x46, 0xc1, 0x37, 0x0c, 0x09, 0x28, 0xfe, 0x86, 0x53,
|
|
0x70, 0x0c, 0xa6, 0xf8, 0x74, 0xaf, 0xd1, 0xba, 0xa8, 0x6d, 0x78, 0xbe, 0x4b, 0xb7, 0xc2, 0x0f,
|
|
0xa6, 0xfa, 0xee, 0xbb, 0xd1, 0x4d, 0x98, 0x12, 0x82, 0xca, 0x57, 0x61, 0xa2, 0x6f, 0x8b, 0x21,
|
|
0xc5, 0xfd, 0x7e, 0xa5, 0xfc, 0x8b, 0xef, 0xb1, 0x62, 0x14, 0xdd, 0x61, 0xc8, 0x1b, 0x38, 0xee,
|
|
0xd1, 0x7d, 0x40, 0x3c, 0xd9, 0x2b, 0xef, 0x05, 0xa1, 0x8f, 0x6c, 0x03, 0xe4, 0x55, 0x18, 0x8f,
|
|
0xec, 0x01, 0xe2, 0xa9, 0x7e, 0x89, 0x51, 0x15, 0xc3, 0x5b, 0x00, 0xf9, 0x22, 0x64, 0x70, 0x3f,
|
|
0x8f, 0x87, 0xff, 0x32, 0x83, 0x13, 0x75, 0xf9, 0x13, 0x90, 0xe3, 0x7d, 0x3c, 0x1e, 0xfa, 0x2b,
|
|
0x0c, 0x1a, 0x40, 0x30, 0x9c, 0xf7, 0xf0, 0x78, 0xf8, 0xaf, 0x72, 0x38, 0x87, 0x60, 0x78, 0x72,
|
|
0x17, 0xfe, 0xfd, 0xaf, 0x67, 0x58, 0x1d, 0xe6, 0xbe, 0xbb, 0x02, 0x63, 0xac, 0x79, 0xc7, 0xa3,
|
|
0x3f, 0xcf, 0x26, 0xe7, 0x08, 0xf9, 0x12, 0x64, 0x13, 0x3a, 0xfc, 0x37, 0x18, 0x94, 0xea, 0xcb,
|
|
0x35, 0x28, 0x84, 0x1a, 0x76, 0x3c, 0xfc, 0x37, 0x19, 0x3c, 0x8c, 0xc2, 0xa6, 0xb3, 0x86, 0x1d,
|
|
0x4f, 0xf0, 0x5b, 0xdc, 0x74, 0x86, 0xc0, 0x6e, 0xe3, 0xbd, 0x3a, 0x1e, 0xfd, 0x05, 0xee, 0x75,
|
|
0x0e, 0x91, 0x9f, 0x85, 0x7c, 0x50, 0x7f, 0xe3, 0xf1, 0xbf, 0xcd, 0xf0, 0x3d, 0x0c, 0xf6, 0x40,
|
|
0xa8, 0xfe, 0xc7, 0x53, 0xfc, 0x0e, 0xf7, 0x40, 0x08, 0x85, 0x97, 0x51, 0x7f, 0x4f, 0x8f, 0x67,
|
|
0xfa, 0x22, 0x5f, 0x46, 0x7d, 0x2d, 0x1d, 0x47, 0x93, 0x94, 0xc1, 0x78, 0x8a, 0xdf, 0xe5, 0xd1,
|
|
0x24, 0xfa, 0xd8, 0x8c, 0xfe, 0x26, 0x19, 0xcf, 0xf1, 0x25, 0x6e, 0x46, 0x5f, 0x8f, 0x94, 0xb7,
|
|
0x41, 0x1a, 0x6c, 0x90, 0xf1, 0x7c, 0x5f, 0x66, 0x7c, 0x93, 0x03, 0xfd, 0x51, 0x7e, 0x1e, 0x4e,
|
|
0x0d, 0x6f, 0x8e, 0xf1, 0xac, 0x5f, 0x79, 0xaf, 0xef, 0x38, 0x13, 0xee, 0x8d, 0xf2, 0x6e, 0xaf,
|
|
0xca, 0x86, 0x1b, 0x63, 0x3c, 0xed, 0xab, 0xef, 0x45, 0x0b, 0x6d, 0xb8, 0x2f, 0xca, 0x55, 0x80,
|
|
0x5e, 0x4f, 0x8a, 0xe7, 0x7a, 0x8d, 0x71, 0x85, 0x40, 0x78, 0x69, 0xb0, 0x96, 0x14, 0x8f, 0xff,
|
|
0x2a, 0x5f, 0x1a, 0x0c, 0x81, 0x97, 0x06, 0xef, 0x46, 0xf1, 0xe8, 0xd7, 0xf9, 0xd2, 0xe0, 0x10,
|
|
0xf9, 0x0a, 0xe4, 0xac, 0xae, 0x69, 0xe2, 0xdc, 0x92, 0x1e, 0xfc, 0x93, 0xac, 0xf2, 0x7f, 0xdc,
|
|
0x67, 0x60, 0x0e, 0x90, 0x2f, 0x42, 0x16, 0x75, 0xf6, 0x51, 0x2b, 0x0e, 0xf9, 0x9f, 0xf7, 0x79,
|
|
0x3d, 0xc1, 0xda, 0xf2, 0xb3, 0x00, 0xf4, 0x30, 0x4d, 0x3e, 0x14, 0xc5, 0x60, 0xff, 0xeb, 0x3e,
|
|
0xfb, 0xb1, 0x44, 0x0f, 0xd2, 0x23, 0xa0, 0x3f, 0xbd, 0x78, 0x30, 0xc1, 0xbb, 0x51, 0x02, 0x72,
|
|
0x00, 0xbf, 0x0c, 0x63, 0xd7, 0x3c, 0xdb, 0xf2, 0xb5, 0x76, 0x1c, 0xfa, 0xbf, 0x19, 0x9a, 0xeb,
|
|
0x63, 0x87, 0x75, 0x6c, 0x17, 0xf9, 0x5a, 0xdb, 0x8b, 0xc3, 0xfe, 0x0f, 0xc3, 0x06, 0x00, 0x0c,
|
|
0xd6, 0x35, 0xcf, 0x4f, 0xf2, 0xde, 0x3f, 0xe0, 0x60, 0x0e, 0xc0, 0x46, 0xe3, 0xbf, 0xaf, 0xa3,
|
|
0xa3, 0x38, 0xec, 0x0f, 0xb9, 0xd1, 0x4c, 0x5f, 0xfe, 0x04, 0xe4, 0xf1, 0x9f, 0xf4, 0x17, 0x50,
|
|
0x31, 0xe0, 0xff, 0x65, 0xe0, 0x1e, 0x02, 0xcf, 0xec, 0xf9, 0x2d, 0xdf, 0x88, 0x77, 0xf6, 0xff,
|
|
0xb1, 0x48, 0x73, 0x7d, 0xb9, 0x0a, 0x05, 0xcf, 0x6f, 0xb5, 0xba, 0x6c, 0x47, 0x13, 0x03, 0xff,
|
|
0xff, 0xfb, 0xc1, 0x21, 0x37, 0xc0, 0xac, 0x34, 0x86, 0xdf, 0xd7, 0xc1, 0x9a, 0xbd, 0x66, 0xd3,
|
|
0x9b, 0xba, 0x97, 0x2a, 0xf1, 0x57, 0x6e, 0x70, 0x7f, 0x0c, 0x97, 0xaa, 0xde, 0xca, 0x65, 0xd7,
|
|
0x6f, 0xc5, 0xb0, 0x6c, 0xe6, 0x64, 0x77, 0x77, 0x95, 0x4f, 0x81, 0x50, 0x95, 0x4e, 0xc1, 0x28,
|
|
0x79, 0x89, 0x9f, 0x26, 0x77, 0x92, 0x69, 0x85, 0x3d, 0x49, 0x8f, 0x80, 0xb0, 0xc2, 0x2e, 0x47,
|
|
0x27, 0x16, 0x23, 0x33, 0xaf, 0x28, 0xc2, 0x8a, 0x9c, 0x79, 0xeb, 0xce, 0xdc, 0x48, 0x45, 0x07,
|
|
0x61, 0x05, 0x6b, 0xd6, 0xc8, 0x17, 0xab, 0x01, 0xcd, 0x9a, 0x22, 0xd4, 0xf0, 0x70, 0x9d, 0xfd,
|
|
0xa4, 0xae, 0x6f, 0xb8, 0xae, 0x08, 0x75, 0x69, 0x1e, 0x84, 0x55, 0x72, 0x4b, 0x5f, 0x58, 0x92,
|
|
0xa2, 0xc3, 0x4d, 0xb3, 0x55, 0x53, 0x84, 0xd5, 0xca, 0xc3, 0x20, 0xd4, 0x43, 0x66, 0x0a, 0x61,
|
|
0x33, 0x2b, 0x5f, 0x14, 0x40, 0xa8, 0x05, 0xa3, 0x4b, 0x64, 0x22, 0x81, 0x8d, 0x2e, 0x05, 0xf2,
|
|
0xa7, 0xd9, 0x55, 0x34, 0x7b, 0x0a, 0xe4, 0x17, 0xc8, 0xcd, 0x2a, 0xd7, 0xbf, 0x10, 0xc8, 0x2f,
|
|
0x92, 0x1f, 0xb0, 0x15, 0x99, 0xfc, 0x62, 0x20, 0x5f, 0x26, 0xdf, 0x09, 0xf8, 0xec, 0xcb, 0x81,
|
|
0xfc, 0x12, 0xf9, 0x2f, 0x01, 0x29, 0x26, 0xbf, 0x54, 0xb9, 0x0c, 0xc2, 0x5e, 0xc4, 0xa8, 0xf4,
|
|
0xb1, 0x46, 0x8d, 0x73, 0xa3, 0x98, 0x4b, 0x9f, 0x83, 0xcc, 0x9e, 0x65, 0x6f, 0x9e, 0x18, 0x2d,
|
|
0xfe, 0xda, 0x9d, 0xb9, 0x91, 0x2f, 0xdc, 0x99, 0x1b, 0xf9, 0xda, 0x9d, 0xb9, 0x11, 0xc2, 0xb4,
|
|
0x0a, 0x99, 0xa6, 0xd9, 0x3a, 0x3e, 0xc2, 0xf3, 0xbd, 0x08, 0x0f, 0x7a, 0x3e, 0x14, 0xe4, 0xab,
|
|
0x84, 0x67, 0x05, 0xeb, 0xf3, 0x38, 0x0f, 0x8d, 0x54, 0x2d, 0x41, 0x2c, 0x7f, 0x81, 0x70, 0xd5,
|
|
0x8e, 0x0b, 0xe7, 0xfb, 0x0e, 0x64, 0xd2, 0xc0, 0x2c, 0x93, 0xf9, 0xf7, 0xfa, 0xe6, 0xcf, 0x0f,
|
|
0x9d, 0x3f, 0xe4, 0xf5, 0xca, 0x1a, 0x8c, 0x61, 0x5c, 0x38, 0x30, 0x09, 0xa1, 0x72, 0x31, 0x1c,
|
|
0x98, 0x95, 0x0b, 0x6f, 0xde, 0x9d, 0x1d, 0x79, 0xeb, 0xee, 0xec, 0xc8, 0x3f, 0xdf, 0x9d, 0x1d,
|
|
0x79, 0xfb, 0xee, 0xac, 0xf0, 0xc3, 0xbb, 0xb3, 0xc2, 0x8f, 0xee, 0xce, 0x0a, 0xb7, 0xef, 0xcd,
|
|
0x0a, 0x5f, 0xbf, 0x37, 0x2b, 0x7c, 0xf3, 0xde, 0xac, 0xf0, 0xdd, 0x7b, 0xb3, 0xc2, 0x9b, 0xf7,
|
|
0x66, 0x85, 0xb7, 0xee, 0xcd, 0x0a, 0x6f, 0xdf, 0x9b, 0x15, 0x7e, 0x1c, 0x00, 0x00, 0xff, 0xff,
|
|
0xfd, 0x83, 0xff, 0xfe, 0x8a, 0x34, 0x00, 0x00,
|
|
}
|
|
r := bytes.NewReader(gzipped)
|
|
gzipr, err := gzip.NewReader(r)
|
|
if err != nil {
|
|
panic(err)
|
|
}
|
|
ungzipped, err := ioutil.ReadAll(gzipr)
|
|
if err != nil {
|
|
panic(err)
|
|
}
|
|
if err := proto.Unmarshal(ungzipped, d); err != nil {
|
|
panic(err)
|
|
}
|
|
return d
|
|
}
|
|
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.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.B) != len(that1.B) {
|
|
return fmt.Errorf("B this(%v) Not Equal that(%v)", len(this.B), len(that1.B))
|
|
}
|
|
for i := range this.B {
|
|
if !this.B[i].Equal(that1.B[i]) {
|
|
return fmt.Errorf("B this[%v](%v) Not Equal that[%v](%v)", i, this.B[i], i, that1.B[i])
|
|
}
|
|
}
|
|
return nil
|
|
}
|
|
func (this *A) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*A)
|
|
if !ok {
|
|
that2, ok := that.(A)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} 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.B) != len(that1.B) {
|
|
return false
|
|
}
|
|
for i := range this.B {
|
|
if !this.B[i].Equal(that1.B[i]) {
|
|
return false
|
|
}
|
|
}
|
|
return true
|
|
}
|
|
func (this *B) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*B)
|
|
if !ok {
|
|
that2, ok := that.(B)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *B")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *B but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *B but is not nil && this == nil")
|
|
}
|
|
if !this.C.Equal(that1.C) {
|
|
return fmt.Errorf("C this(%v) Not Equal that(%v)", this.C, that1.C)
|
|
}
|
|
if !this.D.Equal(that1.D) {
|
|
return fmt.Errorf("D this(%v) Not Equal that(%v)", this.D, that1.D)
|
|
}
|
|
if !this.F.Equal(that1.F) {
|
|
return fmt.Errorf("F this(%v) Not Equal that(%v)", this.F, that1.F)
|
|
}
|
|
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 *B) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*B)
|
|
if !ok {
|
|
that2, ok := that.(B)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} else if this == nil {
|
|
return false
|
|
}
|
|
if !this.C.Equal(that1.C) {
|
|
return false
|
|
}
|
|
if !this.D.Equal(that1.D) {
|
|
return false
|
|
}
|
|
if !this.F.Equal(that1.F) {
|
|
return false
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *D) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*D)
|
|
if !ok {
|
|
that2, ok := that.(D)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *D")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *D but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *D 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 !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 *D) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*D)
|
|
if !ok {
|
|
that2, ok := that.(D)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} 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 !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *C) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*C)
|
|
if !ok {
|
|
that2, ok := that.(C)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *C")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *C but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *C but is not nil && this == nil")
|
|
}
|
|
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 this.Field3 != nil && that1.Field3 != nil {
|
|
if *this.Field3 != *that1.Field3 {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", *this.Field3, *that1.Field3)
|
|
}
|
|
} else if this.Field3 != nil {
|
|
return fmt.Errorf("this.Field3 == nil && that.Field3 != nil")
|
|
} else if that1.Field3 != nil {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", this.Field3, that1.Field3)
|
|
}
|
|
if this.Field4 != nil && that1.Field4 != nil {
|
|
if *this.Field4 != *that1.Field4 {
|
|
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", *this.Field4, *that1.Field4)
|
|
}
|
|
} else if this.Field4 != nil {
|
|
return fmt.Errorf("this.Field4 == nil && that.Field4 != nil")
|
|
} else if that1.Field4 != nil {
|
|
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", this.Field4, that1.Field4)
|
|
}
|
|
if len(this.Field5) != len(that1.Field5) {
|
|
return fmt.Errorf("Field5 this(%v) Not Equal that(%v)", len(this.Field5), len(that1.Field5))
|
|
}
|
|
for i := range this.Field5 {
|
|
if !bytes.Equal(this.Field5[i], that1.Field5[i]) {
|
|
return fmt.Errorf("Field5 this[%v](%v) Not Equal that[%v](%v)", i, this.Field5[i], i, that1.Field5[i])
|
|
}
|
|
}
|
|
if this.Field6 != nil && that1.Field6 != nil {
|
|
if *this.Field6 != *that1.Field6 {
|
|
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", *this.Field6, *that1.Field6)
|
|
}
|
|
} else if this.Field6 != nil {
|
|
return fmt.Errorf("this.Field6 == nil && that.Field6 != nil")
|
|
} else if that1.Field6 != nil {
|
|
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", this.Field6, that1.Field6)
|
|
}
|
|
if len(this.Field7) != len(that1.Field7) {
|
|
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", len(this.Field7), len(that1.Field7))
|
|
}
|
|
for i := range this.Field7 {
|
|
if this.Field7[i] != that1.Field7[i] {
|
|
return fmt.Errorf("Field7 this[%v](%v) Not Equal that[%v](%v)", i, this.Field7[i], i, that1.Field7[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 *C) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*C)
|
|
if !ok {
|
|
that2, ok := that.(C)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} else if this == 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 this.Field3 != nil && that1.Field3 != nil {
|
|
if *this.Field3 != *that1.Field3 {
|
|
return false
|
|
}
|
|
} else if this.Field3 != nil {
|
|
return false
|
|
} else if that1.Field3 != nil {
|
|
return false
|
|
}
|
|
if this.Field4 != nil && that1.Field4 != nil {
|
|
if *this.Field4 != *that1.Field4 {
|
|
return false
|
|
}
|
|
} else if this.Field4 != nil {
|
|
return false
|
|
} else if that1.Field4 != nil {
|
|
return false
|
|
}
|
|
if len(this.Field5) != len(that1.Field5) {
|
|
return false
|
|
}
|
|
for i := range this.Field5 {
|
|
if !bytes.Equal(this.Field5[i], that1.Field5[i]) {
|
|
return false
|
|
}
|
|
}
|
|
if this.Field6 != nil && that1.Field6 != nil {
|
|
if *this.Field6 != *that1.Field6 {
|
|
return false
|
|
}
|
|
} else if this.Field6 != nil {
|
|
return false
|
|
} else if that1.Field6 != nil {
|
|
return false
|
|
}
|
|
if len(this.Field7) != len(that1.Field7) {
|
|
return false
|
|
}
|
|
for i := range this.Field7 {
|
|
if this.Field7[i] != that1.Field7[i] {
|
|
return false
|
|
}
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *U) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*U)
|
|
if !ok {
|
|
that2, ok := that.(U)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *U")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *U but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *U but is not nil && this == nil")
|
|
}
|
|
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 this.Field3 != nil && that1.Field3 != nil {
|
|
if *this.Field3 != *that1.Field3 {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", *this.Field3, *that1.Field3)
|
|
}
|
|
} else if this.Field3 != nil {
|
|
return fmt.Errorf("this.Field3 == nil && that.Field3 != nil")
|
|
} else if that1.Field3 != nil {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", this.Field3, that1.Field3)
|
|
}
|
|
return nil
|
|
}
|
|
func (this *U) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*U)
|
|
if !ok {
|
|
that2, ok := that.(U)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} else if this == 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 this.Field3 != nil && that1.Field3 != nil {
|
|
if *this.Field3 != *that1.Field3 {
|
|
return false
|
|
}
|
|
} else if this.Field3 != nil {
|
|
return false
|
|
} else if that1.Field3 != nil {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *UnoM) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*UnoM)
|
|
if !ok {
|
|
that2, ok := that.(UnoM)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *UnoM")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *UnoM but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *UnoM but is not nil && this == nil")
|
|
}
|
|
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 this.Field3 != nil && that1.Field3 != nil {
|
|
if *this.Field3 != *that1.Field3 {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", *this.Field3, *that1.Field3)
|
|
}
|
|
} else if this.Field3 != nil {
|
|
return fmt.Errorf("this.Field3 == nil && that.Field3 != nil")
|
|
} else if that1.Field3 != nil {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", this.Field3, that1.Field3)
|
|
}
|
|
return nil
|
|
}
|
|
func (this *UnoM) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*UnoM)
|
|
if !ok {
|
|
that2, ok := that.(UnoM)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} else if this == 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 this.Field3 != nil && that1.Field3 != nil {
|
|
if *this.Field3 != *that1.Field3 {
|
|
return false
|
|
}
|
|
} else if this.Field3 != nil {
|
|
return false
|
|
} else if that1.Field3 != nil {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *OldA) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*OldA)
|
|
if !ok {
|
|
that2, ok := that.(OldA)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *OldA")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *OldA but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *OldA 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.B) != len(that1.B) {
|
|
return fmt.Errorf("B this(%v) Not Equal that(%v)", len(this.B), len(that1.B))
|
|
}
|
|
for i := range this.B {
|
|
if !this.B[i].Equal(that1.B[i]) {
|
|
return fmt.Errorf("B this[%v](%v) Not Equal that[%v](%v)", i, this.B[i], i, that1.B[i])
|
|
}
|
|
}
|
|
return nil
|
|
}
|
|
func (this *OldA) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*OldA)
|
|
if !ok {
|
|
that2, ok := that.(OldA)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} 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.B) != len(that1.B) {
|
|
return false
|
|
}
|
|
for i := range this.B {
|
|
if !this.B[i].Equal(that1.B[i]) {
|
|
return false
|
|
}
|
|
}
|
|
return true
|
|
}
|
|
func (this *OldB) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*OldB)
|
|
if !ok {
|
|
that2, ok := that.(OldB)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *OldB")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *OldB but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *OldB but is not nil && this == nil")
|
|
}
|
|
if !this.C.Equal(that1.C) {
|
|
return fmt.Errorf("C this(%v) Not Equal that(%v)", this.C, that1.C)
|
|
}
|
|
if !this.F.Equal(that1.F) {
|
|
return fmt.Errorf("F this(%v) Not Equal that(%v)", this.F, that1.F)
|
|
}
|
|
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 *OldB) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*OldB)
|
|
if !ok {
|
|
that2, ok := that.(OldB)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} else if this == nil {
|
|
return false
|
|
}
|
|
if !this.C.Equal(that1.C) {
|
|
return false
|
|
}
|
|
if !this.F.Equal(that1.F) {
|
|
return false
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *OldC) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*OldC)
|
|
if !ok {
|
|
that2, ok := that.(OldC)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *OldC")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *OldC but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *OldC 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 this.Field3 != nil && that1.Field3 != nil {
|
|
if *this.Field3 != *that1.Field3 {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", *this.Field3, *that1.Field3)
|
|
}
|
|
} else if this.Field3 != nil {
|
|
return fmt.Errorf("this.Field3 == nil && that.Field3 != nil")
|
|
} else if that1.Field3 != nil {
|
|
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", this.Field3, that1.Field3)
|
|
}
|
|
if this.Field6 != nil && that1.Field6 != nil {
|
|
if *this.Field6 != *that1.Field6 {
|
|
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", *this.Field6, *that1.Field6)
|
|
}
|
|
} else if this.Field6 != nil {
|
|
return fmt.Errorf("this.Field6 == nil && that.Field6 != nil")
|
|
} else if that1.Field6 != nil {
|
|
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", this.Field6, that1.Field6)
|
|
}
|
|
if len(this.Field7) != len(that1.Field7) {
|
|
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", len(this.Field7), len(that1.Field7))
|
|
}
|
|
for i := range this.Field7 {
|
|
if this.Field7[i] != that1.Field7[i] {
|
|
return fmt.Errorf("Field7 this[%v](%v) Not Equal that[%v](%v)", i, this.Field7[i], i, that1.Field7[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 *OldC) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*OldC)
|
|
if !ok {
|
|
that2, ok := that.(OldC)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} 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 this.Field3 != nil && that1.Field3 != nil {
|
|
if *this.Field3 != *that1.Field3 {
|
|
return false
|
|
}
|
|
} else if this.Field3 != nil {
|
|
return false
|
|
} else if that1.Field3 != nil {
|
|
return false
|
|
}
|
|
if this.Field6 != nil && that1.Field6 != nil {
|
|
if *this.Field6 != *that1.Field6 {
|
|
return false
|
|
}
|
|
} else if this.Field6 != nil {
|
|
return false
|
|
} else if that1.Field6 != nil {
|
|
return false
|
|
}
|
|
if len(this.Field7) != len(that1.Field7) {
|
|
return false
|
|
}
|
|
for i := range this.Field7 {
|
|
if this.Field7[i] != that1.Field7[i] {
|
|
return false
|
|
}
|
|
}
|
|
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|
|
func (this *OldU) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*OldU)
|
|
if !ok {
|
|
that2, ok := that.(OldU)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *OldU")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *OldU but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *OldU 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 *OldU) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*OldU)
|
|
if !ok {
|
|
that2, ok := that.(OldU)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} 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 *OldUnoM) VerboseEqual(that interface{}) error {
|
|
if that == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that == nil && this != nil")
|
|
}
|
|
|
|
that1, ok := that.(*OldUnoM)
|
|
if !ok {
|
|
that2, ok := that.(OldUnoM)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return fmt.Errorf("that is not of type *OldUnoM")
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
if this == nil {
|
|
return nil
|
|
}
|
|
return fmt.Errorf("that is type *OldUnoM but is nil && this != nil")
|
|
} else if this == nil {
|
|
return fmt.Errorf("that is type *OldUnoM 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 *OldUnoM) Equal(that interface{}) bool {
|
|
if that == nil {
|
|
return this == nil
|
|
}
|
|
|
|
that1, ok := that.(*OldUnoM)
|
|
if !ok {
|
|
that2, ok := that.(OldUnoM)
|
|
if ok {
|
|
that1 = &that2
|
|
} else {
|
|
return false
|
|
}
|
|
}
|
|
if that1 == nil {
|
|
return this == nil
|
|
} 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 *A) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 6)
|
|
s = append(s, "&unrecognized.A{")
|
|
if this.Field1 != nil {
|
|
s = append(s, "Field1: "+valueToGoStringUnrecognized(this.Field1, "int64")+",\n")
|
|
}
|
|
if this.B != nil {
|
|
s = append(s, "B: "+fmt.Sprintf("%#v", this.B)+",\n")
|
|
}
|
|
s = append(s, "}")
|
|
return strings.Join(s, "")
|
|
}
|
|
func (this *B) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 7)
|
|
s = append(s, "&unrecognized.B{")
|
|
if this.C != nil {
|
|
s = append(s, "C: "+fmt.Sprintf("%#v", this.C)+",\n")
|
|
}
|
|
if this.D != nil {
|
|
s = append(s, "D: "+fmt.Sprintf("%#v", this.D)+",\n")
|
|
}
|
|
if this.F != nil {
|
|
s = append(s, "F: "+fmt.Sprintf("%#v", this.F)+",\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 *D) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 5)
|
|
s = append(s, "&unrecognized.D{")
|
|
if this.Field1 != nil {
|
|
s = append(s, "Field1: "+valueToGoStringUnrecognized(this.Field1, "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 *C) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 10)
|
|
s = append(s, "&unrecognized.C{")
|
|
if this.Field2 != nil {
|
|
s = append(s, "Field2: "+valueToGoStringUnrecognized(this.Field2, "float64")+",\n")
|
|
}
|
|
if this.Field3 != nil {
|
|
s = append(s, "Field3: "+valueToGoStringUnrecognized(this.Field3, "string")+",\n")
|
|
}
|
|
if this.Field4 != nil {
|
|
s = append(s, "Field4: "+valueToGoStringUnrecognized(this.Field4, "float64")+",\n")
|
|
}
|
|
if this.Field5 != nil {
|
|
s = append(s, "Field5: "+fmt.Sprintf("%#v", this.Field5)+",\n")
|
|
}
|
|
if this.Field6 != nil {
|
|
s = append(s, "Field6: "+valueToGoStringUnrecognized(this.Field6, "int64")+",\n")
|
|
}
|
|
if this.Field7 != nil {
|
|
s = append(s, "Field7: "+fmt.Sprintf("%#v", this.Field7)+",\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 *U) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 6)
|
|
s = append(s, "&unrecognized.U{")
|
|
if this.Field2 != nil {
|
|
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
|
|
}
|
|
if this.Field3 != nil {
|
|
s = append(s, "Field3: "+valueToGoStringUnrecognized(this.Field3, "uint32")+",\n")
|
|
}
|
|
s = append(s, "}")
|
|
return strings.Join(s, "")
|
|
}
|
|
func (this *UnoM) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 6)
|
|
s = append(s, "&unrecognized.UnoM{")
|
|
if this.Field2 != nil {
|
|
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
|
|
}
|
|
if this.Field3 != nil {
|
|
s = append(s, "Field3: "+valueToGoStringUnrecognized(this.Field3, "uint32")+",\n")
|
|
}
|
|
s = append(s, "}")
|
|
return strings.Join(s, "")
|
|
}
|
|
func (this *OldA) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 6)
|
|
s = append(s, "&unrecognized.OldA{")
|
|
if this.Field1 != nil {
|
|
s = append(s, "Field1: "+valueToGoStringUnrecognized(this.Field1, "int64")+",\n")
|
|
}
|
|
if this.B != nil {
|
|
s = append(s, "B: "+fmt.Sprintf("%#v", this.B)+",\n")
|
|
}
|
|
s = append(s, "}")
|
|
return strings.Join(s, "")
|
|
}
|
|
func (this *OldB) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 6)
|
|
s = append(s, "&unrecognized.OldB{")
|
|
if this.C != nil {
|
|
s = append(s, "C: "+fmt.Sprintf("%#v", this.C)+",\n")
|
|
}
|
|
if this.F != nil {
|
|
s = append(s, "F: "+fmt.Sprintf("%#v", this.F)+",\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 *OldC) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 9)
|
|
s = append(s, "&unrecognized.OldC{")
|
|
if this.Field1 != nil {
|
|
s = append(s, "Field1: "+valueToGoStringUnrecognized(this.Field1, "int64")+",\n")
|
|
}
|
|
if this.Field2 != nil {
|
|
s = append(s, "Field2: "+valueToGoStringUnrecognized(this.Field2, "float64")+",\n")
|
|
}
|
|
if this.Field3 != nil {
|
|
s = append(s, "Field3: "+valueToGoStringUnrecognized(this.Field3, "string")+",\n")
|
|
}
|
|
if this.Field6 != nil {
|
|
s = append(s, "Field6: "+valueToGoStringUnrecognized(this.Field6, "int64")+",\n")
|
|
}
|
|
if this.Field7 != nil {
|
|
s = append(s, "Field7: "+fmt.Sprintf("%#v", this.Field7)+",\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 *OldU) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 6)
|
|
s = append(s, "&unrecognized.OldU{")
|
|
if this.Field1 != nil {
|
|
s = append(s, "Field1: "+valueToGoStringUnrecognized(this.Field1, "string")+",\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 (this *OldUnoM) GoString() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := make([]string, 0, 6)
|
|
s = append(s, "&unrecognized.OldUnoM{")
|
|
if this.Field1 != nil {
|
|
s = append(s, "Field1: "+valueToGoStringUnrecognized(this.Field1, "string")+",\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 valueToGoStringUnrecognized(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 (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 len(m.B) > 0 {
|
|
for _, msg := range m.B {
|
|
dAtA[i] = 0xa
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(msg.Size()))
|
|
n, err := msg.MarshalTo(dAtA[i:])
|
|
if err != nil {
|
|
return 0, err
|
|
}
|
|
i += n
|
|
}
|
|
}
|
|
if m.Field1 != nil {
|
|
dAtA[i] = 0x10
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(*m.Field1))
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func (m *B) 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 *B) MarshalTo(dAtA []byte) (int, error) {
|
|
var i int
|
|
_ = i
|
|
var l int
|
|
_ = l
|
|
if m.C != nil {
|
|
dAtA[i] = 0xa
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(m.C.Size()))
|
|
n1, err := m.C.MarshalTo(dAtA[i:])
|
|
if err != nil {
|
|
return 0, err
|
|
}
|
|
i += n1
|
|
}
|
|
if m.D != nil {
|
|
dAtA[i] = 0x12
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(m.D.Size()))
|
|
n2, err := m.D.MarshalTo(dAtA[i:])
|
|
if err != nil {
|
|
return 0, err
|
|
}
|
|
i += n2
|
|
}
|
|
if m.F != nil {
|
|
dAtA[i] = 0x2a
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(m.F.Size()))
|
|
n3, err := m.F.MarshalTo(dAtA[i:])
|
|
if err != nil {
|
|
return 0, err
|
|
}
|
|
i += n3
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func (m *D) 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 *D) MarshalTo(dAtA []byte) (int, error) {
|
|
var i int
|
|
_ = i
|
|
var l int
|
|
_ = l
|
|
if m.Field1 != nil {
|
|
dAtA[i] = 0x8
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(*m.Field1))
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func (m *C) 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 *C) MarshalTo(dAtA []byte) (int, error) {
|
|
var i int
|
|
_ = i
|
|
var l int
|
|
_ = l
|
|
if m.Field2 != nil {
|
|
dAtA[i] = 0x11
|
|
i++
|
|
binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.Field2))))
|
|
i += 8
|
|
}
|
|
if m.Field3 != nil {
|
|
dAtA[i] = 0x1a
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(len(*m.Field3)))
|
|
i += copy(dAtA[i:], *m.Field3)
|
|
}
|
|
if m.Field4 != nil {
|
|
dAtA[i] = 0x21
|
|
i++
|
|
binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.Field4))))
|
|
i += 8
|
|
}
|
|
if len(m.Field5) > 0 {
|
|
for _, b := range m.Field5 {
|
|
dAtA[i] = 0x2a
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(len(b)))
|
|
i += copy(dAtA[i:], b)
|
|
}
|
|
}
|
|
if m.Field6 != nil {
|
|
dAtA[i] = 0x30
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(*m.Field6))
|
|
}
|
|
if len(m.Field7) > 0 {
|
|
for _, num := range m.Field7 {
|
|
dAtA[i] = 0x3d
|
|
i++
|
|
f4 := math.Float32bits(float32(num))
|
|
binary.LittleEndian.PutUint32(dAtA[i:], uint32(f4))
|
|
i += 4
|
|
}
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func (m *U) 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 *U) MarshalTo(dAtA []byte) (int, error) {
|
|
var i int
|
|
_ = i
|
|
var l int
|
|
_ = l
|
|
if len(m.Field2) > 0 {
|
|
for _, num := range m.Field2 {
|
|
dAtA[i] = 0x11
|
|
i++
|
|
f5 := math.Float64bits(float64(num))
|
|
binary.LittleEndian.PutUint64(dAtA[i:], uint64(f5))
|
|
i += 8
|
|
}
|
|
}
|
|
if m.Field3 != nil {
|
|
dAtA[i] = 0x18
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(*m.Field3))
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func (m *OldA) 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 *OldA) MarshalTo(dAtA []byte) (int, error) {
|
|
var i int
|
|
_ = i
|
|
var l int
|
|
_ = l
|
|
if len(m.B) > 0 {
|
|
for _, msg := range m.B {
|
|
dAtA[i] = 0xa
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(msg.Size()))
|
|
n, err := msg.MarshalTo(dAtA[i:])
|
|
if err != nil {
|
|
return 0, err
|
|
}
|
|
i += n
|
|
}
|
|
}
|
|
if m.Field1 != nil {
|
|
dAtA[i] = 0x10
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(*m.Field1))
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func (m *OldB) 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 *OldB) MarshalTo(dAtA []byte) (int, error) {
|
|
var i int
|
|
_ = i
|
|
var l int
|
|
_ = l
|
|
if m.C != nil {
|
|
dAtA[i] = 0xa
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(m.C.Size()))
|
|
n6, err := m.C.MarshalTo(dAtA[i:])
|
|
if err != nil {
|
|
return 0, err
|
|
}
|
|
i += n6
|
|
}
|
|
if m.F != nil {
|
|
dAtA[i] = 0x2a
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(m.F.Size()))
|
|
n7, err := m.F.MarshalTo(dAtA[i:])
|
|
if err != nil {
|
|
return 0, err
|
|
}
|
|
i += n7
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func (m *OldC) 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 *OldC) MarshalTo(dAtA []byte) (int, error) {
|
|
var i int
|
|
_ = i
|
|
var l int
|
|
_ = l
|
|
if m.Field1 != nil {
|
|
dAtA[i] = 0x8
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(*m.Field1))
|
|
}
|
|
if m.Field2 != nil {
|
|
dAtA[i] = 0x11
|
|
i++
|
|
binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(*m.Field2))))
|
|
i += 8
|
|
}
|
|
if m.Field3 != nil {
|
|
dAtA[i] = 0x1a
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(len(*m.Field3)))
|
|
i += copy(dAtA[i:], *m.Field3)
|
|
}
|
|
if m.Field6 != nil {
|
|
dAtA[i] = 0x30
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(*m.Field6))
|
|
}
|
|
if len(m.Field7) > 0 {
|
|
for _, num := range m.Field7 {
|
|
dAtA[i] = 0x3d
|
|
i++
|
|
f8 := math.Float32bits(float32(num))
|
|
binary.LittleEndian.PutUint32(dAtA[i:], uint32(f8))
|
|
i += 4
|
|
}
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func (m *OldU) 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 *OldU) MarshalTo(dAtA []byte) (int, error) {
|
|
var i int
|
|
_ = i
|
|
var l int
|
|
_ = l
|
|
if m.Field1 != nil {
|
|
dAtA[i] = 0xa
|
|
i++
|
|
i = encodeVarintUnrecognized(dAtA, i, uint64(len(*m.Field1)))
|
|
i += copy(dAtA[i:], *m.Field1)
|
|
}
|
|
if len(m.Field2) > 0 {
|
|
for _, num := range m.Field2 {
|
|
dAtA[i] = 0x11
|
|
i++
|
|
f9 := math.Float64bits(float64(num))
|
|
binary.LittleEndian.PutUint64(dAtA[i:], uint64(f9))
|
|
i += 8
|
|
}
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
i += copy(dAtA[i:], m.XXX_unrecognized)
|
|
}
|
|
return i, nil
|
|
}
|
|
|
|
func encodeVarintUnrecognized(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 NewPopulatedA(r randyUnrecognized, easy bool) *A {
|
|
this := &A{}
|
|
if r.Intn(10) != 0 {
|
|
v1 := r.Intn(5)
|
|
this.B = make([]*B, v1)
|
|
for i := 0; i < v1; i++ {
|
|
this.B[i] = NewPopulatedB(r, easy)
|
|
}
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v2 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v2 *= -1
|
|
}
|
|
this.Field1 = &v2
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedB(r randyUnrecognized, easy bool) *B {
|
|
this := &B{}
|
|
if r.Intn(10) != 0 {
|
|
this.C = NewPopulatedC(r, easy)
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
this.D = NewPopulatedD(r, easy)
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
this.F = NewPopulatedOldC(r, easy)
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
this.XXX_unrecognized = randUnrecognizedUnrecognized(r, 6)
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedD(r randyUnrecognized, easy bool) *D {
|
|
this := &D{}
|
|
if r.Intn(10) != 0 {
|
|
v3 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v3 *= -1
|
|
}
|
|
this.Field1 = &v3
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
this.XXX_unrecognized = randUnrecognizedUnrecognized(r, 2)
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedC(r randyUnrecognized, easy bool) *C {
|
|
this := &C{}
|
|
if r.Intn(10) != 0 {
|
|
v4 := float64(r.Float64())
|
|
if r.Intn(2) == 0 {
|
|
v4 *= -1
|
|
}
|
|
this.Field2 = &v4
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v5 := string(randStringUnrecognized(r))
|
|
this.Field3 = &v5
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v6 := float64(r.Float64())
|
|
if r.Intn(2) == 0 {
|
|
v6 *= -1
|
|
}
|
|
this.Field4 = &v6
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v7 := r.Intn(10)
|
|
this.Field5 = make([][]byte, v7)
|
|
for i := 0; i < v7; i++ {
|
|
v8 := r.Intn(100)
|
|
this.Field5[i] = make([]byte, v8)
|
|
for j := 0; j < v8; j++ {
|
|
this.Field5[i][j] = byte(r.Intn(256))
|
|
}
|
|
}
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v9 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v9 *= -1
|
|
}
|
|
this.Field6 = &v9
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v10 := r.Intn(10)
|
|
this.Field7 = make([]float32, v10)
|
|
for i := 0; i < v10; i++ {
|
|
this.Field7[i] = float32(r.Float32())
|
|
if r.Intn(2) == 0 {
|
|
this.Field7[i] *= -1
|
|
}
|
|
}
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
this.XXX_unrecognized = randUnrecognizedUnrecognized(r, 8)
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedU(r randyUnrecognized, easy bool) *U {
|
|
this := &U{}
|
|
if r.Intn(10) != 0 {
|
|
v11 := r.Intn(10)
|
|
this.Field2 = make([]float64, v11)
|
|
for i := 0; i < v11; i++ {
|
|
this.Field2[i] = float64(r.Float64())
|
|
if r.Intn(2) == 0 {
|
|
this.Field2[i] *= -1
|
|
}
|
|
}
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v12 := uint32(r.Uint32())
|
|
this.Field3 = &v12
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedUnoM(r randyUnrecognized, easy bool) *UnoM {
|
|
this := &UnoM{}
|
|
if r.Intn(10) != 0 {
|
|
v13 := r.Intn(10)
|
|
this.Field2 = make([]float64, v13)
|
|
for i := 0; i < v13; i++ {
|
|
this.Field2[i] = float64(r.Float64())
|
|
if r.Intn(2) == 0 {
|
|
this.Field2[i] *= -1
|
|
}
|
|
}
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v14 := uint32(r.Uint32())
|
|
this.Field3 = &v14
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedOldA(r randyUnrecognized, easy bool) *OldA {
|
|
this := &OldA{}
|
|
if r.Intn(10) != 0 {
|
|
v15 := r.Intn(5)
|
|
this.B = make([]*OldB, v15)
|
|
for i := 0; i < v15; i++ {
|
|
this.B[i] = NewPopulatedOldB(r, easy)
|
|
}
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v16 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v16 *= -1
|
|
}
|
|
this.Field1 = &v16
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedOldB(r randyUnrecognized, easy bool) *OldB {
|
|
this := &OldB{}
|
|
if r.Intn(10) != 0 {
|
|
this.C = NewPopulatedOldC(r, easy)
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
this.F = NewPopulatedOldC(r, easy)
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
this.XXX_unrecognized = randUnrecognizedUnrecognized(r, 6)
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedOldC(r randyUnrecognized, easy bool) *OldC {
|
|
this := &OldC{}
|
|
if r.Intn(10) != 0 {
|
|
v17 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v17 *= -1
|
|
}
|
|
this.Field1 = &v17
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v18 := float64(r.Float64())
|
|
if r.Intn(2) == 0 {
|
|
v18 *= -1
|
|
}
|
|
this.Field2 = &v18
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v19 := string(randStringUnrecognized(r))
|
|
this.Field3 = &v19
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v20 := int64(r.Int63())
|
|
if r.Intn(2) == 0 {
|
|
v20 *= -1
|
|
}
|
|
this.Field6 = &v20
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v21 := r.Intn(10)
|
|
this.Field7 = make([]float32, v21)
|
|
for i := 0; i < v21; i++ {
|
|
this.Field7[i] = float32(r.Float32())
|
|
if r.Intn(2) == 0 {
|
|
this.Field7[i] *= -1
|
|
}
|
|
}
|
|
}
|
|
if !easy && r.Intn(10) != 0 {
|
|
this.XXX_unrecognized = randUnrecognizedUnrecognized(r, 8)
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedOldU(r randyUnrecognized, easy bool) *OldU {
|
|
this := &OldU{}
|
|
if r.Intn(10) != 0 {
|
|
v22 := string(randStringUnrecognized(r))
|
|
this.Field1 = &v22
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v23 := r.Intn(10)
|
|
this.Field2 = make([]float64, v23)
|
|
for i := 0; i < v23; 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 = randUnrecognizedUnrecognized(r, 3)
|
|
}
|
|
return this
|
|
}
|
|
|
|
func NewPopulatedOldUnoM(r randyUnrecognized, easy bool) *OldUnoM {
|
|
this := &OldUnoM{}
|
|
if r.Intn(10) != 0 {
|
|
v24 := string(randStringUnrecognized(r))
|
|
this.Field1 = &v24
|
|
}
|
|
if r.Intn(10) != 0 {
|
|
v25 := r.Intn(10)
|
|
this.Field2 = make([]float64, v25)
|
|
for i := 0; i < v25; 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 = randUnrecognizedUnrecognized(r, 3)
|
|
}
|
|
return this
|
|
}
|
|
|
|
type randyUnrecognized interface {
|
|
Float32() float32
|
|
Float64() float64
|
|
Int63() int64
|
|
Int31() int32
|
|
Uint32() uint32
|
|
Intn(n int) int
|
|
}
|
|
|
|
func randUTF8RuneUnrecognized(r randyUnrecognized) 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 randStringUnrecognized(r randyUnrecognized) string {
|
|
v26 := r.Intn(100)
|
|
tmps := make([]rune, v26)
|
|
for i := 0; i < v26; i++ {
|
|
tmps[i] = randUTF8RuneUnrecognized(r)
|
|
}
|
|
return string(tmps)
|
|
}
|
|
func randUnrecognizedUnrecognized(r randyUnrecognized, 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 = randFieldUnrecognized(dAtA, r, fieldNumber, wire)
|
|
}
|
|
return dAtA
|
|
}
|
|
func randFieldUnrecognized(dAtA []byte, r randyUnrecognized, fieldNumber int, wire int) []byte {
|
|
key := uint32(fieldNumber)<<3 | uint32(wire)
|
|
switch wire {
|
|
case 0:
|
|
dAtA = encodeVarintPopulateUnrecognized(dAtA, uint64(key))
|
|
v27 := r.Int63()
|
|
if r.Intn(2) == 0 {
|
|
v27 *= -1
|
|
}
|
|
dAtA = encodeVarintPopulateUnrecognized(dAtA, uint64(v27))
|
|
case 1:
|
|
dAtA = encodeVarintPopulateUnrecognized(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 = encodeVarintPopulateUnrecognized(dAtA, uint64(key))
|
|
ll := r.Intn(100)
|
|
dAtA = encodeVarintPopulateUnrecognized(dAtA, uint64(ll))
|
|
for j := 0; j < ll; j++ {
|
|
dAtA = append(dAtA, byte(r.Intn(256)))
|
|
}
|
|
default:
|
|
dAtA = encodeVarintPopulateUnrecognized(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 encodeVarintPopulateUnrecognized(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 *A) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if len(m.B) > 0 {
|
|
for _, e := range m.B {
|
|
l = e.Size()
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
}
|
|
if m.Field1 != nil {
|
|
n += 1 + sovUnrecognized(uint64(*m.Field1))
|
|
}
|
|
return n
|
|
}
|
|
|
|
func (m *B) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if m.C != nil {
|
|
l = m.C.Size()
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
if m.D != nil {
|
|
l = m.D.Size()
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
if m.F != nil {
|
|
l = m.F.Size()
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
n += len(m.XXX_unrecognized)
|
|
}
|
|
return n
|
|
}
|
|
|
|
func (m *D) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if m.Field1 != nil {
|
|
n += 1 + sovUnrecognized(uint64(*m.Field1))
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
n += len(m.XXX_unrecognized)
|
|
}
|
|
return n
|
|
}
|
|
|
|
func (m *C) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if m.Field2 != nil {
|
|
n += 9
|
|
}
|
|
if m.Field3 != nil {
|
|
l = len(*m.Field3)
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
if m.Field4 != nil {
|
|
n += 9
|
|
}
|
|
if len(m.Field5) > 0 {
|
|
for _, b := range m.Field5 {
|
|
l = len(b)
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
}
|
|
if m.Field6 != nil {
|
|
n += 1 + sovUnrecognized(uint64(*m.Field6))
|
|
}
|
|
if len(m.Field7) > 0 {
|
|
n += 5 * len(m.Field7)
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
n += len(m.XXX_unrecognized)
|
|
}
|
|
return n
|
|
}
|
|
|
|
func (m *U) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if len(m.Field2) > 0 {
|
|
n += 9 * len(m.Field2)
|
|
}
|
|
if m.Field3 != nil {
|
|
n += 1 + sovUnrecognized(uint64(*m.Field3))
|
|
}
|
|
return n
|
|
}
|
|
|
|
func (m *OldA) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if len(m.B) > 0 {
|
|
for _, e := range m.B {
|
|
l = e.Size()
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
}
|
|
if m.Field1 != nil {
|
|
n += 1 + sovUnrecognized(uint64(*m.Field1))
|
|
}
|
|
return n
|
|
}
|
|
|
|
func (m *OldB) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if m.C != nil {
|
|
l = m.C.Size()
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
if m.F != nil {
|
|
l = m.F.Size()
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
n += len(m.XXX_unrecognized)
|
|
}
|
|
return n
|
|
}
|
|
|
|
func (m *OldC) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if m.Field1 != nil {
|
|
n += 1 + sovUnrecognized(uint64(*m.Field1))
|
|
}
|
|
if m.Field2 != nil {
|
|
n += 9
|
|
}
|
|
if m.Field3 != nil {
|
|
l = len(*m.Field3)
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
if m.Field6 != nil {
|
|
n += 1 + sovUnrecognized(uint64(*m.Field6))
|
|
}
|
|
if len(m.Field7) > 0 {
|
|
n += 5 * len(m.Field7)
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
n += len(m.XXX_unrecognized)
|
|
}
|
|
return n
|
|
}
|
|
|
|
func (m *OldU) Size() (n int) {
|
|
var l int
|
|
_ = l
|
|
if m.Field1 != nil {
|
|
l = len(*m.Field1)
|
|
n += 1 + l + sovUnrecognized(uint64(l))
|
|
}
|
|
if len(m.Field2) > 0 {
|
|
n += 9 * len(m.Field2)
|
|
}
|
|
if m.XXX_unrecognized != nil {
|
|
n += len(m.XXX_unrecognized)
|
|
}
|
|
return n
|
|
}
|
|
|
|
func sovUnrecognized(x uint64) (n int) {
|
|
for {
|
|
n++
|
|
x >>= 7
|
|
if x == 0 {
|
|
break
|
|
}
|
|
}
|
|
return n
|
|
}
|
|
func sozUnrecognized(x uint64) (n int) {
|
|
return sovUnrecognized(uint64((x << 1) ^ uint64((int64(x) >> 63))))
|
|
}
|
|
func (this *A) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&A{`,
|
|
`B:` + strings.Replace(fmt.Sprintf("%v", this.B), "B", "B", 1) + `,`,
|
|
`Field1:` + valueToStringUnrecognized(this.Field1) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *B) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&B{`,
|
|
`C:` + strings.Replace(fmt.Sprintf("%v", this.C), "C", "C", 1) + `,`,
|
|
`D:` + strings.Replace(fmt.Sprintf("%v", this.D), "D", "D", 1) + `,`,
|
|
`F:` + strings.Replace(fmt.Sprintf("%v", this.F), "OldC", "OldC", 1) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *D) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&D{`,
|
|
`Field1:` + valueToStringUnrecognized(this.Field1) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *C) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&C{`,
|
|
`Field2:` + valueToStringUnrecognized(this.Field2) + `,`,
|
|
`Field3:` + valueToStringUnrecognized(this.Field3) + `,`,
|
|
`Field4:` + valueToStringUnrecognized(this.Field4) + `,`,
|
|
`Field5:` + fmt.Sprintf("%v", this.Field5) + `,`,
|
|
`Field6:` + valueToStringUnrecognized(this.Field6) + `,`,
|
|
`Field7:` + fmt.Sprintf("%v", this.Field7) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *U) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&U{`,
|
|
`Field2:` + fmt.Sprintf("%v", this.Field2) + `,`,
|
|
`Field3:` + valueToStringUnrecognized(this.Field3) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *UnoM) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&UnoM{`,
|
|
`Field2:` + fmt.Sprintf("%v", this.Field2) + `,`,
|
|
`Field3:` + valueToStringUnrecognized(this.Field3) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *OldA) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&OldA{`,
|
|
`B:` + strings.Replace(fmt.Sprintf("%v", this.B), "OldB", "OldB", 1) + `,`,
|
|
`Field1:` + valueToStringUnrecognized(this.Field1) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *OldB) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&OldB{`,
|
|
`C:` + strings.Replace(fmt.Sprintf("%v", this.C), "OldC", "OldC", 1) + `,`,
|
|
`F:` + strings.Replace(fmt.Sprintf("%v", this.F), "OldC", "OldC", 1) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *OldC) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&OldC{`,
|
|
`Field1:` + valueToStringUnrecognized(this.Field1) + `,`,
|
|
`Field2:` + valueToStringUnrecognized(this.Field2) + `,`,
|
|
`Field3:` + valueToStringUnrecognized(this.Field3) + `,`,
|
|
`Field6:` + valueToStringUnrecognized(this.Field6) + `,`,
|
|
`Field7:` + fmt.Sprintf("%v", this.Field7) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *OldU) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&OldU{`,
|
|
`Field1:` + valueToStringUnrecognized(this.Field1) + `,`,
|
|
`Field2:` + fmt.Sprintf("%v", this.Field2) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func (this *OldUnoM) String() string {
|
|
if this == nil {
|
|
return "nil"
|
|
}
|
|
s := strings.Join([]string{`&OldUnoM{`,
|
|
`Field1:` + valueToStringUnrecognized(this.Field1) + `,`,
|
|
`Field2:` + fmt.Sprintf("%v", this.Field2) + `,`,
|
|
`XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
|
|
`}`,
|
|
}, "")
|
|
return s
|
|
}
|
|
func valueToStringUnrecognized(v interface{}) string {
|
|
rv := reflect.ValueOf(v)
|
|
if rv.IsNil() {
|
|
return "nil"
|
|
}
|
|
pv := reflect.Indirect(rv).Interface()
|
|
return fmt.Sprintf("*%v", pv)
|
|
}
|
|
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 ErrIntOverflowUnrecognized
|
|
}
|
|
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 != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field B", wireType)
|
|
}
|
|
var msglen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
msglen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if msglen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + msglen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
m.B = append(m.B, &B{})
|
|
if err := m.B[len(m.B)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
return err
|
|
}
|
|
iNdEx = postIndex
|
|
case 2:
|
|
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 ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
v |= (int64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
m.Field1 = &v
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognized(dAtA[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
if (iNdEx + skippy) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
iNdEx += skippy
|
|
}
|
|
}
|
|
|
|
if iNdEx > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
return nil
|
|
}
|
|
func (m *B) 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 ErrIntOverflowUnrecognized
|
|
}
|
|
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: B: wiretype end group for non-group")
|
|
}
|
|
if fieldNum <= 0 {
|
|
return fmt.Errorf("proto: B: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
}
|
|
switch fieldNum {
|
|
case 1:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field C", wireType)
|
|
}
|
|
var msglen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
msglen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if msglen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + msglen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
if m.C == nil {
|
|
m.C = &C{}
|
|
}
|
|
if err := m.C.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
return err
|
|
}
|
|
iNdEx = postIndex
|
|
case 2:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field D", wireType)
|
|
}
|
|
var msglen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
msglen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if msglen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + msglen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
if m.D == nil {
|
|
m.D = &D{}
|
|
}
|
|
if err := m.D.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
return err
|
|
}
|
|
iNdEx = postIndex
|
|
case 5:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field F", wireType)
|
|
}
|
|
var msglen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
msglen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if msglen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + msglen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
if m.F == nil {
|
|
m.F = &OldC{}
|
|
}
|
|
if err := m.F.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
return err
|
|
}
|
|
iNdEx = postIndex
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognized(dAtA[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
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 *D) 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 ErrIntOverflowUnrecognized
|
|
}
|
|
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: D: wiretype end group for non-group")
|
|
}
|
|
if fieldNum <= 0 {
|
|
return fmt.Errorf("proto: D: 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 ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
v |= (int64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
m.Field1 = &v
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognized(dAtA[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
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 *C) 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 ErrIntOverflowUnrecognized
|
|
}
|
|
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: C: wiretype end group for non-group")
|
|
}
|
|
if fieldNum <= 0 {
|
|
return fmt.Errorf("proto: C: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
}
|
|
switch fieldNum {
|
|
case 2:
|
|
if wireType != 1 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field2", wireType)
|
|
}
|
|
var v uint64
|
|
if (iNdEx + 8) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
|
iNdEx += 8
|
|
v2 := float64(math.Float64frombits(v))
|
|
m.Field2 = &v2
|
|
case 3:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field3", wireType)
|
|
}
|
|
var stringLen uint64
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
intStringLen := int(stringLen)
|
|
if intStringLen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
s := string(dAtA[iNdEx:postIndex])
|
|
m.Field3 = &s
|
|
iNdEx = postIndex
|
|
case 4:
|
|
if wireType != 1 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field4", wireType)
|
|
}
|
|
var v uint64
|
|
if (iNdEx + 8) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
|
iNdEx += 8
|
|
v2 := float64(math.Float64frombits(v))
|
|
m.Field4 = &v2
|
|
case 5:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field5", wireType)
|
|
}
|
|
var byteLen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
byteLen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if byteLen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + byteLen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
m.Field5 = append(m.Field5, make([]byte, postIndex-iNdEx))
|
|
copy(m.Field5[len(m.Field5)-1], dAtA[iNdEx:postIndex])
|
|
iNdEx = postIndex
|
|
case 6:
|
|
if wireType != 0 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field6", wireType)
|
|
}
|
|
var v int64
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
v |= (int64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
m.Field6 = &v
|
|
case 7:
|
|
if wireType == 5 {
|
|
var v uint32
|
|
if (iNdEx + 4) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint32(binary.LittleEndian.Uint32(dAtA[iNdEx:]))
|
|
iNdEx += 4
|
|
v2 := float32(math.Float32frombits(v))
|
|
m.Field7 = append(m.Field7, v2)
|
|
} else if wireType == 2 {
|
|
var packedLen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
packedLen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if packedLen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + packedLen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
for iNdEx < postIndex {
|
|
var v uint32
|
|
if (iNdEx + 4) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint32(binary.LittleEndian.Uint32(dAtA[iNdEx:]))
|
|
iNdEx += 4
|
|
v2 := float32(math.Float32frombits(v))
|
|
m.Field7 = append(m.Field7, v2)
|
|
}
|
|
} else {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field7", wireType)
|
|
}
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognized(dAtA[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
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 *U) 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 ErrIntOverflowUnrecognized
|
|
}
|
|
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: U: wiretype end group for non-group")
|
|
}
|
|
if fieldNum <= 0 {
|
|
return fmt.Errorf("proto: U: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
}
|
|
switch fieldNum {
|
|
case 2:
|
|
if wireType == 1 {
|
|
var v uint64
|
|
if (iNdEx + 8) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
|
iNdEx += 8
|
|
v2 := float64(math.Float64frombits(v))
|
|
m.Field2 = append(m.Field2, v2)
|
|
} else if wireType == 2 {
|
|
var packedLen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
packedLen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if packedLen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + packedLen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
for iNdEx < postIndex {
|
|
var v uint64
|
|
if (iNdEx + 8) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
|
iNdEx += 8
|
|
v2 := float64(math.Float64frombits(v))
|
|
m.Field2 = append(m.Field2, v2)
|
|
}
|
|
} else {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field2", wireType)
|
|
}
|
|
case 3:
|
|
if wireType != 0 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field3", wireType)
|
|
}
|
|
var v uint32
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
v |= (uint32(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
m.Field3 = &v
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognized(dAtA[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
if (iNdEx + skippy) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
iNdEx += skippy
|
|
}
|
|
}
|
|
|
|
if iNdEx > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
return nil
|
|
}
|
|
func (m *OldA) 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 ErrIntOverflowUnrecognized
|
|
}
|
|
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: OldA: wiretype end group for non-group")
|
|
}
|
|
if fieldNum <= 0 {
|
|
return fmt.Errorf("proto: OldA: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
}
|
|
switch fieldNum {
|
|
case 1:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field B", wireType)
|
|
}
|
|
var msglen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
msglen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if msglen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + msglen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
m.B = append(m.B, &OldB{})
|
|
if err := m.B[len(m.B)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
return err
|
|
}
|
|
iNdEx = postIndex
|
|
case 2:
|
|
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 ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
v |= (int64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
m.Field1 = &v
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognized(dAtA[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
if (iNdEx + skippy) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
iNdEx += skippy
|
|
}
|
|
}
|
|
|
|
if iNdEx > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
return nil
|
|
}
|
|
func (m *OldB) 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 ErrIntOverflowUnrecognized
|
|
}
|
|
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: OldB: wiretype end group for non-group")
|
|
}
|
|
if fieldNum <= 0 {
|
|
return fmt.Errorf("proto: OldB: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
}
|
|
switch fieldNum {
|
|
case 1:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field C", wireType)
|
|
}
|
|
var msglen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
msglen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if msglen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + msglen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
if m.C == nil {
|
|
m.C = &OldC{}
|
|
}
|
|
if err := m.C.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
return err
|
|
}
|
|
iNdEx = postIndex
|
|
case 5:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field F", wireType)
|
|
}
|
|
var msglen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
msglen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if msglen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + msglen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
if m.F == nil {
|
|
m.F = &OldC{}
|
|
}
|
|
if err := m.F.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
return err
|
|
}
|
|
iNdEx = postIndex
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognized(dAtA[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
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 *OldC) 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 ErrIntOverflowUnrecognized
|
|
}
|
|
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: OldC: wiretype end group for non-group")
|
|
}
|
|
if fieldNum <= 0 {
|
|
return fmt.Errorf("proto: OldC: 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 ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
v |= (int64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
m.Field1 = &v
|
|
case 2:
|
|
if wireType != 1 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field2", wireType)
|
|
}
|
|
var v uint64
|
|
if (iNdEx + 8) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
|
iNdEx += 8
|
|
v2 := float64(math.Float64frombits(v))
|
|
m.Field2 = &v2
|
|
case 3:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field3", wireType)
|
|
}
|
|
var stringLen uint64
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
intStringLen := int(stringLen)
|
|
if intStringLen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
s := string(dAtA[iNdEx:postIndex])
|
|
m.Field3 = &s
|
|
iNdEx = postIndex
|
|
case 6:
|
|
if wireType != 0 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field6", wireType)
|
|
}
|
|
var v int64
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
v |= (int64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
m.Field6 = &v
|
|
case 7:
|
|
if wireType == 5 {
|
|
var v uint32
|
|
if (iNdEx + 4) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint32(binary.LittleEndian.Uint32(dAtA[iNdEx:]))
|
|
iNdEx += 4
|
|
v2 := float32(math.Float32frombits(v))
|
|
m.Field7 = append(m.Field7, v2)
|
|
} else if wireType == 2 {
|
|
var packedLen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
packedLen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if packedLen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + packedLen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
for iNdEx < postIndex {
|
|
var v uint32
|
|
if (iNdEx + 4) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint32(binary.LittleEndian.Uint32(dAtA[iNdEx:]))
|
|
iNdEx += 4
|
|
v2 := float32(math.Float32frombits(v))
|
|
m.Field7 = append(m.Field7, v2)
|
|
}
|
|
} else {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field7", wireType)
|
|
}
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognized(dAtA[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
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 *OldU) 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 ErrIntOverflowUnrecognized
|
|
}
|
|
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: OldU: wiretype end group for non-group")
|
|
}
|
|
if fieldNum <= 0 {
|
|
return fmt.Errorf("proto: OldU: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
}
|
|
switch fieldNum {
|
|
case 1:
|
|
if wireType != 2 {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field1", wireType)
|
|
}
|
|
var stringLen uint64
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
stringLen |= (uint64(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
intStringLen := int(stringLen)
|
|
if intStringLen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + intStringLen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
s := string(dAtA[iNdEx:postIndex])
|
|
m.Field1 = &s
|
|
iNdEx = postIndex
|
|
case 2:
|
|
if wireType == 1 {
|
|
var v uint64
|
|
if (iNdEx + 8) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
|
iNdEx += 8
|
|
v2 := float64(math.Float64frombits(v))
|
|
m.Field2 = append(m.Field2, v2)
|
|
} else if wireType == 2 {
|
|
var packedLen int
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return ErrIntOverflowUnrecognized
|
|
}
|
|
if iNdEx >= l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
b := dAtA[iNdEx]
|
|
iNdEx++
|
|
packedLen |= (int(b) & 0x7F) << shift
|
|
if b < 0x80 {
|
|
break
|
|
}
|
|
}
|
|
if packedLen < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
postIndex := iNdEx + packedLen
|
|
if postIndex > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
for iNdEx < postIndex {
|
|
var v uint64
|
|
if (iNdEx + 8) > l {
|
|
return io.ErrUnexpectedEOF
|
|
}
|
|
v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
|
iNdEx += 8
|
|
v2 := float64(math.Float64frombits(v))
|
|
m.Field2 = append(m.Field2, v2)
|
|
}
|
|
} else {
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Field2", wireType)
|
|
}
|
|
default:
|
|
iNdEx = preIndex
|
|
skippy, err := skipUnrecognized(dAtA[iNdEx:])
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if skippy < 0 {
|
|
return ErrInvalidLengthUnrecognized
|
|
}
|
|
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 skipUnrecognized(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, ErrIntOverflowUnrecognized
|
|
}
|
|
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, ErrIntOverflowUnrecognized
|
|
}
|
|
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, ErrIntOverflowUnrecognized
|
|
}
|
|
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, ErrInvalidLengthUnrecognized
|
|
}
|
|
return iNdEx, nil
|
|
case 3:
|
|
for {
|
|
var innerWire uint64
|
|
var start int = iNdEx
|
|
for shift := uint(0); ; shift += 7 {
|
|
if shift >= 64 {
|
|
return 0, ErrIntOverflowUnrecognized
|
|
}
|
|
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 := skipUnrecognized(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 (
|
|
ErrInvalidLengthUnrecognized = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
ErrIntOverflowUnrecognized = fmt.Errorf("proto: integer overflow")
|
|
)
|
|
|
|
func init() { proto.RegisterFile("unrecognized.proto", fileDescriptorUnrecognized) }
|
|
|
|
var fileDescriptorUnrecognized = []byte{
|
|
// 414 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x51, 0xbd, 0x4e, 0xc2, 0x50,
|
|
0x18, 0xed, 0x47, 0x0b, 0x84, 0x2b, 0x46, 0xd3, 0xc1, 0xdc, 0x68, 0xbc, 0x6d, 0x3a, 0x75, 0x11,
|
|
0x22, 0xbf, 0x91, 0x49, 0xda, 0xa6, 0x1a, 0x13, 0x43, 0xd2, 0x84, 0x17, 0x80, 0x62, 0x25, 0x41,
|
|
0x6a, 0x08, 0x2c, 0x0e, 0xc6, 0xd1, 0xd1, 0xc4, 0x17, 0xb0, 0x9b, 0xa3, 0xa3, 0x8f, 0xc0, 0xc8,
|
|
0xe8, 0x48, 0xfb, 0x04, 0x8e, 0x8e, 0xa6, 0xd7, 0xd2, 0x5c, 0x04, 0x92, 0xea, 0x76, 0xbf, 0x73,
|
|
0xee, 0x77, 0xce, 0xc9, 0x77, 0x90, 0x38, 0x19, 0x8e, 0x7a, 0x5d, 0xd7, 0x19, 0xf6, 0xef, 0x7a,
|
|
0x76, 0xe1, 0x76, 0xe4, 0x8e, 0x5d, 0x31, 0xcf, 0x62, 0xfb, 0x47, 0x4e, 0x7f, 0x7c, 0x3d, 0xe9,
|
|
0x14, 0xba, 0xee, 0x4d, 0xd1, 0x71, 0x1d, 0xb7, 0x48, 0x3f, 0x75, 0x26, 0x57, 0x74, 0xa2, 0x03,
|
|
0x7d, 0xfd, 0x2c, 0x2b, 0xa7, 0x08, 0x9a, 0xe2, 0x21, 0x02, 0x0d, 0x83, 0xcc, 0xab, 0x5b, 0xa5,
|
|
0x9d, 0xc2, 0x92, 0x83, 0x66, 0x81, 0x26, 0xee, 0xa1, 0x8c, 0xd9, 0xef, 0x0d, 0xec, 0x63, 0x9c,
|
|
0x92, 0x41, 0xe5, 0xad, 0x68, 0x6a, 0x08, 0x33, 0x4f, 0xe2, 0x94, 0x2e, 0x02, 0x2d, 0x54, 0xd0,
|
|
0x31, 0xc8, 0xb0, 0xaa, 0xa0, 0x5b, 0xa0, 0x87, 0xb4, 0x41, 0x97, 0x57, 0x68, 0xc3, 0x02, 0x43,
|
|
0x94, 0x11, 0x98, 0x38, 0x4d, 0x69, 0x71, 0x99, 0x6e, 0x0d, 0x6c, 0xdd, 0x02, 0x53, 0x39, 0x40,
|
|
0x60, 0x30, 0x39, 0x80, 0xcd, 0xa1, 0x3c, 0x03, 0x02, 0x3d, 0x66, 0x4b, 0xd4, 0x08, 0x22, 0xb6,
|
|
0x14, 0xe3, 0x65, 0xcc, 0xcb, 0xa0, 0xe6, 0x22, 0xbc, 0x1c, 0xe3, 0x15, 0x2c, 0x30, 0xff, 0x2b,
|
|
0x31, 0x5e, 0xc5, 0x69, 0x99, 0x57, 0xf3, 0x11, 0x5e, 0x8d, 0xf1, 0x1a, 0xce, 0x30, 0xee, 0xb5,
|
|
0x18, 0xaf, 0xe3, 0xac, 0xcc, 0xab, 0xa9, 0x08, 0xaf, 0x2b, 0x27, 0x08, 0xda, 0x4b, 0xa1, 0xf8,
|
|
0x8d, 0xa1, 0xb6, 0x17, 0xa1, 0xa2, 0x93, 0x9e, 0x23, 0xa1, 0x3d, 0x74, 0x2f, 0xff, 0xbc, 0xbd,
|
|
0xfb, 0xe8, 0x49, 0xdc, 0x93, 0x27, 0x71, 0x2f, 0x9e, 0xc4, 0x51, 0x25, 0x13, 0x09, 0xad, 0x81,
|
|
0xdd, 0x0c, 0x2f, 0xbc, 0x68, 0x78, 0xf5, 0xc2, 0x09, 0x4a, 0xbe, 0xa0, 0x3a, 0x5a, 0xa8, 0xb3,
|
|
0xe8, 0x79, 0x6d, 0x53, 0x7a, 0x82, 0x2e, 0xef, 0xa9, 0x96, 0xbe, 0xa9, 0xce, 0x7f, 0x17, 0x99,
|
|
0xb4, 0x98, 0x1a, 0xf5, 0x6f, 0xff, 0xf2, 0xcf, 0xad, 0xf5, 0x67, 0xae, 0xae, 0x9c, 0xa1, 0x6c,
|
|
0xb8, 0xc7, 0x16, 0x93, 0x70, 0xb5, 0x91, 0x67, 0x8b, 0xd1, 0x2a, 0x53, 0x9f, 0x70, 0x33, 0x9f,
|
|
0x70, 0x1f, 0x3e, 0xe1, 0xe6, 0x3e, 0x81, 0x4f, 0x9f, 0xc0, 0x97, 0x4f, 0xe0, 0x21, 0x20, 0xf0,
|
|
0x1a, 0x10, 0x78, 0x0b, 0x08, 0xbc, 0x07, 0x04, 0xa6, 0x01, 0x81, 0x59, 0x40, 0x60, 0x1e, 0x10,
|
|
0xf8, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x75, 0x16, 0xec, 0x6e, 0xfb, 0x03, 0x00, 0x00,
|
|
}
|