blob: cca4c1f482e5b69990e9312b214f56daa477750e [file] [log] [blame]
// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: combos/both/thetest.proto
package test
import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"
import _ "github.com/gogo/protobuf/gogoproto"
import github_com_gogo_protobuf_test_custom "github.com/gogo/protobuf/test/custom"
import github_com_gogo_protobuf_test_custom_dash_type "github.com/gogo/protobuf/test/custom-dash-type"
import bytes "bytes"
import github_com_gogo_protobuf_sortkeys "github.com/gogo/protobuf/sortkeys"
import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto"
import github_com_gogo_protobuf_protoc_gen_gogo_descriptor "github.com/gogo/protobuf/protoc-gen-gogo/descriptor"
import compress_gzip "compress/gzip"
import io_ioutil "io/ioutil"
import strconv "strconv"
import strings "strings"
import sort "sort"
import reflect "reflect"
import encoding_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 TheTestEnum int32
const (
A TheTestEnum = 0
B TheTestEnum = 1
C TheTestEnum = 2
)
var TheTestEnum_name = map[int32]string{
0: "A",
1: "B",
2: "C",
}
var TheTestEnum_value = map[string]int32{
"A": 0,
"B": 1,
"C": 2,
}
func (x TheTestEnum) Enum() *TheTestEnum {
p := new(TheTestEnum)
*p = x
return p
}
func (x TheTestEnum) MarshalJSON() ([]byte, error) {
return proto.MarshalJSONEnum(TheTestEnum_name, int32(x))
}
func (x *TheTestEnum) UnmarshalJSON(data []byte) error {
value, err := proto.UnmarshalJSONEnum(TheTestEnum_value, data, "TheTestEnum")
if err != nil {
return err
}
*x = TheTestEnum(value)
return nil
}
func (TheTestEnum) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{0}
}
type AnotherTestEnum int32
const (
D AnotherTestEnum = 10
E AnotherTestEnum = 11
)
var AnotherTestEnum_name = map[int32]string{
10: "D",
11: "E",
}
var AnotherTestEnum_value = map[string]int32{
"D": 10,
"E": 11,
}
func (x AnotherTestEnum) Enum() *AnotherTestEnum {
p := new(AnotherTestEnum)
*p = x
return p
}
func (x AnotherTestEnum) MarshalJSON() ([]byte, error) {
return proto.MarshalJSONEnum(AnotherTestEnum_name, int32(x))
}
func (x *AnotherTestEnum) UnmarshalJSON(data []byte) error {
value, err := proto.UnmarshalJSONEnum(AnotherTestEnum_value, data, "AnotherTestEnum")
if err != nil {
return err
}
*x = AnotherTestEnum(value)
return nil
}
func (AnotherTestEnum) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{1}
}
// YetAnotherTestEnum is used to test cross-package import of custom name
// fields and default resolution.
type YetAnotherTestEnum int32
const (
AA YetAnotherTestEnum = 0
BetterYetBB YetAnotherTestEnum = 1
)
var YetAnotherTestEnum_name = map[int32]string{
0: "AA",
1: "BB",
}
var YetAnotherTestEnum_value = map[string]int32{
"AA": 0,
"BB": 1,
}
func (x YetAnotherTestEnum) Enum() *YetAnotherTestEnum {
p := new(YetAnotherTestEnum)
*p = x
return p
}
func (x YetAnotherTestEnum) MarshalJSON() ([]byte, error) {
return proto.MarshalJSONEnum(YetAnotherTestEnum_name, int32(x))
}
func (x *YetAnotherTestEnum) UnmarshalJSON(data []byte) error {
value, err := proto.UnmarshalJSONEnum(YetAnotherTestEnum_value, data, "YetAnotherTestEnum")
if err != nil {
return err
}
*x = YetAnotherTestEnum(value)
return nil
}
func (YetAnotherTestEnum) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{2}
}
// YetAnotherTestEnum is used to test cross-package import of custom name
// fields and default resolution.
type YetYetAnotherTestEnum int32
const (
YetYetAnotherTestEnum_CC YetYetAnotherTestEnum = 0
YetYetAnotherTestEnum_BetterYetDD YetYetAnotherTestEnum = 1
)
var YetYetAnotherTestEnum_name = map[int32]string{
0: "CC",
1: "DD",
}
var YetYetAnotherTestEnum_value = map[string]int32{
"CC": 0,
"DD": 1,
}
func (x YetYetAnotherTestEnum) Enum() *YetYetAnotherTestEnum {
p := new(YetYetAnotherTestEnum)
*p = x
return p
}
func (x YetYetAnotherTestEnum) MarshalJSON() ([]byte, error) {
return proto.MarshalJSONEnum(YetYetAnotherTestEnum_name, int32(x))
}
func (x *YetYetAnotherTestEnum) UnmarshalJSON(data []byte) error {
value, err := proto.UnmarshalJSONEnum(YetYetAnotherTestEnum_value, data, "YetYetAnotherTestEnum")
if err != nil {
return err
}
*x = YetYetAnotherTestEnum(value)
return nil
}
func (YetYetAnotherTestEnum) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{3}
}
type NestedDefinition_NestedEnum int32
const (
TYPE_NESTED NestedDefinition_NestedEnum = 1
)
var NestedDefinition_NestedEnum_name = map[int32]string{
1: "TYPE_NESTED",
}
var NestedDefinition_NestedEnum_value = map[string]int32{
"TYPE_NESTED": 1,
}
func (x NestedDefinition_NestedEnum) Enum() *NestedDefinition_NestedEnum {
p := new(NestedDefinition_NestedEnum)
*p = x
return p
}
func (x NestedDefinition_NestedEnum) MarshalJSON() ([]byte, error) {
return proto.MarshalJSONEnum(NestedDefinition_NestedEnum_name, int32(x))
}
func (x *NestedDefinition_NestedEnum) UnmarshalJSON(data []byte) error {
value, err := proto.UnmarshalJSONEnum(NestedDefinition_NestedEnum_value, data, "NestedDefinition_NestedEnum")
if err != nil {
return err
}
*x = NestedDefinition_NestedEnum(value)
return nil
}
func (NestedDefinition_NestedEnum) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{42, 0}
}
type NidOptNative struct {
Field1 float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1"`
Field2 float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2"`
Field3 int32 `protobuf:"varint,3,opt,name=Field3" json:"Field3"`
Field4 int64 `protobuf:"varint,4,opt,name=Field4" json:"Field4"`
Field5 uint32 `protobuf:"varint,5,opt,name=Field5" json:"Field5"`
Field6 uint64 `protobuf:"varint,6,opt,name=Field6" json:"Field6"`
Field7 int32 `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7"`
Field8 int64 `protobuf:"zigzag64,8,opt,name=Field8" json:"Field8"`
Field9 uint32 `protobuf:"fixed32,9,opt,name=Field9" json:"Field9"`
Field10 int32 `protobuf:"fixed32,10,opt,name=Field10" json:"Field10"`
Field11 uint64 `protobuf:"fixed64,11,opt,name=Field11" json:"Field11"`
Field12 int64 `protobuf:"fixed64,12,opt,name=Field12" json:"Field12"`
Field13 bool `protobuf:"varint,13,opt,name=Field13" json:"Field13"`
Field14 string `protobuf:"bytes,14,opt,name=Field14" json:"Field14"`
Field15 []byte `protobuf:"bytes,15,opt,name=Field15" json:"Field15"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidOptNative) Reset() { *m = NidOptNative{} }
func (*NidOptNative) ProtoMessage() {}
func (*NidOptNative) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{0}
}
func (m *NidOptNative) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidOptNative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidOptNative.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidOptNative) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidOptNative.Merge(dst, src)
}
func (m *NidOptNative) XXX_Size() int {
return m.Size()
}
func (m *NidOptNative) XXX_DiscardUnknown() {
xxx_messageInfo_NidOptNative.DiscardUnknown(m)
}
var xxx_messageInfo_NidOptNative proto.InternalMessageInfo
type NinOptNative struct {
Field1 *float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty"`
Field2 *float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty"`
Field3 *int32 `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty"`
Field4 *int64 `protobuf:"varint,4,opt,name=Field4" json:"Field4,omitempty"`
Field5 *uint32 `protobuf:"varint,5,opt,name=Field5" json:"Field5,omitempty"`
Field6 *uint64 `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
Field7 *int32 `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty"`
Field8 *int64 `protobuf:"zigzag64,8,opt,name=Field8" json:"Field8,omitempty"`
Field9 *uint32 `protobuf:"fixed32,9,opt,name=Field9" json:"Field9,omitempty"`
Field10 *int32 `protobuf:"fixed32,10,opt,name=Field10" json:"Field10,omitempty"`
Field11 *uint64 `protobuf:"fixed64,11,opt,name=Field11" json:"Field11,omitempty"`
Field12 *int64 `protobuf:"fixed64,12,opt,name=Field12" json:"Field12,omitempty"`
Field13 *bool `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
Field14 *string `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty"`
Field15 []byte `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinOptNative) Reset() { *m = NinOptNative{} }
func (*NinOptNative) ProtoMessage() {}
func (*NinOptNative) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{1}
}
func (m *NinOptNative) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinOptNative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinOptNative.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinOptNative) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinOptNative.Merge(dst, src)
}
func (m *NinOptNative) XXX_Size() int {
return m.Size()
}
func (m *NinOptNative) XXX_DiscardUnknown() {
xxx_messageInfo_NinOptNative.DiscardUnknown(m)
}
var xxx_messageInfo_NinOptNative proto.InternalMessageInfo
type NidRepNative struct {
Field1 []float64 `protobuf:"fixed64,1,rep,name=Field1" json:"Field1,omitempty"`
Field2 []float32 `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty"`
Field3 []int32 `protobuf:"varint,3,rep,name=Field3" json:"Field3,omitempty"`
Field4 []int64 `protobuf:"varint,4,rep,name=Field4" json:"Field4,omitempty"`
Field5 []uint32 `protobuf:"varint,5,rep,name=Field5" json:"Field5,omitempty"`
Field6 []uint64 `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty"`
Field7 []int32 `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty"`
Field8 []int64 `protobuf:"zigzag64,8,rep,name=Field8" json:"Field8,omitempty"`
Field9 []uint32 `protobuf:"fixed32,9,rep,name=Field9" json:"Field9,omitempty"`
Field10 []int32 `protobuf:"fixed32,10,rep,name=Field10" json:"Field10,omitempty"`
Field11 []uint64 `protobuf:"fixed64,11,rep,name=Field11" json:"Field11,omitempty"`
Field12 []int64 `protobuf:"fixed64,12,rep,name=Field12" json:"Field12,omitempty"`
Field13 []bool `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty"`
Field14 []string `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty"`
Field15 [][]byte `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidRepNative) Reset() { *m = NidRepNative{} }
func (*NidRepNative) ProtoMessage() {}
func (*NidRepNative) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{2}
}
func (m *NidRepNative) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidRepNative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidRepNative.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidRepNative) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidRepNative.Merge(dst, src)
}
func (m *NidRepNative) XXX_Size() int {
return m.Size()
}
func (m *NidRepNative) XXX_DiscardUnknown() {
xxx_messageInfo_NidRepNative.DiscardUnknown(m)
}
var xxx_messageInfo_NidRepNative proto.InternalMessageInfo
type NinRepNative struct {
Field1 []float64 `protobuf:"fixed64,1,rep,name=Field1" json:"Field1,omitempty"`
Field2 []float32 `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty"`
Field3 []int32 `protobuf:"varint,3,rep,name=Field3" json:"Field3,omitempty"`
Field4 []int64 `protobuf:"varint,4,rep,name=Field4" json:"Field4,omitempty"`
Field5 []uint32 `protobuf:"varint,5,rep,name=Field5" json:"Field5,omitempty"`
Field6 []uint64 `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty"`
Field7 []int32 `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty"`
Field8 []int64 `protobuf:"zigzag64,8,rep,name=Field8" json:"Field8,omitempty"`
Field9 []uint32 `protobuf:"fixed32,9,rep,name=Field9" json:"Field9,omitempty"`
Field10 []int32 `protobuf:"fixed32,10,rep,name=Field10" json:"Field10,omitempty"`
Field11 []uint64 `protobuf:"fixed64,11,rep,name=Field11" json:"Field11,omitempty"`
Field12 []int64 `protobuf:"fixed64,12,rep,name=Field12" json:"Field12,omitempty"`
Field13 []bool `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty"`
Field14 []string `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty"`
Field15 [][]byte `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinRepNative) Reset() { *m = NinRepNative{} }
func (*NinRepNative) ProtoMessage() {}
func (*NinRepNative) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{3}
}
func (m *NinRepNative) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinRepNative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinRepNative.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinRepNative) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinRepNative.Merge(dst, src)
}
func (m *NinRepNative) XXX_Size() int {
return m.Size()
}
func (m *NinRepNative) XXX_DiscardUnknown() {
xxx_messageInfo_NinRepNative.DiscardUnknown(m)
}
var xxx_messageInfo_NinRepNative proto.InternalMessageInfo
type NidRepPackedNative struct {
Field1 []float64 `protobuf:"fixed64,1,rep,packed,name=Field1" json:"Field1,omitempty"`
Field2 []float32 `protobuf:"fixed32,2,rep,packed,name=Field2" json:"Field2,omitempty"`
Field3 []int32 `protobuf:"varint,3,rep,packed,name=Field3" json:"Field3,omitempty"`
Field4 []int64 `protobuf:"varint,4,rep,packed,name=Field4" json:"Field4,omitempty"`
Field5 []uint32 `protobuf:"varint,5,rep,packed,name=Field5" json:"Field5,omitempty"`
Field6 []uint64 `protobuf:"varint,6,rep,packed,name=Field6" json:"Field6,omitempty"`
Field7 []int32 `protobuf:"zigzag32,7,rep,packed,name=Field7" json:"Field7,omitempty"`
Field8 []int64 `protobuf:"zigzag64,8,rep,packed,name=Field8" json:"Field8,omitempty"`
Field9 []uint32 `protobuf:"fixed32,9,rep,packed,name=Field9" json:"Field9,omitempty"`
Field10 []int32 `protobuf:"fixed32,10,rep,packed,name=Field10" json:"Field10,omitempty"`
Field11 []uint64 `protobuf:"fixed64,11,rep,packed,name=Field11" json:"Field11,omitempty"`
Field12 []int64 `protobuf:"fixed64,12,rep,packed,name=Field12" json:"Field12,omitempty"`
Field13 []bool `protobuf:"varint,13,rep,packed,name=Field13" json:"Field13,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidRepPackedNative) Reset() { *m = NidRepPackedNative{} }
func (*NidRepPackedNative) ProtoMessage() {}
func (*NidRepPackedNative) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{4}
}
func (m *NidRepPackedNative) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidRepPackedNative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidRepPackedNative.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidRepPackedNative) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidRepPackedNative.Merge(dst, src)
}
func (m *NidRepPackedNative) XXX_Size() int {
return m.Size()
}
func (m *NidRepPackedNative) XXX_DiscardUnknown() {
xxx_messageInfo_NidRepPackedNative.DiscardUnknown(m)
}
var xxx_messageInfo_NidRepPackedNative proto.InternalMessageInfo
type NinRepPackedNative struct {
Field1 []float64 `protobuf:"fixed64,1,rep,packed,name=Field1" json:"Field1,omitempty"`
Field2 []float32 `protobuf:"fixed32,2,rep,packed,name=Field2" json:"Field2,omitempty"`
Field3 []int32 `protobuf:"varint,3,rep,packed,name=Field3" json:"Field3,omitempty"`
Field4 []int64 `protobuf:"varint,4,rep,packed,name=Field4" json:"Field4,omitempty"`
Field5 []uint32 `protobuf:"varint,5,rep,packed,name=Field5" json:"Field5,omitempty"`
Field6 []uint64 `protobuf:"varint,6,rep,packed,name=Field6" json:"Field6,omitempty"`
Field7 []int32 `protobuf:"zigzag32,7,rep,packed,name=Field7" json:"Field7,omitempty"`
Field8 []int64 `protobuf:"zigzag64,8,rep,packed,name=Field8" json:"Field8,omitempty"`
Field9 []uint32 `protobuf:"fixed32,9,rep,packed,name=Field9" json:"Field9,omitempty"`
Field10 []int32 `protobuf:"fixed32,10,rep,packed,name=Field10" json:"Field10,omitempty"`
Field11 []uint64 `protobuf:"fixed64,11,rep,packed,name=Field11" json:"Field11,omitempty"`
Field12 []int64 `protobuf:"fixed64,12,rep,packed,name=Field12" json:"Field12,omitempty"`
Field13 []bool `protobuf:"varint,13,rep,packed,name=Field13" json:"Field13,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinRepPackedNative) Reset() { *m = NinRepPackedNative{} }
func (*NinRepPackedNative) ProtoMessage() {}
func (*NinRepPackedNative) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{5}
}
func (m *NinRepPackedNative) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinRepPackedNative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinRepPackedNative.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinRepPackedNative) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinRepPackedNative.Merge(dst, src)
}
func (m *NinRepPackedNative) XXX_Size() int {
return m.Size()
}
func (m *NinRepPackedNative) XXX_DiscardUnknown() {
xxx_messageInfo_NinRepPackedNative.DiscardUnknown(m)
}
var xxx_messageInfo_NinRepPackedNative proto.InternalMessageInfo
type NidOptStruct struct {
Field1 float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1"`
Field2 float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2"`
Field3 NidOptNative `protobuf:"bytes,3,opt,name=Field3" json:"Field3"`
Field4 NinOptNative `protobuf:"bytes,4,opt,name=Field4" json:"Field4"`
Field6 uint64 `protobuf:"varint,6,opt,name=Field6" json:"Field6"`
Field7 int32 `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7"`
Field8 NidOptNative `protobuf:"bytes,8,opt,name=Field8" json:"Field8"`
Field13 bool `protobuf:"varint,13,opt,name=Field13" json:"Field13"`
Field14 string `protobuf:"bytes,14,opt,name=Field14" json:"Field14"`
Field15 []byte `protobuf:"bytes,15,opt,name=Field15" json:"Field15"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidOptStruct) Reset() { *m = NidOptStruct{} }
func (*NidOptStruct) ProtoMessage() {}
func (*NidOptStruct) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{6}
}
func (m *NidOptStruct) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidOptStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidOptStruct.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidOptStruct) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidOptStruct.Merge(dst, src)
}
func (m *NidOptStruct) XXX_Size() int {
return m.Size()
}
func (m *NidOptStruct) XXX_DiscardUnknown() {
xxx_messageInfo_NidOptStruct.DiscardUnknown(m)
}
var xxx_messageInfo_NidOptStruct proto.InternalMessageInfo
type NinOptStruct struct {
Field1 *float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty"`
Field2 *float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty"`
Field3 *NidOptNative `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty"`
Field4 *NinOptNative `protobuf:"bytes,4,opt,name=Field4" json:"Field4,omitempty"`
Field6 *uint64 `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
Field7 *int32 `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty"`
Field8 *NidOptNative `protobuf:"bytes,8,opt,name=Field8" json:"Field8,omitempty"`
Field13 *bool `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
Field14 *string `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty"`
Field15 []byte `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinOptStruct) Reset() { *m = NinOptStruct{} }
func (*NinOptStruct) ProtoMessage() {}
func (*NinOptStruct) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{7}
}
func (m *NinOptStruct) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinOptStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinOptStruct.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinOptStruct) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinOptStruct.Merge(dst, src)
}
func (m *NinOptStruct) XXX_Size() int {
return m.Size()
}
func (m *NinOptStruct) XXX_DiscardUnknown() {
xxx_messageInfo_NinOptStruct.DiscardUnknown(m)
}
var xxx_messageInfo_NinOptStruct proto.InternalMessageInfo
type NidRepStruct struct {
Field1 []float64 `protobuf:"fixed64,1,rep,name=Field1" json:"Field1,omitempty"`
Field2 []float32 `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty"`
Field3 []NidOptNative `protobuf:"bytes,3,rep,name=Field3" json:"Field3"`
Field4 []NinOptNative `protobuf:"bytes,4,rep,name=Field4" json:"Field4"`
Field6 []uint64 `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty"`
Field7 []int32 `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty"`
Field8 []NidOptNative `protobuf:"bytes,8,rep,name=Field8" json:"Field8"`
Field13 []bool `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty"`
Field14 []string `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty"`
Field15 [][]byte `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidRepStruct) Reset() { *m = NidRepStruct{} }
func (*NidRepStruct) ProtoMessage() {}
func (*NidRepStruct) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{8}
}
func (m *NidRepStruct) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidRepStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidRepStruct.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidRepStruct) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidRepStruct.Merge(dst, src)
}
func (m *NidRepStruct) XXX_Size() int {
return m.Size()
}
func (m *NidRepStruct) XXX_DiscardUnknown() {
xxx_messageInfo_NidRepStruct.DiscardUnknown(m)
}
var xxx_messageInfo_NidRepStruct proto.InternalMessageInfo
type NinRepStruct struct {
Field1 []float64 `protobuf:"fixed64,1,rep,name=Field1" json:"Field1,omitempty"`
Field2 []float32 `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty"`
Field3 []*NidOptNative `protobuf:"bytes,3,rep,name=Field3" json:"Field3,omitempty"`
Field4 []*NinOptNative `protobuf:"bytes,4,rep,name=Field4" json:"Field4,omitempty"`
Field6 []uint64 `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty"`
Field7 []int32 `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty"`
Field8 []*NidOptNative `protobuf:"bytes,8,rep,name=Field8" json:"Field8,omitempty"`
Field13 []bool `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty"`
Field14 []string `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty"`
Field15 [][]byte `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinRepStruct) Reset() { *m = NinRepStruct{} }
func (*NinRepStruct) ProtoMessage() {}
func (*NinRepStruct) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{9}
}
func (m *NinRepStruct) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinRepStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinRepStruct.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinRepStruct) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinRepStruct.Merge(dst, src)
}
func (m *NinRepStruct) XXX_Size() int {
return m.Size()
}
func (m *NinRepStruct) XXX_DiscardUnknown() {
xxx_messageInfo_NinRepStruct.DiscardUnknown(m)
}
var xxx_messageInfo_NinRepStruct proto.InternalMessageInfo
type NidEmbeddedStruct struct {
*NidOptNative `protobuf:"bytes,1,opt,name=Field1,embedded=Field1" json:"Field1,omitempty"`
Field200 NidOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200"`
Field210 bool `protobuf:"varint,210,opt,name=Field210" json:"Field210"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidEmbeddedStruct) Reset() { *m = NidEmbeddedStruct{} }
func (*NidEmbeddedStruct) ProtoMessage() {}
func (*NidEmbeddedStruct) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{10}
}
func (m *NidEmbeddedStruct) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidEmbeddedStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidEmbeddedStruct.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidEmbeddedStruct) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidEmbeddedStruct.Merge(dst, src)
}
func (m *NidEmbeddedStruct) XXX_Size() int {
return m.Size()
}
func (m *NidEmbeddedStruct) XXX_DiscardUnknown() {
xxx_messageInfo_NidEmbeddedStruct.DiscardUnknown(m)
}
var xxx_messageInfo_NidEmbeddedStruct proto.InternalMessageInfo
type NinEmbeddedStruct struct {
*NidOptNative `protobuf:"bytes,1,opt,name=Field1,embedded=Field1" json:"Field1,omitempty"`
Field200 *NidOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200,omitempty"`
Field210 *bool `protobuf:"varint,210,opt,name=Field210" json:"Field210,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinEmbeddedStruct) Reset() { *m = NinEmbeddedStruct{} }
func (*NinEmbeddedStruct) ProtoMessage() {}
func (*NinEmbeddedStruct) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{11}
}
func (m *NinEmbeddedStruct) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinEmbeddedStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinEmbeddedStruct.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinEmbeddedStruct) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinEmbeddedStruct.Merge(dst, src)
}
func (m *NinEmbeddedStruct) XXX_Size() int {
return m.Size()
}
func (m *NinEmbeddedStruct) XXX_DiscardUnknown() {
xxx_messageInfo_NinEmbeddedStruct.DiscardUnknown(m)
}
var xxx_messageInfo_NinEmbeddedStruct proto.InternalMessageInfo
type NidNestedStruct struct {
Field1 NidOptStruct `protobuf:"bytes,1,opt,name=Field1" json:"Field1"`
Field2 []NidRepStruct `protobuf:"bytes,2,rep,name=Field2" json:"Field2"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidNestedStruct) Reset() { *m = NidNestedStruct{} }
func (*NidNestedStruct) ProtoMessage() {}
func (*NidNestedStruct) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{12}
}
func (m *NidNestedStruct) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidNestedStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidNestedStruct.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidNestedStruct) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidNestedStruct.Merge(dst, src)
}
func (m *NidNestedStruct) XXX_Size() int {
return m.Size()
}
func (m *NidNestedStruct) XXX_DiscardUnknown() {
xxx_messageInfo_NidNestedStruct.DiscardUnknown(m)
}
var xxx_messageInfo_NidNestedStruct proto.InternalMessageInfo
type NinNestedStruct struct {
Field1 *NinOptStruct `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"`
Field2 []*NinRepStruct `protobuf:"bytes,2,rep,name=Field2" json:"Field2,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinNestedStruct) Reset() { *m = NinNestedStruct{} }
func (*NinNestedStruct) ProtoMessage() {}
func (*NinNestedStruct) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{13}
}
func (m *NinNestedStruct) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinNestedStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinNestedStruct.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinNestedStruct) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinNestedStruct.Merge(dst, src)
}
func (m *NinNestedStruct) XXX_Size() int {
return m.Size()
}
func (m *NinNestedStruct) XXX_DiscardUnknown() {
xxx_messageInfo_NinNestedStruct.DiscardUnknown(m)
}
var xxx_messageInfo_NinNestedStruct proto.InternalMessageInfo
type NidOptCustom struct {
Id Uuid `protobuf:"bytes,1,opt,name=Id,customtype=Uuid" json:"Id"`
Value github_com_gogo_protobuf_test_custom.Uint128 `protobuf:"bytes,2,opt,name=Value,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Value"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidOptCustom) Reset() { *m = NidOptCustom{} }
func (*NidOptCustom) ProtoMessage() {}
func (*NidOptCustom) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{14}
}
func (m *NidOptCustom) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidOptCustom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidOptCustom.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidOptCustom) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidOptCustom.Merge(dst, src)
}
func (m *NidOptCustom) XXX_Size() int {
return m.Size()
}
func (m *NidOptCustom) XXX_DiscardUnknown() {
xxx_messageInfo_NidOptCustom.DiscardUnknown(m)
}
var xxx_messageInfo_NidOptCustom proto.InternalMessageInfo
type CustomDash struct {
Value *github_com_gogo_protobuf_test_custom_dash_type.Bytes `protobuf:"bytes,1,opt,name=Value,customtype=github.com/gogo/protobuf/test/custom-dash-type.Bytes" json:"Value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomDash) Reset() { *m = CustomDash{} }
func (*CustomDash) ProtoMessage() {}
func (*CustomDash) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{15}
}
func (m *CustomDash) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *CustomDash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_CustomDash.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *CustomDash) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomDash.Merge(dst, src)
}
func (m *CustomDash) XXX_Size() int {
return m.Size()
}
func (m *CustomDash) XXX_DiscardUnknown() {
xxx_messageInfo_CustomDash.DiscardUnknown(m)
}
var xxx_messageInfo_CustomDash proto.InternalMessageInfo
type NinOptCustom struct {
Id *Uuid `protobuf:"bytes,1,opt,name=Id,customtype=Uuid" json:"Id,omitempty"`
Value *github_com_gogo_protobuf_test_custom.Uint128 `protobuf:"bytes,2,opt,name=Value,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinOptCustom) Reset() { *m = NinOptCustom{} }
func (*NinOptCustom) ProtoMessage() {}
func (*NinOptCustom) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{16}
}
func (m *NinOptCustom) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinOptCustom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinOptCustom.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinOptCustom) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinOptCustom.Merge(dst, src)
}
func (m *NinOptCustom) XXX_Size() int {
return m.Size()
}
func (m *NinOptCustom) XXX_DiscardUnknown() {
xxx_messageInfo_NinOptCustom.DiscardUnknown(m)
}
var xxx_messageInfo_NinOptCustom proto.InternalMessageInfo
type NidRepCustom struct {
Id []Uuid `protobuf:"bytes,1,rep,name=Id,customtype=Uuid" json:"Id"`
Value []github_com_gogo_protobuf_test_custom.Uint128 `protobuf:"bytes,2,rep,name=Value,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Value"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidRepCustom) Reset() { *m = NidRepCustom{} }
func (*NidRepCustom) ProtoMessage() {}
func (*NidRepCustom) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{17}
}
func (m *NidRepCustom) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidRepCustom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidRepCustom.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidRepCustom) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidRepCustom.Merge(dst, src)
}
func (m *NidRepCustom) XXX_Size() int {
return m.Size()
}
func (m *NidRepCustom) XXX_DiscardUnknown() {
xxx_messageInfo_NidRepCustom.DiscardUnknown(m)
}
var xxx_messageInfo_NidRepCustom proto.InternalMessageInfo
type NinRepCustom struct {
Id []Uuid `protobuf:"bytes,1,rep,name=Id,customtype=Uuid" json:"Id,omitempty"`
Value []github_com_gogo_protobuf_test_custom.Uint128 `protobuf:"bytes,2,rep,name=Value,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinRepCustom) Reset() { *m = NinRepCustom{} }
func (*NinRepCustom) ProtoMessage() {}
func (*NinRepCustom) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{18}
}
func (m *NinRepCustom) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinRepCustom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinRepCustom.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinRepCustom) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinRepCustom.Merge(dst, src)
}
func (m *NinRepCustom) XXX_Size() int {
return m.Size()
}
func (m *NinRepCustom) XXX_DiscardUnknown() {
xxx_messageInfo_NinRepCustom.DiscardUnknown(m)
}
var xxx_messageInfo_NinRepCustom proto.InternalMessageInfo
type NinOptNativeUnion struct {
Field1 *float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty"`
Field2 *float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty"`
Field3 *int32 `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty"`
Field4 *int64 `protobuf:"varint,4,opt,name=Field4" json:"Field4,omitempty"`
Field5 *uint32 `protobuf:"varint,5,opt,name=Field5" json:"Field5,omitempty"`
Field6 *uint64 `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
Field13 *bool `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
Field14 *string `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty"`
Field15 []byte `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinOptNativeUnion) Reset() { *m = NinOptNativeUnion{} }
func (*NinOptNativeUnion) ProtoMessage() {}
func (*NinOptNativeUnion) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{19}
}
func (m *NinOptNativeUnion) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinOptNativeUnion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinOptNativeUnion.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinOptNativeUnion) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinOptNativeUnion.Merge(dst, src)
}
func (m *NinOptNativeUnion) XXX_Size() int {
return m.Size()
}
func (m *NinOptNativeUnion) XXX_DiscardUnknown() {
xxx_messageInfo_NinOptNativeUnion.DiscardUnknown(m)
}
var xxx_messageInfo_NinOptNativeUnion proto.InternalMessageInfo
type NinOptStructUnion struct {
Field1 *float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty"`
Field2 *float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty"`
Field3 *NidOptNative `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty"`
Field4 *NinOptNative `protobuf:"bytes,4,opt,name=Field4" json:"Field4,omitempty"`
Field6 *uint64 `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
Field7 *int32 `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty"`
Field13 *bool `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
Field14 *string `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty"`
Field15 []byte `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinOptStructUnion) Reset() { *m = NinOptStructUnion{} }
func (*NinOptStructUnion) ProtoMessage() {}
func (*NinOptStructUnion) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{20}
}
func (m *NinOptStructUnion) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinOptStructUnion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinOptStructUnion.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinOptStructUnion) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinOptStructUnion.Merge(dst, src)
}
func (m *NinOptStructUnion) XXX_Size() int {
return m.Size()
}
func (m *NinOptStructUnion) XXX_DiscardUnknown() {
xxx_messageInfo_NinOptStructUnion.DiscardUnknown(m)
}
var xxx_messageInfo_NinOptStructUnion proto.InternalMessageInfo
type NinEmbeddedStructUnion struct {
*NidOptNative `protobuf:"bytes,1,opt,name=Field1,embedded=Field1" json:"Field1,omitempty"`
Field200 *NinOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200,omitempty"`
Field210 *bool `protobuf:"varint,210,opt,name=Field210" json:"Field210,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinEmbeddedStructUnion) Reset() { *m = NinEmbeddedStructUnion{} }
func (*NinEmbeddedStructUnion) ProtoMessage() {}
func (*NinEmbeddedStructUnion) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{21}
}
func (m *NinEmbeddedStructUnion) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinEmbeddedStructUnion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinEmbeddedStructUnion.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinEmbeddedStructUnion) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinEmbeddedStructUnion.Merge(dst, src)
}
func (m *NinEmbeddedStructUnion) XXX_Size() int {
return m.Size()
}
func (m *NinEmbeddedStructUnion) XXX_DiscardUnknown() {
xxx_messageInfo_NinEmbeddedStructUnion.DiscardUnknown(m)
}
var xxx_messageInfo_NinEmbeddedStructUnion proto.InternalMessageInfo
type NinNestedStructUnion struct {
Field1 *NinOptNativeUnion `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"`
Field2 *NinOptStructUnion `protobuf:"bytes,2,opt,name=Field2" json:"Field2,omitempty"`
Field3 *NinEmbeddedStructUnion `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinNestedStructUnion) Reset() { *m = NinNestedStructUnion{} }
func (*NinNestedStructUnion) ProtoMessage() {}
func (*NinNestedStructUnion) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{22}
}
func (m *NinNestedStructUnion) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinNestedStructUnion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinNestedStructUnion.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinNestedStructUnion) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinNestedStructUnion.Merge(dst, src)
}
func (m *NinNestedStructUnion) XXX_Size() int {
return m.Size()
}
func (m *NinNestedStructUnion) XXX_DiscardUnknown() {
xxx_messageInfo_NinNestedStructUnion.DiscardUnknown(m)
}
var xxx_messageInfo_NinNestedStructUnion proto.InternalMessageInfo
type Tree struct {
Or *OrBranch `protobuf:"bytes,1,opt,name=Or" json:"Or,omitempty"`
And *AndBranch `protobuf:"bytes,2,opt,name=And" json:"And,omitempty"`
Leaf *Leaf `protobuf:"bytes,3,opt,name=Leaf" json:"Leaf,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Tree) Reset() { *m = Tree{} }
func (*Tree) ProtoMessage() {}
func (*Tree) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{23}
}
func (m *Tree) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *Tree) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_Tree.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *Tree) XXX_Merge(src proto.Message) {
xxx_messageInfo_Tree.Merge(dst, src)
}
func (m *Tree) XXX_Size() int {
return m.Size()
}
func (m *Tree) XXX_DiscardUnknown() {
xxx_messageInfo_Tree.DiscardUnknown(m)
}
var xxx_messageInfo_Tree proto.InternalMessageInfo
type OrBranch struct {
Left Tree `protobuf:"bytes,1,opt,name=Left" json:"Left"`
Right Tree `protobuf:"bytes,2,opt,name=Right" json:"Right"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrBranch) Reset() { *m = OrBranch{} }
func (*OrBranch) ProtoMessage() {}
func (*OrBranch) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{24}
}
func (m *OrBranch) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *OrBranch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_OrBranch.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *OrBranch) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrBranch.Merge(dst, src)
}
func (m *OrBranch) XXX_Size() int {
return m.Size()
}
func (m *OrBranch) XXX_DiscardUnknown() {
xxx_messageInfo_OrBranch.DiscardUnknown(m)
}
var xxx_messageInfo_OrBranch proto.InternalMessageInfo
type AndBranch struct {
Left Tree `protobuf:"bytes,1,opt,name=Left" json:"Left"`
Right Tree `protobuf:"bytes,2,opt,name=Right" json:"Right"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AndBranch) Reset() { *m = AndBranch{} }
func (*AndBranch) ProtoMessage() {}
func (*AndBranch) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{25}
}
func (m *AndBranch) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *AndBranch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_AndBranch.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *AndBranch) XXX_Merge(src proto.Message) {
xxx_messageInfo_AndBranch.Merge(dst, src)
}
func (m *AndBranch) XXX_Size() int {
return m.Size()
}
func (m *AndBranch) XXX_DiscardUnknown() {
xxx_messageInfo_AndBranch.DiscardUnknown(m)
}
var xxx_messageInfo_AndBranch proto.InternalMessageInfo
type Leaf struct {
Value int64 `protobuf:"varint,1,opt,name=Value" json:"Value"`
StrValue string `protobuf:"bytes,2,opt,name=StrValue" json:"StrValue"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Leaf) Reset() { *m = Leaf{} }
func (*Leaf) ProtoMessage() {}
func (*Leaf) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{26}
}
func (m *Leaf) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *Leaf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_Leaf.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *Leaf) XXX_Merge(src proto.Message) {
xxx_messageInfo_Leaf.Merge(dst, src)
}
func (m *Leaf) XXX_Size() int {
return m.Size()
}
func (m *Leaf) XXX_DiscardUnknown() {
xxx_messageInfo_Leaf.DiscardUnknown(m)
}
var xxx_messageInfo_Leaf proto.InternalMessageInfo
type DeepTree struct {
Down *ADeepBranch `protobuf:"bytes,1,opt,name=Down" json:"Down,omitempty"`
And *AndDeepBranch `protobuf:"bytes,2,opt,name=And" json:"And,omitempty"`
Leaf *DeepLeaf `protobuf:"bytes,3,opt,name=Leaf" json:"Leaf,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeepTree) Reset() { *m = DeepTree{} }
func (*DeepTree) ProtoMessage() {}
func (*DeepTree) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{27}
}
func (m *DeepTree) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *DeepTree) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_DeepTree.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *DeepTree) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeepTree.Merge(dst, src)
}
func (m *DeepTree) XXX_Size() int {
return m.Size()
}
func (m *DeepTree) XXX_DiscardUnknown() {
xxx_messageInfo_DeepTree.DiscardUnknown(m)
}
var xxx_messageInfo_DeepTree proto.InternalMessageInfo
type ADeepBranch struct {
Down DeepTree `protobuf:"bytes,2,opt,name=Down" json:"Down"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ADeepBranch) Reset() { *m = ADeepBranch{} }
func (*ADeepBranch) ProtoMessage() {}
func (*ADeepBranch) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{28}
}
func (m *ADeepBranch) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *ADeepBranch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_ADeepBranch.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *ADeepBranch) XXX_Merge(src proto.Message) {
xxx_messageInfo_ADeepBranch.Merge(dst, src)
}
func (m *ADeepBranch) XXX_Size() int {
return m.Size()
}
func (m *ADeepBranch) XXX_DiscardUnknown() {
xxx_messageInfo_ADeepBranch.DiscardUnknown(m)
}
var xxx_messageInfo_ADeepBranch proto.InternalMessageInfo
type AndDeepBranch struct {
Left DeepTree `protobuf:"bytes,1,opt,name=Left" json:"Left"`
Right DeepTree `protobuf:"bytes,2,opt,name=Right" json:"Right"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AndDeepBranch) Reset() { *m = AndDeepBranch{} }
func (*AndDeepBranch) ProtoMessage() {}
func (*AndDeepBranch) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{29}
}
func (m *AndDeepBranch) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *AndDeepBranch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_AndDeepBranch.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *AndDeepBranch) XXX_Merge(src proto.Message) {
xxx_messageInfo_AndDeepBranch.Merge(dst, src)
}
func (m *AndDeepBranch) XXX_Size() int {
return m.Size()
}
func (m *AndDeepBranch) XXX_DiscardUnknown() {
xxx_messageInfo_AndDeepBranch.DiscardUnknown(m)
}
var xxx_messageInfo_AndDeepBranch proto.InternalMessageInfo
type DeepLeaf struct {
Tree Tree `protobuf:"bytes,1,opt,name=Tree" json:"Tree"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeepLeaf) Reset() { *m = DeepLeaf{} }
func (*DeepLeaf) ProtoMessage() {}
func (*DeepLeaf) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{30}
}
func (m *DeepLeaf) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *DeepLeaf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_DeepLeaf.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *DeepLeaf) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeepLeaf.Merge(dst, src)
}
func (m *DeepLeaf) XXX_Size() int {
return m.Size()
}
func (m *DeepLeaf) XXX_DiscardUnknown() {
xxx_messageInfo_DeepLeaf.DiscardUnknown(m)
}
var xxx_messageInfo_DeepLeaf proto.InternalMessageInfo
type Nil struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Nil) Reset() { *m = Nil{} }
func (*Nil) ProtoMessage() {}
func (*Nil) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{31}
}
func (m *Nil) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *Nil) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_Nil.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *Nil) XXX_Merge(src proto.Message) {
xxx_messageInfo_Nil.Merge(dst, src)
}
func (m *Nil) XXX_Size() int {
return m.Size()
}
func (m *Nil) XXX_DiscardUnknown() {
xxx_messageInfo_Nil.DiscardUnknown(m)
}
var xxx_messageInfo_Nil proto.InternalMessageInfo
type NidOptEnum struct {
Field1 TheTestEnum `protobuf:"varint,1,opt,name=Field1,enum=test.TheTestEnum" json:"Field1"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidOptEnum) Reset() { *m = NidOptEnum{} }
func (*NidOptEnum) ProtoMessage() {}
func (*NidOptEnum) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{32}
}
func (m *NidOptEnum) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidOptEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidOptEnum.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidOptEnum) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidOptEnum.Merge(dst, src)
}
func (m *NidOptEnum) XXX_Size() int {
return m.Size()
}
func (m *NidOptEnum) XXX_DiscardUnknown() {
xxx_messageInfo_NidOptEnum.DiscardUnknown(m)
}
var xxx_messageInfo_NidOptEnum proto.InternalMessageInfo
type NinOptEnum struct {
Field1 *TheTestEnum `protobuf:"varint,1,opt,name=Field1,enum=test.TheTestEnum" json:"Field1,omitempty"`
Field2 *YetAnotherTestEnum `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum" json:"Field2,omitempty"`
Field3 *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum" json:"Field3,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinOptEnum) Reset() { *m = NinOptEnum{} }
func (*NinOptEnum) ProtoMessage() {}
func (*NinOptEnum) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{33}
}
func (m *NinOptEnum) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinOptEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinOptEnum.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinOptEnum) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinOptEnum.Merge(dst, src)
}
func (m *NinOptEnum) XXX_Size() int {
return m.Size()
}
func (m *NinOptEnum) XXX_DiscardUnknown() {
xxx_messageInfo_NinOptEnum.DiscardUnknown(m)
}
var xxx_messageInfo_NinOptEnum proto.InternalMessageInfo
type NidRepEnum struct {
Field1 []TheTestEnum `protobuf:"varint,1,rep,name=Field1,enum=test.TheTestEnum" json:"Field1,omitempty"`
Field2 []YetAnotherTestEnum `protobuf:"varint,2,rep,name=Field2,enum=test.YetAnotherTestEnum" json:"Field2,omitempty"`
Field3 []YetYetAnotherTestEnum `protobuf:"varint,3,rep,name=Field3,enum=test.YetYetAnotherTestEnum" json:"Field3,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidRepEnum) Reset() { *m = NidRepEnum{} }
func (*NidRepEnum) ProtoMessage() {}
func (*NidRepEnum) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{34}
}
func (m *NidRepEnum) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidRepEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidRepEnum.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidRepEnum) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidRepEnum.Merge(dst, src)
}
func (m *NidRepEnum) XXX_Size() int {
return m.Size()
}
func (m *NidRepEnum) XXX_DiscardUnknown() {
xxx_messageInfo_NidRepEnum.DiscardUnknown(m)
}
var xxx_messageInfo_NidRepEnum proto.InternalMessageInfo
type NinRepEnum struct {
Field1 []TheTestEnum `protobuf:"varint,1,rep,name=Field1,enum=test.TheTestEnum" json:"Field1,omitempty"`
Field2 []YetAnotherTestEnum `protobuf:"varint,2,rep,name=Field2,enum=test.YetAnotherTestEnum" json:"Field2,omitempty"`
Field3 []YetYetAnotherTestEnum `protobuf:"varint,3,rep,name=Field3,enum=test.YetYetAnotherTestEnum" json:"Field3,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinRepEnum) Reset() { *m = NinRepEnum{} }
func (*NinRepEnum) ProtoMessage() {}
func (*NinRepEnum) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{35}
}
func (m *NinRepEnum) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinRepEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinRepEnum.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinRepEnum) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinRepEnum.Merge(dst, src)
}
func (m *NinRepEnum) XXX_Size() int {
return m.Size()
}
func (m *NinRepEnum) XXX_DiscardUnknown() {
xxx_messageInfo_NinRepEnum.DiscardUnknown(m)
}
var xxx_messageInfo_NinRepEnum proto.InternalMessageInfo
type NinOptEnumDefault struct {
Field1 *TheTestEnum `protobuf:"varint,1,opt,name=Field1,enum=test.TheTestEnum,def=2" json:"Field1,omitempty"`
Field2 *YetAnotherTestEnum `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum,def=1" json:"Field2,omitempty"`
Field3 *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum,def=0" json:"Field3,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinOptEnumDefault) Reset() { *m = NinOptEnumDefault{} }
func (*NinOptEnumDefault) ProtoMessage() {}
func (*NinOptEnumDefault) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{36}
}
func (m *NinOptEnumDefault) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinOptEnumDefault) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinOptEnumDefault.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinOptEnumDefault) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinOptEnumDefault.Merge(dst, src)
}
func (m *NinOptEnumDefault) XXX_Size() int {
return m.Size()
}
func (m *NinOptEnumDefault) XXX_DiscardUnknown() {
xxx_messageInfo_NinOptEnumDefault.DiscardUnknown(m)
}
var xxx_messageInfo_NinOptEnumDefault proto.InternalMessageInfo
const Default_NinOptEnumDefault_Field1 TheTestEnum = C
const Default_NinOptEnumDefault_Field2 YetAnotherTestEnum = BetterYetBB
const Default_NinOptEnumDefault_Field3 YetYetAnotherTestEnum = YetYetAnotherTestEnum_CC
func (m *NinOptEnumDefault) GetField1() TheTestEnum {
if m != nil && m.Field1 != nil {
return *m.Field1
}
return Default_NinOptEnumDefault_Field1
}
func (m *NinOptEnumDefault) GetField2() YetAnotherTestEnum {
if m != nil && m.Field2 != nil {
return *m.Field2
}
return Default_NinOptEnumDefault_Field2
}
func (m *NinOptEnumDefault) GetField3() YetYetAnotherTestEnum {
if m != nil && m.Field3 != nil {
return *m.Field3
}
return Default_NinOptEnumDefault_Field3
}
type AnotherNinOptEnum struct {
Field1 *AnotherTestEnum `protobuf:"varint,1,opt,name=Field1,enum=test.AnotherTestEnum" json:"Field1,omitempty"`
Field2 *YetAnotherTestEnum `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum" json:"Field2,omitempty"`
Field3 *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum" json:"Field3,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AnotherNinOptEnum) Reset() { *m = AnotherNinOptEnum{} }
func (*AnotherNinOptEnum) ProtoMessage() {}
func (*AnotherNinOptEnum) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{37}
}
func (m *AnotherNinOptEnum) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *AnotherNinOptEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_AnotherNinOptEnum.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *AnotherNinOptEnum) XXX_Merge(src proto.Message) {
xxx_messageInfo_AnotherNinOptEnum.Merge(dst, src)
}
func (m *AnotherNinOptEnum) XXX_Size() int {
return m.Size()
}
func (m *AnotherNinOptEnum) XXX_DiscardUnknown() {
xxx_messageInfo_AnotherNinOptEnum.DiscardUnknown(m)
}
var xxx_messageInfo_AnotherNinOptEnum proto.InternalMessageInfo
type AnotherNinOptEnumDefault struct {
Field1 *AnotherTestEnum `protobuf:"varint,1,opt,name=Field1,enum=test.AnotherTestEnum,def=11" json:"Field1,omitempty"`
Field2 *YetAnotherTestEnum `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum,def=1" json:"Field2,omitempty"`
Field3 *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum,def=0" json:"Field3,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AnotherNinOptEnumDefault) Reset() { *m = AnotherNinOptEnumDefault{} }
func (*AnotherNinOptEnumDefault) ProtoMessage() {}
func (*AnotherNinOptEnumDefault) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{38}
}
func (m *AnotherNinOptEnumDefault) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *AnotherNinOptEnumDefault) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_AnotherNinOptEnumDefault.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *AnotherNinOptEnumDefault) XXX_Merge(src proto.Message) {
xxx_messageInfo_AnotherNinOptEnumDefault.Merge(dst, src)
}
func (m *AnotherNinOptEnumDefault) XXX_Size() int {
return m.Size()
}
func (m *AnotherNinOptEnumDefault) XXX_DiscardUnknown() {
xxx_messageInfo_AnotherNinOptEnumDefault.DiscardUnknown(m)
}
var xxx_messageInfo_AnotherNinOptEnumDefault proto.InternalMessageInfo
const Default_AnotherNinOptEnumDefault_Field1 AnotherTestEnum = E
const Default_AnotherNinOptEnumDefault_Field2 YetAnotherTestEnum = BetterYetBB
const Default_AnotherNinOptEnumDefault_Field3 YetYetAnotherTestEnum = YetYetAnotherTestEnum_CC
func (m *AnotherNinOptEnumDefault) GetField1() AnotherTestEnum {
if m != nil && m.Field1 != nil {
return *m.Field1
}
return Default_AnotherNinOptEnumDefault_Field1
}
func (m *AnotherNinOptEnumDefault) GetField2() YetAnotherTestEnum {
if m != nil && m.Field2 != nil {
return *m.Field2
}
return Default_AnotherNinOptEnumDefault_Field2
}
func (m *AnotherNinOptEnumDefault) GetField3() YetYetAnotherTestEnum {
if m != nil && m.Field3 != nil {
return *m.Field3
}
return Default_AnotherNinOptEnumDefault_Field3
}
type Timer struct {
Time1 int64 `protobuf:"fixed64,1,opt,name=Time1" json:"Time1"`
Time2 int64 `protobuf:"fixed64,2,opt,name=Time2" json:"Time2"`
Data []byte `protobuf:"bytes,3,opt,name=Data" json:"Data"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Timer) Reset() { *m = Timer{} }
func (*Timer) ProtoMessage() {}
func (*Timer) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{39}
}
func (m *Timer) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *Timer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_Timer.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *Timer) XXX_Merge(src proto.Message) {
xxx_messageInfo_Timer.Merge(dst, src)
}
func (m *Timer) XXX_Size() int {
return m.Size()
}
func (m *Timer) XXX_DiscardUnknown() {
xxx_messageInfo_Timer.DiscardUnknown(m)
}
var xxx_messageInfo_Timer proto.InternalMessageInfo
type MyExtendable struct {
Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
proto.XXX_InternalExtensions `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MyExtendable) Reset() { *m = MyExtendable{} }
func (*MyExtendable) ProtoMessage() {}
func (*MyExtendable) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{40}
}
var extRange_MyExtendable = []proto.ExtensionRange{
{Start: 100, End: 199},
}
func (*MyExtendable) ExtensionRangeArray() []proto.ExtensionRange {
return extRange_MyExtendable
}
func (m *MyExtendable) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *MyExtendable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_MyExtendable.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *MyExtendable) XXX_Merge(src proto.Message) {
xxx_messageInfo_MyExtendable.Merge(dst, src)
}
func (m *MyExtendable) XXX_Size() int {
return m.Size()
}
func (m *MyExtendable) XXX_DiscardUnknown() {
xxx_messageInfo_MyExtendable.DiscardUnknown(m)
}
var xxx_messageInfo_MyExtendable proto.InternalMessageInfo
type OtherExtenable struct {
Field2 *int64 `protobuf:"varint,2,opt,name=Field2" json:"Field2,omitempty"`
Field13 *int64 `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
M *MyExtendable `protobuf:"bytes,1,opt,name=M" json:"M,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
proto.XXX_InternalExtensions `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OtherExtenable) Reset() { *m = OtherExtenable{} }
func (*OtherExtenable) ProtoMessage() {}
func (*OtherExtenable) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{41}
}
var extRange_OtherExtenable = []proto.ExtensionRange{
{Start: 14, End: 16},
{Start: 10, End: 12},
}
func (*OtherExtenable) ExtensionRangeArray() []proto.ExtensionRange {
return extRange_OtherExtenable
}
func (m *OtherExtenable) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *OtherExtenable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_OtherExtenable.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *OtherExtenable) XXX_Merge(src proto.Message) {
xxx_messageInfo_OtherExtenable.Merge(dst, src)
}
func (m *OtherExtenable) XXX_Size() int {
return m.Size()
}
func (m *OtherExtenable) XXX_DiscardUnknown() {
xxx_messageInfo_OtherExtenable.DiscardUnknown(m)
}
var xxx_messageInfo_OtherExtenable proto.InternalMessageInfo
type NestedDefinition struct {
Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
EnumField *NestedDefinition_NestedEnum `protobuf:"varint,2,opt,name=EnumField,enum=test.NestedDefinition_NestedEnum" json:"EnumField,omitempty"`
NNM *NestedDefinition_NestedMessage_NestedNestedMsg `protobuf:"bytes,3,opt,name=NNM" json:"NNM,omitempty"`
NM *NestedDefinition_NestedMessage `protobuf:"bytes,4,opt,name=NM" json:"NM,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NestedDefinition) Reset() { *m = NestedDefinition{} }
func (*NestedDefinition) ProtoMessage() {}
func (*NestedDefinition) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{42}
}
func (m *NestedDefinition) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NestedDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NestedDefinition.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NestedDefinition) XXX_Merge(src proto.Message) {
xxx_messageInfo_NestedDefinition.Merge(dst, src)
}
func (m *NestedDefinition) XXX_Size() int {
return m.Size()
}
func (m *NestedDefinition) XXX_DiscardUnknown() {
xxx_messageInfo_NestedDefinition.DiscardUnknown(m)
}
var xxx_messageInfo_NestedDefinition proto.InternalMessageInfo
type NestedDefinition_NestedMessage struct {
NestedField1 *uint64 `protobuf:"fixed64,1,opt,name=NestedField1" json:"NestedField1,omitempty"`
NNM *NestedDefinition_NestedMessage_NestedNestedMsg `protobuf:"bytes,2,opt,name=NNM" json:"NNM,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NestedDefinition_NestedMessage) Reset() { *m = NestedDefinition_NestedMessage{} }
func (*NestedDefinition_NestedMessage) ProtoMessage() {}
func (*NestedDefinition_NestedMessage) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{42, 0}
}
func (m *NestedDefinition_NestedMessage) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NestedDefinition_NestedMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NestedDefinition_NestedMessage.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NestedDefinition_NestedMessage) XXX_Merge(src proto.Message) {
xxx_messageInfo_NestedDefinition_NestedMessage.Merge(dst, src)
}
func (m *NestedDefinition_NestedMessage) XXX_Size() int {
return m.Size()
}
func (m *NestedDefinition_NestedMessage) XXX_DiscardUnknown() {
xxx_messageInfo_NestedDefinition_NestedMessage.DiscardUnknown(m)
}
var xxx_messageInfo_NestedDefinition_NestedMessage proto.InternalMessageInfo
type NestedDefinition_NestedMessage_NestedNestedMsg struct {
NestedNestedField1 *string `protobuf:"bytes,10,opt,name=NestedNestedField1" json:"NestedNestedField1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NestedDefinition_NestedMessage_NestedNestedMsg) Reset() {
*m = NestedDefinition_NestedMessage_NestedNestedMsg{}
}
func (*NestedDefinition_NestedMessage_NestedNestedMsg) ProtoMessage() {}
func (*NestedDefinition_NestedMessage_NestedNestedMsg) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{42, 0, 0}
}
func (m *NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NestedDefinition_NestedMessage_NestedNestedMsg.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Merge(src proto.Message) {
xxx_messageInfo_NestedDefinition_NestedMessage_NestedNestedMsg.Merge(dst, src)
}
func (m *NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Size() int {
return m.Size()
}
func (m *NestedDefinition_NestedMessage_NestedNestedMsg) XXX_DiscardUnknown() {
xxx_messageInfo_NestedDefinition_NestedMessage_NestedNestedMsg.DiscardUnknown(m)
}
var xxx_messageInfo_NestedDefinition_NestedMessage_NestedNestedMsg proto.InternalMessageInfo
type NestedScope struct {
A *NestedDefinition_NestedMessage_NestedNestedMsg `protobuf:"bytes,1,opt,name=A" json:"A,omitempty"`
B *NestedDefinition_NestedEnum `protobuf:"varint,2,opt,name=B,enum=test.NestedDefinition_NestedEnum" json:"B,omitempty"`
C *NestedDefinition_NestedMessage `protobuf:"bytes,3,opt,name=C" json:"C,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NestedScope) Reset() { *m = NestedScope{} }
func (*NestedScope) ProtoMessage() {}
func (*NestedScope) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{43}
}
func (m *NestedScope) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NestedScope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NestedScope.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NestedScope) XXX_Merge(src proto.Message) {
xxx_messageInfo_NestedScope.Merge(dst, src)
}
func (m *NestedScope) XXX_Size() int {
return m.Size()
}
func (m *NestedScope) XXX_DiscardUnknown() {
xxx_messageInfo_NestedScope.DiscardUnknown(m)
}
var xxx_messageInfo_NestedScope proto.InternalMessageInfo
type NinOptNativeDefault struct {
Field1 *float64 `protobuf:"fixed64,1,opt,name=Field1,def=1234.1234" json:"Field1,omitempty"`
Field2 *float32 `protobuf:"fixed32,2,opt,name=Field2,def=1234.12341" json:"Field2,omitempty"`
Field3 *int32 `protobuf:"varint,3,opt,name=Field3,def=1234" json:"Field3,omitempty"`
Field4 *int64 `protobuf:"varint,4,opt,name=Field4,def=1234" json:"Field4,omitempty"`
Field5 *uint32 `protobuf:"varint,5,opt,name=Field5,def=1234" json:"Field5,omitempty"`
Field6 *uint64 `protobuf:"varint,6,opt,name=Field6,def=1234" json:"Field6,omitempty"`
Field7 *int32 `protobuf:"zigzag32,7,opt,name=Field7,def=1234" json:"Field7,omitempty"`
Field8 *int64 `protobuf:"zigzag64,8,opt,name=Field8,def=1234" json:"Field8,omitempty"`
Field9 *uint32 `protobuf:"fixed32,9,opt,name=Field9,def=1234" json:"Field9,omitempty"`
Field10 *int32 `protobuf:"fixed32,10,opt,name=Field10,def=1234" json:"Field10,omitempty"`
Field11 *uint64 `protobuf:"fixed64,11,opt,name=Field11,def=1234" json:"Field11,omitempty"`
Field12 *int64 `protobuf:"fixed64,12,opt,name=Field12,def=1234" json:"Field12,omitempty"`
Field13 *bool `protobuf:"varint,13,opt,name=Field13,def=1" json:"Field13,omitempty"`
Field14 *string `protobuf:"bytes,14,opt,name=Field14,def=1234" json:"Field14,omitempty"`
Field15 []byte `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinOptNativeDefault) Reset() { *m = NinOptNativeDefault{} }
func (*NinOptNativeDefault) ProtoMessage() {}
func (*NinOptNativeDefault) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{44}
}
func (m *NinOptNativeDefault) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinOptNativeDefault) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinOptNativeDefault.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinOptNativeDefault) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinOptNativeDefault.Merge(dst, src)
}
func (m *NinOptNativeDefault) XXX_Size() int {
return m.Size()
}
func (m *NinOptNativeDefault) XXX_DiscardUnknown() {
xxx_messageInfo_NinOptNativeDefault.DiscardUnknown(m)
}
var xxx_messageInfo_NinOptNativeDefault proto.InternalMessageInfo
const Default_NinOptNativeDefault_Field1 float64 = 1234.1234
const Default_NinOptNativeDefault_Field2 float32 = 1234.12341
const Default_NinOptNativeDefault_Field3 int32 = 1234
const Default_NinOptNativeDefault_Field4 int64 = 1234
const Default_NinOptNativeDefault_Field5 uint32 = 1234
const Default_NinOptNativeDefault_Field6 uint64 = 1234
const Default_NinOptNativeDefault_Field7 int32 = 1234
const Default_NinOptNativeDefault_Field8 int64 = 1234
const Default_NinOptNativeDefault_Field9 uint32 = 1234
const Default_NinOptNativeDefault_Field10 int32 = 1234
const Default_NinOptNativeDefault_Field11 uint64 = 1234
const Default_NinOptNativeDefault_Field12 int64 = 1234
const Default_NinOptNativeDefault_Field13 bool = true
const Default_NinOptNativeDefault_Field14 string = "1234"
func (m *NinOptNativeDefault) GetField1() float64 {
if m != nil && m.Field1 != nil {
return *m.Field1
}
return Default_NinOptNativeDefault_Field1
}
func (m *NinOptNativeDefault) GetField2() float32 {
if m != nil && m.Field2 != nil {
return *m.Field2
}
return Default_NinOptNativeDefault_Field2
}
func (m *NinOptNativeDefault) GetField3() int32 {
if m != nil && m.Field3 != nil {
return *m.Field3
}
return Default_NinOptNativeDefault_Field3
}
func (m *NinOptNativeDefault) GetField4() int64 {
if m != nil && m.Field4 != nil {
return *m.Field4
}
return Default_NinOptNativeDefault_Field4
}
func (m *NinOptNativeDefault) GetField5() uint32 {
if m != nil && m.Field5 != nil {
return *m.Field5
}
return Default_NinOptNativeDefault_Field5
}
func (m *NinOptNativeDefault) GetField6() uint64 {
if m != nil && m.Field6 != nil {
return *m.Field6
}
return Default_NinOptNativeDefault_Field6
}
func (m *NinOptNativeDefault) GetField7() int32 {
if m != nil && m.Field7 != nil {
return *m.Field7
}
return Default_NinOptNativeDefault_Field7
}
func (m *NinOptNativeDefault) GetField8() int64 {
if m != nil && m.Field8 != nil {
return *m.Field8
}
return Default_NinOptNativeDefault_Field8
}
func (m *NinOptNativeDefault) GetField9() uint32 {
if m != nil && m.Field9 != nil {
return *m.Field9
}
return Default_NinOptNativeDefault_Field9
}
func (m *NinOptNativeDefault) GetField10() int32 {
if m != nil && m.Field10 != nil {
return *m.Field10
}
return Default_NinOptNativeDefault_Field10
}
func (m *NinOptNativeDefault) GetField11() uint64 {
if m != nil && m.Field11 != nil {
return *m.Field11
}
return Default_NinOptNativeDefault_Field11
}
func (m *NinOptNativeDefault) GetField12() int64 {
if m != nil && m.Field12 != nil {
return *m.Field12
}
return Default_NinOptNativeDefault_Field12
}
func (m *NinOptNativeDefault) GetField13() bool {
if m != nil && m.Field13 != nil {
return *m.Field13
}
return Default_NinOptNativeDefault_Field13
}
func (m *NinOptNativeDefault) GetField14() string {
if m != nil && m.Field14 != nil {
return *m.Field14
}
return Default_NinOptNativeDefault_Field14
}
func (m *NinOptNativeDefault) GetField15() []byte {
if m != nil {
return m.Field15
}
return nil
}
type CustomContainer struct {
CustomStruct NidOptCustom `protobuf:"bytes,1,opt,name=CustomStruct" json:"CustomStruct"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomContainer) Reset() { *m = CustomContainer{} }
func (*CustomContainer) ProtoMessage() {}
func (*CustomContainer) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{45}
}
func (m *CustomContainer) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *CustomContainer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_CustomContainer.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *CustomContainer) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomContainer.Merge(dst, src)
}
func (m *CustomContainer) XXX_Size() int {
return m.Size()
}
func (m *CustomContainer) XXX_DiscardUnknown() {
xxx_messageInfo_CustomContainer.DiscardUnknown(m)
}
var xxx_messageInfo_CustomContainer proto.InternalMessageInfo
type CustomNameNidOptNative struct {
FieldA float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1"`
FieldB float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2"`
FieldC int32 `protobuf:"varint,3,opt,name=Field3" json:"Field3"`
FieldD int64 `protobuf:"varint,4,opt,name=Field4" json:"Field4"`
FieldE uint32 `protobuf:"varint,5,opt,name=Field5" json:"Field5"`
FieldF uint64 `protobuf:"varint,6,opt,name=Field6" json:"Field6"`
FieldG int32 `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7"`
FieldH int64 `protobuf:"zigzag64,8,opt,name=Field8" json:"Field8"`
FieldI uint32 `protobuf:"fixed32,9,opt,name=Field9" json:"Field9"`
FieldJ int32 `protobuf:"fixed32,10,opt,name=Field10" json:"Field10"`
FieldK uint64 `protobuf:"fixed64,11,opt,name=Field11" json:"Field11"`
FieldL int64 `protobuf:"fixed64,12,opt,name=Field12" json:"Field12"`
FieldM bool `protobuf:"varint,13,opt,name=Field13" json:"Field13"`
FieldN string `protobuf:"bytes,14,opt,name=Field14" json:"Field14"`
FieldO []byte `protobuf:"bytes,15,opt,name=Field15" json:"Field15"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomNameNidOptNative) Reset() { *m = CustomNameNidOptNative{} }
func (*CustomNameNidOptNative) ProtoMessage() {}
func (*CustomNameNidOptNative) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{46}
}
func (m *CustomNameNidOptNative) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *CustomNameNidOptNative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_CustomNameNidOptNative.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *CustomNameNidOptNative) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomNameNidOptNative.Merge(dst, src)
}
func (m *CustomNameNidOptNative) XXX_Size() int {
return m.Size()
}
func (m *CustomNameNidOptNative) XXX_DiscardUnknown() {
xxx_messageInfo_CustomNameNidOptNative.DiscardUnknown(m)
}
var xxx_messageInfo_CustomNameNidOptNative proto.InternalMessageInfo
type CustomNameNinOptNative struct {
FieldA *float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty"`
FieldB *float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty"`
FieldC *int32 `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty"`
FieldD *int64 `protobuf:"varint,4,opt,name=Field4" json:"Field4,omitempty"`
FieldE *uint32 `protobuf:"varint,5,opt,name=Field5" json:"Field5,omitempty"`
FieldF *uint64 `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
FieldG *int32 `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty"`
FieldH *int64 `protobuf:"zigzag64,8,opt,name=Field8" json:"Field8,omitempty"`
FieldI *uint32 `protobuf:"fixed32,9,opt,name=Field9" json:"Field9,omitempty"`
FieldJ *int32 `protobuf:"fixed32,10,opt,name=Field10" json:"Field10,omitempty"`
FieldK *uint64 `protobuf:"fixed64,11,opt,name=Field11" json:"Field11,omitempty"`
FielL *int64 `protobuf:"fixed64,12,opt,name=Field12" json:"Field12,omitempty"`
FieldM *bool `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
FieldN *string `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty"`
FieldO []byte `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomNameNinOptNative) Reset() { *m = CustomNameNinOptNative{} }
func (*CustomNameNinOptNative) ProtoMessage() {}
func (*CustomNameNinOptNative) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{47}
}
func (m *CustomNameNinOptNative) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *CustomNameNinOptNative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_CustomNameNinOptNative.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *CustomNameNinOptNative) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomNameNinOptNative.Merge(dst, src)
}
func (m *CustomNameNinOptNative) XXX_Size() int {
return m.Size()
}
func (m *CustomNameNinOptNative) XXX_DiscardUnknown() {
xxx_messageInfo_CustomNameNinOptNative.DiscardUnknown(m)
}
var xxx_messageInfo_CustomNameNinOptNative proto.InternalMessageInfo
type CustomNameNinRepNative struct {
FieldA []float64 `protobuf:"fixed64,1,rep,name=Field1" json:"Field1,omitempty"`
FieldB []float32 `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty"`
FieldC []int32 `protobuf:"varint,3,rep,name=Field3" json:"Field3,omitempty"`
FieldD []int64 `protobuf:"varint,4,rep,name=Field4" json:"Field4,omitempty"`
FieldE []uint32 `protobuf:"varint,5,rep,name=Field5" json:"Field5,omitempty"`
FieldF []uint64 `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty"`
FieldG []int32 `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty"`
FieldH []int64 `protobuf:"zigzag64,8,rep,name=Field8" json:"Field8,omitempty"`
FieldI []uint32 `protobuf:"fixed32,9,rep,name=Field9" json:"Field9,omitempty"`
FieldJ []int32 `protobuf:"fixed32,10,rep,name=Field10" json:"Field10,omitempty"`
FieldK []uint64 `protobuf:"fixed64,11,rep,name=Field11" json:"Field11,omitempty"`
FieldL []int64 `protobuf:"fixed64,12,rep,name=Field12" json:"Field12,omitempty"`
FieldM []bool `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty"`
FieldN []string `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty"`
FieldO [][]byte `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomNameNinRepNative) Reset() { *m = CustomNameNinRepNative{} }
func (*CustomNameNinRepNative) ProtoMessage() {}
func (*CustomNameNinRepNative) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{48}
}
func (m *CustomNameNinRepNative) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *CustomNameNinRepNative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_CustomNameNinRepNative.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *CustomNameNinRepNative) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomNameNinRepNative.Merge(dst, src)
}
func (m *CustomNameNinRepNative) XXX_Size() int {
return m.Size()
}
func (m *CustomNameNinRepNative) XXX_DiscardUnknown() {
xxx_messageInfo_CustomNameNinRepNative.DiscardUnknown(m)
}
var xxx_messageInfo_CustomNameNinRepNative proto.InternalMessageInfo
type CustomNameNinStruct struct {
FieldA *float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty"`
FieldB *float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty"`
FieldC *NidOptNative `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty"`
FieldD []*NinOptNative `protobuf:"bytes,4,rep,name=Field4" json:"Field4,omitempty"`
FieldE *uint64 `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
FieldF *int32 `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty"`
FieldG *NidOptNative `protobuf:"bytes,8,opt,name=Field8" json:"Field8,omitempty"`
FieldH *bool `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
FieldI *string `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty"`
FieldJ []byte `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomNameNinStruct) Reset() { *m = CustomNameNinStruct{} }
func (*CustomNameNinStruct) ProtoMessage() {}
func (*CustomNameNinStruct) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{49}
}
func (m *CustomNameNinStruct) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *CustomNameNinStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_CustomNameNinStruct.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *CustomNameNinStruct) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomNameNinStruct.Merge(dst, src)
}
func (m *CustomNameNinStruct) XXX_Size() int {
return m.Size()
}
func (m *CustomNameNinStruct) XXX_DiscardUnknown() {
xxx_messageInfo_CustomNameNinStruct.DiscardUnknown(m)
}
var xxx_messageInfo_CustomNameNinStruct proto.InternalMessageInfo
type CustomNameCustomType struct {
FieldA *Uuid `protobuf:"bytes,1,opt,name=Id,customtype=Uuid" json:"Id,omitempty"`
FieldB *github_com_gogo_protobuf_test_custom.Uint128 `protobuf:"bytes,2,opt,name=Value,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Value,omitempty"`
FieldC []Uuid `protobuf:"bytes,3,rep,name=Ids,customtype=Uuid" json:"Ids,omitempty"`
FieldD []github_com_gogo_protobuf_test_custom.Uint128 `protobuf:"bytes,4,rep,name=Values,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Values,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomNameCustomType) Reset() { *m = CustomNameCustomType{} }
func (*CustomNameCustomType) ProtoMessage() {}
func (*CustomNameCustomType) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{50}
}
func (m *CustomNameCustomType) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *CustomNameCustomType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_CustomNameCustomType.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *CustomNameCustomType) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomNameCustomType.Merge(dst, src)
}
func (m *CustomNameCustomType) XXX_Size() int {
return m.Size()
}
func (m *CustomNameCustomType) XXX_DiscardUnknown() {
xxx_messageInfo_CustomNameCustomType.DiscardUnknown(m)
}
var xxx_messageInfo_CustomNameCustomType proto.InternalMessageInfo
type CustomNameNinEmbeddedStructUnion struct {
*NidOptNative `protobuf:"bytes,1,opt,name=Field1,embedded=Field1" json:"Field1,omitempty"`
FieldA *NinOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200,omitempty"`
FieldB *bool `protobuf:"varint,210,opt,name=Field210" json:"Field210,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomNameNinEmbeddedStructUnion) Reset() { *m = CustomNameNinEmbeddedStructUnion{} }
func (*CustomNameNinEmbeddedStructUnion) ProtoMessage() {}
func (*CustomNameNinEmbeddedStructUnion) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{51}
}
func (m *CustomNameNinEmbeddedStructUnion) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *CustomNameNinEmbeddedStructUnion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_CustomNameNinEmbeddedStructUnion.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *CustomNameNinEmbeddedStructUnion) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomNameNinEmbeddedStructUnion.Merge(dst, src)
}
func (m *CustomNameNinEmbeddedStructUnion) XXX_Size() int {
return m.Size()
}
func (m *CustomNameNinEmbeddedStructUnion) XXX_DiscardUnknown() {
xxx_messageInfo_CustomNameNinEmbeddedStructUnion.DiscardUnknown(m)
}
var xxx_messageInfo_CustomNameNinEmbeddedStructUnion proto.InternalMessageInfo
type CustomNameEnum struct {
FieldA *TheTestEnum `protobuf:"varint,1,opt,name=Field1,enum=test.TheTestEnum" json:"Field1,omitempty"`
FieldB []TheTestEnum `protobuf:"varint,2,rep,name=Field2,enum=test.TheTestEnum" json:"Field2,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomNameEnum) Reset() { *m = CustomNameEnum{} }
func (*CustomNameEnum) ProtoMessage() {}
func (*CustomNameEnum) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{52}
}
func (m *CustomNameEnum) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *CustomNameEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_CustomNameEnum.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *CustomNameEnum) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomNameEnum.Merge(dst, src)
}
func (m *CustomNameEnum) XXX_Size() int {
return m.Size()
}
func (m *CustomNameEnum) XXX_DiscardUnknown() {
xxx_messageInfo_CustomNameEnum.DiscardUnknown(m)
}
var xxx_messageInfo_CustomNameEnum proto.InternalMessageInfo
type NoExtensionsMap struct {
Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_extensions []byte `protobuf:"bytes,0,opt" json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NoExtensionsMap) Reset() { *m = NoExtensionsMap{} }
func (*NoExtensionsMap) ProtoMessage() {}
func (*NoExtensionsMap) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{53}
}
var extRange_NoExtensionsMap = []proto.ExtensionRange{
{Start: 100, End: 199},
}
func (*NoExtensionsMap) ExtensionRangeArray() []proto.ExtensionRange {
return extRange_NoExtensionsMap
}
func (m *NoExtensionsMap) GetExtensions() *[]byte {
if m.XXX_extensions == nil {
m.XXX_extensions = make([]byte, 0)
}
return &m.XXX_extensions
}
func (m *NoExtensionsMap) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NoExtensionsMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NoExtensionsMap.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NoExtensionsMap) XXX_Merge(src proto.Message) {
xxx_messageInfo_NoExtensionsMap.Merge(dst, src)
}
func (m *NoExtensionsMap) XXX_Size() int {
return m.Size()
}
func (m *NoExtensionsMap) XXX_DiscardUnknown() {
xxx_messageInfo_NoExtensionsMap.DiscardUnknown(m)
}
var xxx_messageInfo_NoExtensionsMap proto.InternalMessageInfo
type Unrecognized struct {
Field1 *string `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Unrecognized) Reset() { *m = Unrecognized{} }
func (*Unrecognized) ProtoMessage() {}
func (*Unrecognized) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{54}
}
func (m *Unrecognized) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *Unrecognized) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_Unrecognized.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *Unrecognized) XXX_Merge(src proto.Message) {
xxx_messageInfo_Unrecognized.Merge(dst, src)
}
func (m *Unrecognized) XXX_Size() int {
return m.Size()
}
func (m *Unrecognized) XXX_DiscardUnknown() {
xxx_messageInfo_Unrecognized.DiscardUnknown(m)
}
var xxx_messageInfo_Unrecognized proto.InternalMessageInfo
type UnrecognizedWithInner struct {
Embedded []*UnrecognizedWithInner_Inner `protobuf:"bytes,1,rep,name=embedded" json:"embedded,omitempty"`
Field2 *string `protobuf:"bytes,2,opt,name=Field2" json:"Field2,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UnrecognizedWithInner) Reset() { *m = UnrecognizedWithInner{} }
func (*UnrecognizedWithInner) ProtoMessage() {}
func (*UnrecognizedWithInner) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{55}
}
func (m *UnrecognizedWithInner) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *UnrecognizedWithInner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_UnrecognizedWithInner.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *UnrecognizedWithInner) XXX_Merge(src proto.Message) {
xxx_messageInfo_UnrecognizedWithInner.Merge(dst, src)
}
func (m *UnrecognizedWithInner) XXX_Size() int {
return m.Size()
}
func (m *UnrecognizedWithInner) XXX_DiscardUnknown() {
xxx_messageInfo_UnrecognizedWithInner.DiscardUnknown(m)
}
var xxx_messageInfo_UnrecognizedWithInner proto.InternalMessageInfo
type UnrecognizedWithInner_Inner struct {
Field1 *uint32 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UnrecognizedWithInner_Inner) Reset() { *m = UnrecognizedWithInner_Inner{} }
func (*UnrecognizedWithInner_Inner) ProtoMessage() {}
func (*UnrecognizedWithInner_Inner) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{55, 0}
}
func (m *UnrecognizedWithInner_Inner) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *UnrecognizedWithInner_Inner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_UnrecognizedWithInner_Inner.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *UnrecognizedWithInner_Inner) XXX_Merge(src proto.Message) {
xxx_messageInfo_UnrecognizedWithInner_Inner.Merge(dst, src)
}
func (m *UnrecognizedWithInner_Inner) XXX_Size() int {
return m.Size()
}
func (m *UnrecognizedWithInner_Inner) XXX_DiscardUnknown() {
xxx_messageInfo_UnrecognizedWithInner_Inner.DiscardUnknown(m)
}
var xxx_messageInfo_UnrecognizedWithInner_Inner proto.InternalMessageInfo
type UnrecognizedWithEmbed struct {
UnrecognizedWithEmbed_Embedded `protobuf:"bytes,1,opt,name=embedded,embedded=embedded" json:"embedded"`
Field2 *string `protobuf:"bytes,2,opt,name=Field2" json:"Field2,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UnrecognizedWithEmbed) Reset() { *m = UnrecognizedWithEmbed{} }
func (*UnrecognizedWithEmbed) ProtoMessage() {}
func (*UnrecognizedWithEmbed) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{56}
}
func (m *UnrecognizedWithEmbed) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *UnrecognizedWithEmbed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_UnrecognizedWithEmbed.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *UnrecognizedWithEmbed) XXX_Merge(src proto.Message) {
xxx_messageInfo_UnrecognizedWithEmbed.Merge(dst, src)
}
func (m *UnrecognizedWithEmbed) XXX_Size() int {
return m.Size()
}
func (m *UnrecognizedWithEmbed) XXX_DiscardUnknown() {
xxx_messageInfo_UnrecognizedWithEmbed.DiscardUnknown(m)
}
var xxx_messageInfo_UnrecognizedWithEmbed proto.InternalMessageInfo
type UnrecognizedWithEmbed_Embedded struct {
Field1 *uint32 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UnrecognizedWithEmbed_Embedded) Reset() { *m = UnrecognizedWithEmbed_Embedded{} }
func (*UnrecognizedWithEmbed_Embedded) ProtoMessage() {}
func (*UnrecognizedWithEmbed_Embedded) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{56, 0}
}
func (m *UnrecognizedWithEmbed_Embedded) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *UnrecognizedWithEmbed_Embedded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_UnrecognizedWithEmbed_Embedded.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *UnrecognizedWithEmbed_Embedded) XXX_Merge(src proto.Message) {
xxx_messageInfo_UnrecognizedWithEmbed_Embedded.Merge(dst, src)
}
func (m *UnrecognizedWithEmbed_Embedded) XXX_Size() int {
return m.Size()
}
func (m *UnrecognizedWithEmbed_Embedded) XXX_DiscardUnknown() {
xxx_messageInfo_UnrecognizedWithEmbed_Embedded.DiscardUnknown(m)
}
var xxx_messageInfo_UnrecognizedWithEmbed_Embedded proto.InternalMessageInfo
type Node struct {
Label *string `protobuf:"bytes,1,opt,name=Label" json:"Label,omitempty"`
Children []*Node `protobuf:"bytes,2,rep,name=Children" json:"Children,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Node) Reset() { *m = Node{} }
func (*Node) ProtoMessage() {}
func (*Node) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{57}
}
func (m *Node) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_Node.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *Node) XXX_Merge(src proto.Message) {
xxx_messageInfo_Node.Merge(dst, src)
}
func (m *Node) XXX_Size() int {
return m.Size()
}
func (m *Node) XXX_DiscardUnknown() {
xxx_messageInfo_Node.DiscardUnknown(m)
}
var xxx_messageInfo_Node proto.InternalMessageInfo
type NonByteCustomType struct {
Field1 *T `protobuf:"bytes,1,opt,name=Field1,customtype=T" json:"Field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NonByteCustomType) Reset() { *m = NonByteCustomType{} }
func (*NonByteCustomType) ProtoMessage() {}
func (*NonByteCustomType) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{58}
}
func (m *NonByteCustomType) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NonByteCustomType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NonByteCustomType.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NonByteCustomType) XXX_Merge(src proto.Message) {
xxx_messageInfo_NonByteCustomType.Merge(dst, src)
}
func (m *NonByteCustomType) XXX_Size() int {
return m.Size()
}
func (m *NonByteCustomType) XXX_DiscardUnknown() {
xxx_messageInfo_NonByteCustomType.DiscardUnknown(m)
}
var xxx_messageInfo_NonByteCustomType proto.InternalMessageInfo
type NidOptNonByteCustomType struct {
Field1 T `protobuf:"bytes,1,opt,name=Field1,customtype=T" json:"Field1"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidOptNonByteCustomType) Reset() { *m = NidOptNonByteCustomType{} }
func (*NidOptNonByteCustomType) ProtoMessage() {}
func (*NidOptNonByteCustomType) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{59}
}
func (m *NidOptNonByteCustomType) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidOptNonByteCustomType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidOptNonByteCustomType.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidOptNonByteCustomType) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidOptNonByteCustomType.Merge(dst, src)
}
func (m *NidOptNonByteCustomType) XXX_Size() int {
return m.Size()
}
func (m *NidOptNonByteCustomType) XXX_DiscardUnknown() {
xxx_messageInfo_NidOptNonByteCustomType.DiscardUnknown(m)
}
var xxx_messageInfo_NidOptNonByteCustomType proto.InternalMessageInfo
type NinOptNonByteCustomType struct {
Field1 *T `protobuf:"bytes,1,opt,name=Field1,customtype=T" json:"Field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinOptNonByteCustomType) Reset() { *m = NinOptNonByteCustomType{} }
func (*NinOptNonByteCustomType) ProtoMessage() {}
func (*NinOptNonByteCustomType) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{60}
}
func (m *NinOptNonByteCustomType) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinOptNonByteCustomType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinOptNonByteCustomType.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinOptNonByteCustomType) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinOptNonByteCustomType.Merge(dst, src)
}
func (m *NinOptNonByteCustomType) XXX_Size() int {
return m.Size()
}
func (m *NinOptNonByteCustomType) XXX_DiscardUnknown() {
xxx_messageInfo_NinOptNonByteCustomType.DiscardUnknown(m)
}
var xxx_messageInfo_NinOptNonByteCustomType proto.InternalMessageInfo
type NidRepNonByteCustomType struct {
Field1 []T `protobuf:"bytes,1,rep,name=Field1,customtype=T" json:"Field1"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NidRepNonByteCustomType) Reset() { *m = NidRepNonByteCustomType{} }
func (*NidRepNonByteCustomType) ProtoMessage() {}
func (*NidRepNonByteCustomType) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{61}
}
func (m *NidRepNonByteCustomType) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NidRepNonByteCustomType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NidRepNonByteCustomType.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NidRepNonByteCustomType) XXX_Merge(src proto.Message) {
xxx_messageInfo_NidRepNonByteCustomType.Merge(dst, src)
}
func (m *NidRepNonByteCustomType) XXX_Size() int {
return m.Size()
}
func (m *NidRepNonByteCustomType) XXX_DiscardUnknown() {
xxx_messageInfo_NidRepNonByteCustomType.DiscardUnknown(m)
}
var xxx_messageInfo_NidRepNonByteCustomType proto.InternalMessageInfo
type NinRepNonByteCustomType struct {
Field1 []T `protobuf:"bytes,1,rep,name=Field1,customtype=T" json:"Field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NinRepNonByteCustomType) Reset() { *m = NinRepNonByteCustomType{} }
func (*NinRepNonByteCustomType) ProtoMessage() {}
func (*NinRepNonByteCustomType) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{62}
}
func (m *NinRepNonByteCustomType) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *NinRepNonByteCustomType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_NinRepNonByteCustomType.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *NinRepNonByteCustomType) XXX_Merge(src proto.Message) {
xxx_messageInfo_NinRepNonByteCustomType.Merge(dst, src)
}
func (m *NinRepNonByteCustomType) XXX_Size() int {
return m.Size()
}
func (m *NinRepNonByteCustomType) XXX_DiscardUnknown() {
xxx_messageInfo_NinRepNonByteCustomType.DiscardUnknown(m)
}
var xxx_messageInfo_NinRepNonByteCustomType proto.InternalMessageInfo
type ProtoType struct {
Field2 *string `protobuf:"bytes,1,opt,name=Field2" json:"Field2,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProtoType) Reset() { *m = ProtoType{} }
func (*ProtoType) ProtoMessage() {}
func (*ProtoType) Descriptor() ([]byte, []int) {
return fileDescriptor_thetest_3e4f682cb8349b83, []int{63}
}
func (m *ProtoType) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *ProtoType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_ProtoType.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalTo(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (dst *ProtoType) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProtoType.Merge(dst, src)
}
func (m *ProtoType) XXX_Size() int {
return m.Size()
}
func (m *ProtoType) XXX_DiscardUnknown() {
xxx_messageInfo_ProtoType.DiscardUnknown(m)
}
var xxx_messageInfo_ProtoType proto.InternalMessageInfo
var E_FieldA = &proto.ExtensionDesc{
ExtendedType: (*MyExtendable)(nil),
ExtensionType: (*float64)(nil),
Field: 100,
Name: "test.FieldA",
Tag: "fixed64,100,opt,name=FieldA",
Filename: "combos/both/thetest.proto",
}
var E_FieldB = &proto.ExtensionDesc{
ExtendedType: (*MyExtendable)(nil),
ExtensionType: (*NinOptNative)(nil),
Field: 101,
Name: "test.FieldB",
Tag: "bytes,101,opt,name=FieldB",
Filename: "combos/both/thetest.proto",
}
var E_FieldC = &proto.ExtensionDesc{
ExtendedType: (*MyExtendable)(nil),
ExtensionType: (*NinEmbeddedStruct)(nil),
Field: 102,
Name: "test.FieldC",
Tag: "bytes,102,opt,name=FieldC",
Filename: "combos/both/thetest.proto",
}
var E_FieldD = &proto.ExtensionDesc{
ExtendedType: (*MyExtendable)(nil),
ExtensionType: ([]int64)(nil),
Field: 104,
Name: "test.FieldD",
Tag: "varint,104,rep,name=FieldD",
Filename: "combos/both/thetest.proto",
}
var E_FieldE = &proto.ExtensionDesc{
ExtendedType: (*MyExtendable)(nil),
ExtensionType: ([]*NinOptNative)(nil),
Field: 105,
Name: "test.FieldE",
Tag: "bytes,105,rep,name=FieldE",
Filename: "combos/both/thetest.proto",
}
var E_FieldA1 = &proto.ExtensionDesc{
ExtendedType: (*NoExtensionsMap)(nil),
ExtensionType: (*float64)(nil),
Field: 100,
Name: "test.FieldA1",
Tag: "fixed64,100,opt,name=FieldA1",
Filename: "combos/both/thetest.proto",
}
var E_FieldB1 = &proto.ExtensionDesc{
ExtendedType: (*NoExtensionsMap)(nil),
ExtensionType: (*NinOptNative)(nil),
Field: 101,
Name: "test.FieldB1",
Tag: "bytes,101,opt,name=FieldB1",
Filename: "combos/both/thetest.proto",
}
var E_FieldC1 = &proto.ExtensionDesc{
ExtendedType: (*NoExtensionsMap)(nil),
ExtensionType: (*NinEmbeddedStruct)(nil),
Field: 102,
Name: "test.FieldC1",
Tag: "bytes,102,opt,name=FieldC1",
Filename: "combos/both/thetest.proto",
}
func init() {
proto.RegisterType((*NidOptNative)(nil), "test.NidOptNative")
proto.RegisterType((*NinOptNative)(nil), "test.NinOptNative")
proto.RegisterType((*NidRepNative)(nil), "test.NidRepNative")
proto.RegisterType((*NinRepNative)(nil), "test.NinRepNative")
proto.RegisterType((*NidRepPackedNative)(nil), "test.NidRepPackedNative")
proto.RegisterType((*NinRepPackedNative)(nil), "test.NinRepPackedNative")
proto.RegisterType((*NidOptStruct)(nil), "test.NidOptStruct")
proto.RegisterType((*NinOptStruct)(nil), "test.NinOptStruct")
proto.RegisterType((*NidRepStruct)(nil), "test.NidRepStruct")
proto.RegisterType((*NinRepStruct)(nil), "test.NinRepStruct")
proto.RegisterType((*NidEmbeddedStruct)(nil), "test.NidEmbeddedStruct")
proto.RegisterType((*NinEmbeddedStruct)(nil), "test.NinEmbeddedStruct")
proto.RegisterType((*NidNestedStruct)(nil), "test.NidNestedStruct")
proto.RegisterType((*NinNestedStruct)(nil), "test.NinNestedStruct")
proto.RegisterType((*NidOptCustom)(nil), "test.NidOptCustom")
proto.RegisterType((*CustomDash)(nil), "test.CustomDash")
proto.RegisterType((*NinOptCustom)(nil), "test.NinOptCustom")
proto.RegisterType((*NidRepCustom)(nil), "test.NidRepCustom")
proto.RegisterType((*NinRepCustom)(nil), "test.NinRepCustom")
proto.RegisterType((*NinOptNativeUnion)(nil), "test.NinOptNativeUnion")
proto.RegisterType((*NinOptStructUnion)(nil), "test.NinOptStructUnion")
proto.RegisterType((*NinEmbeddedStructUnion)(nil), "test.NinEmbeddedStructUnion")
proto.RegisterType((*NinNestedStructUnion)(nil), "test.NinNestedStructUnion")
proto.RegisterType((*Tree)(nil), "test.Tree")
proto.RegisterType((*OrBranch)(nil), "test.OrBranch")
proto.RegisterType((*AndBranch)(nil), "test.AndBranch")
proto.RegisterType((*Leaf)(nil), "test.Leaf")
proto.RegisterType((*DeepTree)(nil), "test.DeepTree")
proto.RegisterType((*ADeepBranch)(nil), "test.ADeepBranch")
proto.RegisterType((*AndDeepBranch)(nil), "test.AndDeepBranch")
proto.RegisterType((*DeepLeaf)(nil), "test.DeepLeaf")
proto.RegisterType((*Nil)(nil), "test.Nil")
proto.RegisterType((*NidOptEnum)(nil), "test.NidOptEnum")
proto.RegisterType((*NinOptEnum)(nil), "test.NinOptEnum")
proto.RegisterType((*NidRepEnum)(nil), "test.NidRepEnum")
proto.RegisterType((*NinRepEnum)(nil), "test.NinRepEnum")
proto.RegisterType((*NinOptEnumDefault)(nil), "test.NinOptEnumDefault")
proto.RegisterType((*AnotherNinOptEnum)(nil), "test.AnotherNinOptEnum")
proto.RegisterType((*AnotherNinOptEnumDefault)(nil), "test.AnotherNinOptEnumDefault")
proto.RegisterType((*Timer)(nil), "test.Timer")
proto.RegisterType((*MyExtendable)(nil), "test.MyExtendable")
proto.RegisterType((*OtherExtenable)(nil), "test.OtherExtenable")
proto.RegisterType((*NestedDefinition)(nil), "test.NestedDefinition")
proto.RegisterType((*NestedDefinition_NestedMessage)(nil), "test.NestedDefinition.NestedMessage")
proto.RegisterType((*NestedDefinition_NestedMessage_NestedNestedMsg)(nil), "test.NestedDefinition.NestedMessage.NestedNestedMsg")
proto.RegisterType((*NestedScope)(nil), "test.NestedScope")
proto.RegisterType((*NinOptNativeDefault)(nil), "test.NinOptNativeDefault")
proto.RegisterType((*CustomContainer)(nil), "test.CustomContainer")
proto.RegisterType((*CustomNameNidOptNative)(nil), "test.CustomNameNidOptNative")
proto.RegisterType((*CustomNameNinOptNative)(nil), "test.CustomNameNinOptNative")
proto.RegisterType((*CustomNameNinRepNative)(nil), "test.CustomNameNinRepNative")
proto.RegisterType((*CustomNameNinStruct)(nil), "test.CustomNameNinStruct")
proto.RegisterType((*CustomNameCustomType)(nil), "test.CustomNameCustomType")
proto.RegisterType((*CustomNameNinEmbeddedStructUnion)(nil), "test.CustomNameNinEmbeddedStructUnion")
proto.RegisterType((*CustomNameEnum)(nil), "test.CustomNameEnum")
proto.RegisterType((*NoExtensionsMap)(nil), "test.NoExtensionsMap")
proto.RegisterType((*Unrecognized)(nil), "test.Unrecognized")
proto.RegisterType((*UnrecognizedWithInner)(nil), "test.UnrecognizedWithInner")
proto.RegisterType((*UnrecognizedWithInner_Inner)(nil), "test.UnrecognizedWithInner.Inner")
proto.RegisterType((*UnrecognizedWithEmbed)(nil), "test.UnrecognizedWithEmbed")
proto.RegisterType((*UnrecognizedWithEmbed_Embedded)(nil), "test.UnrecognizedWithEmbed.Embedded")
proto.RegisterType((*Node)(nil), "test.Node")
proto.RegisterType((*NonByteCustomType)(nil), "test.NonByteCustomType")
proto.RegisterType((*NidOptNonByteCustomType)(nil), "test.NidOptNonByteCustomType")
proto.RegisterType((*NinOptNonByteCustomType)(nil), "test.NinOptNonByteCustomType")
proto.RegisterType((*NidRepNonByteCustomType)(nil), "test.NidRepNonByteCustomType")
proto.RegisterType((*NinRepNonByteCustomType)(nil), "test.NinRepNonByteCustomType")
proto.RegisterType((*ProtoType)(nil), "test.ProtoType")
proto.RegisterEnum("test.TheTestEnum", TheTestEnum_name, TheTestEnum_value)
proto.RegisterEnum("test.AnotherTestEnum", AnotherTestEnum_name, AnotherTestEnum_value)
proto.RegisterEnum("test.YetAnotherTestEnum", YetAnotherTestEnum_name, YetAnotherTestEnum_value)
proto.RegisterEnum("test.YetYetAnotherTestEnum", YetYetAnotherTestEnum_name, YetYetAnotherTestEnum_value)
proto.RegisterEnum("test.NestedDefinition_NestedEnum", NestedDefinition_NestedEnum_name, NestedDefinition_NestedEnum_value)
proto.RegisterExtension(E_FieldA)
proto.RegisterExtension(E_FieldB)
proto.RegisterExtension(E_FieldC)
proto.RegisterExtension(E_FieldD)
proto.RegisterExtension(E_FieldE)
proto.RegisterExtension(E_FieldA1)
proto.RegisterExtension(E_FieldB1)
proto.RegisterExtension(E_FieldC1)
}
func (this *NidOptNative) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidOptNative)
if !ok {
that2, ok := that.(NidOptNative)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != that1.Field1 {
if this.Field1 < that1.Field1 {
return -1
}
return 1
}
if this.Field2 != that1.Field2 {
if this.Field2 < that1.Field2 {
return -1
}
return 1
}
if this.Field3 != that1.Field3 {
if this.Field3 < that1.Field3 {
return -1
}
return 1
}
if this.Field4 != that1.Field4 {
if this.Field4 < that1.Field4 {
return -1
}
return 1
}
if this.Field5 != that1.Field5 {
if this.Field5 < that1.Field5 {
return -1
}
return 1
}
if this.Field6 != that1.Field6 {
if this.Field6 < that1.Field6 {
return -1
}
return 1
}
if this.Field7 != that1.Field7 {
if this.Field7 < that1.Field7 {
return -1
}
return 1
}
if this.Field8 != that1.Field8 {
if this.Field8 < that1.Field8 {
return -1
}
return 1
}
if this.Field9 != that1.Field9 {
if this.Field9 < that1.Field9 {
return -1
}
return 1
}
if this.Field10 != that1.Field10 {
if this.Field10 < that1.Field10 {
return -1
}
return 1
}
if this.Field11 != that1.Field11 {
if this.Field11 < that1.Field11 {
return -1
}
return 1
}
if this.Field12 != that1.Field12 {
if this.Field12 < that1.Field12 {
return -1
}
return 1
}
if this.Field13 != that1.Field13 {
if !this.Field13 {
return -1
}
return 1
}
if this.Field14 != that1.Field14 {
if this.Field14 < that1.Field14 {
return -1
}
return 1
}
if c := bytes.Compare(this.Field15, that1.Field15); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinOptNative) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinOptNative)
if !ok {
that2, ok := that.(NinOptNative)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if this.Field3 != nil && that1.Field3 != nil {
if *this.Field3 != *that1.Field3 {
if *this.Field3 < *that1.Field3 {
return -1
}
return 1
}
} else if this.Field3 != nil {
return 1
} else if that1.Field3 != nil {
return -1
}
if this.Field4 != nil && that1.Field4 != nil {
if *this.Field4 != *that1.Field4 {
if *this.Field4 < *that1.Field4 {
return -1
}
return 1
}
} else if this.Field4 != nil {
return 1
} else if that1.Field4 != nil {
return -1
}
if this.Field5 != nil && that1.Field5 != nil {
if *this.Field5 != *that1.Field5 {
if *this.Field5 < *that1.Field5 {
return -1
}
return 1
}
} else if this.Field5 != nil {
return 1
} else if that1.Field5 != nil {
return -1
}
if this.Field6 != nil && that1.Field6 != nil {
if *this.Field6 != *that1.Field6 {
if *this.Field6 < *that1.Field6 {
return -1
}
return 1
}
} else if this.Field6 != nil {
return 1
} else if that1.Field6 != nil {
return -1
}
if this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
if *this.Field7 < *that1.Field7 {
return -1
}
return 1
}
} else if this.Field7 != nil {
return 1
} else if that1.Field7 != nil {
return -1
}
if this.Field8 != nil && that1.Field8 != nil {
if *this.Field8 != *that1.Field8 {
if *this.Field8 < *that1.Field8 {
return -1
}
return 1
}
} else if this.Field8 != nil {
return 1
} else if that1.Field8 != nil {
return -1
}
if this.Field9 != nil && that1.Field9 != nil {
if *this.Field9 != *that1.Field9 {
if *this.Field9 < *that1.Field9 {
return -1
}
return 1
}
} else if this.Field9 != nil {
return 1
} else if that1.Field9 != nil {
return -1
}
if this.Field10 != nil && that1.Field10 != nil {
if *this.Field10 != *that1.Field10 {
if *this.Field10 < *that1.Field10 {
return -1
}
return 1
}
} else if this.Field10 != nil {
return 1
} else if that1.Field10 != nil {
return -1
}
if this.Field11 != nil && that1.Field11 != nil {
if *this.Field11 != *that1.Field11 {
if *this.Field11 < *that1.Field11 {
return -1
}
return 1
}
} else if this.Field11 != nil {
return 1
} else if that1.Field11 != nil {
return -1
}
if this.Field12 != nil && that1.Field12 != nil {
if *this.Field12 != *that1.Field12 {
if *this.Field12 < *that1.Field12 {
return -1
}
return 1
}
} else if this.Field12 != nil {
return 1
} else if that1.Field12 != nil {
return -1
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
if !*this.Field13 {
return -1
}
return 1
}
} else if this.Field13 != nil {
return 1
} else if that1.Field13 != nil {
return -1
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
if *this.Field14 < *that1.Field14 {
return -1
}
return 1
}
} else if this.Field14 != nil {
return 1
} else if that1.Field14 != nil {
return -1
}
if c := bytes.Compare(this.Field15, that1.Field15); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidRepNative) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidRepNative)
if !ok {
that2, ok := that.(NidRepNative)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Field1) != len(that1.Field1) {
if len(this.Field1) < len(that1.Field1) {
return -1
}
return 1
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
if this.Field1[i] < that1.Field1[i] {
return -1
}
return 1
}
}
if len(this.Field2) != len(that1.Field2) {
if len(this.Field2) < len(that1.Field2) {
return -1
}
return 1
}
for i := range this.Field2 {
if this.Field2[i] != that1.Field2[i] {
if this.Field2[i] < that1.Field2[i] {
return -1
}
return 1
}
}
if len(this.Field3) != len(that1.Field3) {
if len(this.Field3) < len(that1.Field3) {
return -1
}
return 1
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
if this.Field3[i] < that1.Field3[i] {
return -1
}
return 1
}
}
if len(this.Field4) != len(that1.Field4) {
if len(this.Field4) < len(that1.Field4) {
return -1
}
return 1
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
if this.Field4[i] < that1.Field4[i] {
return -1
}
return 1
}
}
if len(this.Field5) != len(that1.Field5) {
if len(this.Field5) < len(that1.Field5) {
return -1
}
return 1
}
for i := range this.Field5 {
if this.Field5[i] != that1.Field5[i] {
if this.Field5[i] < that1.Field5[i] {
return -1
}
return 1
}
}
if len(this.Field6) != len(that1.Field6) {
if len(this.Field6) < len(that1.Field6) {
return -1
}
return 1
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
if this.Field6[i] < that1.Field6[i] {
return -1
}
return 1
}
}
if len(this.Field7) != len(that1.Field7) {
if len(this.Field7) < len(that1.Field7) {
return -1
}
return 1
}
for i := range this.Field7 {
if this.Field7[i] != that1.Field7[i] {
if this.Field7[i] < that1.Field7[i] {
return -1
}
return 1
}
}
if len(this.Field8) != len(that1.Field8) {
if len(this.Field8) < len(that1.Field8) {
return -1
}
return 1
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
if this.Field8[i] < that1.Field8[i] {
return -1
}
return 1
}
}
if len(this.Field9) != len(that1.Field9) {
if len(this.Field9) < len(that1.Field9) {
return -1
}
return 1
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
if this.Field9[i] < that1.Field9[i] {
return -1
}
return 1
}
}
if len(this.Field10) != len(that1.Field10) {
if len(this.Field10) < len(that1.Field10) {
return -1
}
return 1
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
if this.Field10[i] < that1.Field10[i] {
return -1
}
return 1
}
}
if len(this.Field11) != len(that1.Field11) {
if len(this.Field11) < len(that1.Field11) {
return -1
}
return 1
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
if this.Field11[i] < that1.Field11[i] {
return -1
}
return 1
}
}
if len(this.Field12) != len(that1.Field12) {
if len(this.Field12) < len(that1.Field12) {
return -1
}
return 1
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
if this.Field12[i] < that1.Field12[i] {
return -1
}
return 1
}
}
if len(this.Field13) != len(that1.Field13) {
if len(this.Field13) < len(that1.Field13) {
return -1
}
return 1
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
if !this.Field13[i] {
return -1
}
return 1
}
}
if len(this.Field14) != len(that1.Field14) {
if len(this.Field14) < len(that1.Field14) {
return -1
}
return 1
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
if this.Field14[i] < that1.Field14[i] {
return -1
}
return 1
}
}
if len(this.Field15) != len(that1.Field15) {
if len(this.Field15) < len(that1.Field15) {
return -1
}
return 1
}
for i := range this.Field15 {
if c := bytes.Compare(this.Field15[i], that1.Field15[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinRepNative) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinRepNative)
if !ok {
that2, ok := that.(NinRepNative)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Field1) != len(that1.Field1) {
if len(this.Field1) < len(that1.Field1) {
return -1
}
return 1
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
if this.Field1[i] < that1.Field1[i] {
return -1
}
return 1
}
}
if len(this.Field2) != len(that1.Field2) {
if len(this.Field2) < len(that1.Field2) {
return -1
}
return 1
}
for i := range this.Field2 {
if this.Field2[i] != that1.Field2[i] {
if this.Field2[i] < that1.Field2[i] {
return -1
}
return 1
}
}
if len(this.Field3) != len(that1.Field3) {
if len(this.Field3) < len(that1.Field3) {
return -1
}
return 1
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
if this.Field3[i] < that1.Field3[i] {
return -1
}
return 1
}
}
if len(this.Field4) != len(that1.Field4) {
if len(this.Field4) < len(that1.Field4) {
return -1
}
return 1
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
if this.Field4[i] < that1.Field4[i] {
return -1
}
return 1
}
}
if len(this.Field5) != len(that1.Field5) {
if len(this.Field5) < len(that1.Field5) {
return -1
}
return 1
}
for i := range this.Field5 {
if this.Field5[i] != that1.Field5[i] {
if this.Field5[i] < that1.Field5[i] {
return -1
}
return 1
}
}
if len(this.Field6) != len(that1.Field6) {
if len(this.Field6) < len(that1.Field6) {
return -1
}
return 1
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
if this.Field6[i] < that1.Field6[i] {
return -1
}
return 1
}
}
if len(this.Field7) != len(that1.Field7) {
if len(this.Field7) < len(that1.Field7) {
return -1
}
return 1
}
for i := range this.Field7 {
if this.Field7[i] != that1.Field7[i] {
if this.Field7[i] < that1.Field7[i] {
return -1
}
return 1
}
}
if len(this.Field8) != len(that1.Field8) {
if len(this.Field8) < len(that1.Field8) {
return -1
}
return 1
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
if this.Field8[i] < that1.Field8[i] {
return -1
}
return 1
}
}
if len(this.Field9) != len(that1.Field9) {
if len(this.Field9) < len(that1.Field9) {
return -1
}
return 1
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
if this.Field9[i] < that1.Field9[i] {
return -1
}
return 1
}
}
if len(this.Field10) != len(that1.Field10) {
if len(this.Field10) < len(that1.Field10) {
return -1
}
return 1
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
if this.Field10[i] < that1.Field10[i] {
return -1
}
return 1
}
}
if len(this.Field11) != len(that1.Field11) {
if len(this.Field11) < len(that1.Field11) {
return -1
}
return 1
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
if this.Field11[i] < that1.Field11[i] {
return -1
}
return 1
}
}
if len(this.Field12) != len(that1.Field12) {
if len(this.Field12) < len(that1.Field12) {
return -1
}
return 1
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
if this.Field12[i] < that1.Field12[i] {
return -1
}
return 1
}
}
if len(this.Field13) != len(that1.Field13) {
if len(this.Field13) < len(that1.Field13) {
return -1
}
return 1
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
if !this.Field13[i] {
return -1
}
return 1
}
}
if len(this.Field14) != len(that1.Field14) {
if len(this.Field14) < len(that1.Field14) {
return -1
}
return 1
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
if this.Field14[i] < that1.Field14[i] {
return -1
}
return 1
}
}
if len(this.Field15) != len(that1.Field15) {
if len(this.Field15) < len(that1.Field15) {
return -1
}
return 1
}
for i := range this.Field15 {
if c := bytes.Compare(this.Field15[i], that1.Field15[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidRepPackedNative) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidRepPackedNative)
if !ok {
that2, ok := that.(NidRepPackedNative)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Field1) != len(that1.Field1) {
if len(this.Field1) < len(that1.Field1) {
return -1
}
return 1
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
if this.Field1[i] < that1.Field1[i] {
return -1
}
return 1
}
}
if len(this.Field2) != len(that1.Field2) {
if len(this.Field2) < len(that1.Field2) {
return -1
}
return 1
}
for i := range this.Field2 {
if this.Field2[i] != that1.Field2[i] {
if this.Field2[i] < that1.Field2[i] {
return -1
}
return 1
}
}
if len(this.Field3) != len(that1.Field3) {
if len(this.Field3) < len(that1.Field3) {
return -1
}
return 1
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
if this.Field3[i] < that1.Field3[i] {
return -1
}
return 1
}
}
if len(this.Field4) != len(that1.Field4) {
if len(this.Field4) < len(that1.Field4) {
return -1
}
return 1
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
if this.Field4[i] < that1.Field4[i] {
return -1
}
return 1
}
}
if len(this.Field5) != len(that1.Field5) {
if len(this.Field5) < len(that1.Field5) {
return -1
}
return 1
}
for i := range this.Field5 {
if this.Field5[i] != that1.Field5[i] {
if this.Field5[i] < that1.Field5[i] {
return -1
}
return 1
}
}
if len(this.Field6) != len(that1.Field6) {
if len(this.Field6) < len(that1.Field6) {
return -1
}
return 1
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
if this.Field6[i] < that1.Field6[i] {
return -1
}
return 1
}
}
if len(this.Field7) != len(that1.Field7) {
if len(this.Field7) < len(that1.Field7) {
return -1
}
return 1
}
for i := range this.Field7 {
if this.Field7[i] != that1.Field7[i] {
if this.Field7[i] < that1.Field7[i] {
return -1
}
return 1
}
}
if len(this.Field8) != len(that1.Field8) {
if len(this.Field8) < len(that1.Field8) {
return -1
}
return 1
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
if this.Field8[i] < that1.Field8[i] {
return -1
}
return 1
}
}
if len(this.Field9) != len(that1.Field9) {
if len(this.Field9) < len(that1.Field9) {
return -1
}
return 1
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
if this.Field9[i] < that1.Field9[i] {
return -1
}
return 1
}
}
if len(this.Field10) != len(that1.Field10) {
if len(this.Field10) < len(that1.Field10) {
return -1
}
return 1
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
if this.Field10[i] < that1.Field10[i] {
return -1
}
return 1
}
}
if len(this.Field11) != len(that1.Field11) {
if len(this.Field11) < len(that1.Field11) {
return -1
}
return 1
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
if this.Field11[i] < that1.Field11[i] {
return -1
}
return 1
}
}
if len(this.Field12) != len(that1.Field12) {
if len(this.Field12) < len(that1.Field12) {
return -1
}
return 1
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
if this.Field12[i] < that1.Field12[i] {
return -1
}
return 1
}
}
if len(this.Field13) != len(that1.Field13) {
if len(this.Field13) < len(that1.Field13) {
return -1
}
return 1
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
if !this.Field13[i] {
return -1
}
return 1
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinRepPackedNative) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinRepPackedNative)
if !ok {
that2, ok := that.(NinRepPackedNative)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Field1) != len(that1.Field1) {
if len(this.Field1) < len(that1.Field1) {
return -1
}
return 1
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
if this.Field1[i] < that1.Field1[i] {
return -1
}
return 1
}
}
if len(this.Field2) != len(that1.Field2) {
if len(this.Field2) < len(that1.Field2) {
return -1
}
return 1
}
for i := range this.Field2 {
if this.Field2[i] != that1.Field2[i] {
if this.Field2[i] < that1.Field2[i] {
return -1
}
return 1
}
}
if len(this.Field3) != len(that1.Field3) {
if len(this.Field3) < len(that1.Field3) {
return -1
}
return 1
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
if this.Field3[i] < that1.Field3[i] {
return -1
}
return 1
}
}
if len(this.Field4) != len(that1.Field4) {
if len(this.Field4) < len(that1.Field4) {
return -1
}
return 1
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
if this.Field4[i] < that1.Field4[i] {
return -1
}
return 1
}
}
if len(this.Field5) != len(that1.Field5) {
if len(this.Field5) < len(that1.Field5) {
return -1
}
return 1
}
for i := range this.Field5 {
if this.Field5[i] != that1.Field5[i] {
if this.Field5[i] < that1.Field5[i] {
return -1
}
return 1
}
}
if len(this.Field6) != len(that1.Field6) {
if len(this.Field6) < len(that1.Field6) {
return -1
}
return 1
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
if this.Field6[i] < that1.Field6[i] {
return -1
}
return 1
}
}
if len(this.Field7) != len(that1.Field7) {
if len(this.Field7) < len(that1.Field7) {
return -1
}
return 1
}
for i := range this.Field7 {
if this.Field7[i] != that1.Field7[i] {
if this.Field7[i] < that1.Field7[i] {
return -1
}
return 1
}
}
if len(this.Field8) != len(that1.Field8) {
if len(this.Field8) < len(that1.Field8) {
return -1
}
return 1
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
if this.Field8[i] < that1.Field8[i] {
return -1
}
return 1
}
}
if len(this.Field9) != len(that1.Field9) {
if len(this.Field9) < len(that1.Field9) {
return -1
}
return 1
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
if this.Field9[i] < that1.Field9[i] {
return -1
}
return 1
}
}
if len(this.Field10) != len(that1.Field10) {
if len(this.Field10) < len(that1.Field10) {
return -1
}
return 1
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
if this.Field10[i] < that1.Field10[i] {
return -1
}
return 1
}
}
if len(this.Field11) != len(that1.Field11) {
if len(this.Field11) < len(that1.Field11) {
return -1
}
return 1
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
if this.Field11[i] < that1.Field11[i] {
return -1
}
return 1
}
}
if len(this.Field12) != len(that1.Field12) {
if len(this.Field12) < len(that1.Field12) {
return -1
}
return 1
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
if this.Field12[i] < that1.Field12[i] {
return -1
}
return 1
}
}
if len(this.Field13) != len(that1.Field13) {
if len(this.Field13) < len(that1.Field13) {
return -1
}
return 1
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
if !this.Field13[i] {
return -1
}
return 1
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidOptStruct) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidOptStruct)
if !ok {
that2, ok := that.(NidOptStruct)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != that1.Field1 {
if this.Field1 < that1.Field1 {
return -1
}
return 1
}
if this.Field2 != that1.Field2 {
if this.Field2 < that1.Field2 {
return -1
}
return 1
}
if c := this.Field3.Compare(&that1.Field3); c != 0 {
return c
}
if c := this.Field4.Compare(&that1.Field4); c != 0 {
return c
}
if this.Field6 != that1.Field6 {
if this.Field6 < that1.Field6 {
return -1
}
return 1
}
if this.Field7 != that1.Field7 {
if this.Field7 < that1.Field7 {
return -1
}
return 1
}
if c := this.Field8.Compare(&that1.Field8); c != 0 {
return c
}
if this.Field13 != that1.Field13 {
if !this.Field13 {
return -1
}
return 1
}
if this.Field14 != that1.Field14 {
if this.Field14 < that1.Field14 {
return -1
}
return 1
}
if c := bytes.Compare(this.Field15, that1.Field15); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinOptStruct) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinOptStruct)
if !ok {
that2, ok := that.(NinOptStruct)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if c := this.Field3.Compare(that1.Field3); c != 0 {
return c
}
if c := this.Field4.Compare(that1.Field4); c != 0 {
return c
}
if this.Field6 != nil && that1.Field6 != nil {
if *this.Field6 != *that1.Field6 {
if *this.Field6 < *that1.Field6 {
return -1
}
return 1
}
} else if this.Field6 != nil {
return 1
} else if that1.Field6 != nil {
return -1
}
if this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
if *this.Field7 < *that1.Field7 {
return -1
}
return 1
}
} else if this.Field7 != nil {
return 1
} else if that1.Field7 != nil {
return -1
}
if c := this.Field8.Compare(that1.Field8); c != 0 {
return c
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
if !*this.Field13 {
return -1
}
return 1
}
} else if this.Field13 != nil {
return 1
} else if that1.Field13 != nil {
return -1
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
if *this.Field14 < *that1.Field14 {
return -1
}
return 1
}
} else if this.Field14 != nil {
return 1
} else if that1.Field14 != nil {
return -1
}
if c := bytes.Compare(this.Field15, that1.Field15); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidRepStruct) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidRepStruct)
if !ok {
that2, ok := that.(NidRepStruct)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Field1) != len(that1.Field1) {
if len(this.Field1) < len(that1.Field1) {
return -1
}
return 1
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
if this.Field1[i] < that1.Field1[i] {
return -1
}
return 1
}
}
if len(this.Field2) != len(that1.Field2) {
if len(this.Field2) < len(that1.Field2) {
return -1
}
return 1
}
for i := range this.Field2 {
if this.Field2[i] != that1.Field2[i] {
if this.Field2[i] < that1.Field2[i] {
return -1
}
return 1
}
}
if len(this.Field3) != len(that1.Field3) {
if len(this.Field3) < len(that1.Field3) {
return -1
}
return 1
}
for i := range this.Field3 {
if c := this.Field3[i].Compare(&that1.Field3[i]); c != 0 {
return c
}
}
if len(this.Field4) != len(that1.Field4) {
if len(this.Field4) < len(that1.Field4) {
return -1
}
return 1
}
for i := range this.Field4 {
if c := this.Field4[i].Compare(&that1.Field4[i]); c != 0 {
return c
}
}
if len(this.Field6) != len(that1.Field6) {
if len(this.Field6) < len(that1.Field6) {
return -1
}
return 1
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
if this.Field6[i] < that1.Field6[i] {
return -1
}
return 1
}
}
if len(this.Field7) != len(that1.Field7) {
if len(this.Field7) < len(that1.Field7) {
return -1
}
return 1
}
for i := range this.Field7 {
if this.Field7[i] != that1.Field7[i] {
if this.Field7[i] < that1.Field7[i] {
return -1
}
return 1
}
}
if len(this.Field8) != len(that1.Field8) {
if len(this.Field8) < len(that1.Field8) {
return -1
}
return 1
}
for i := range this.Field8 {
if c := this.Field8[i].Compare(&that1.Field8[i]); c != 0 {
return c
}
}
if len(this.Field13) != len(that1.Field13) {
if len(this.Field13) < len(that1.Field13) {
return -1
}
return 1
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
if !this.Field13[i] {
return -1
}
return 1
}
}
if len(this.Field14) != len(that1.Field14) {
if len(this.Field14) < len(that1.Field14) {
return -1
}
return 1
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
if this.Field14[i] < that1.Field14[i] {
return -1
}
return 1
}
}
if len(this.Field15) != len(that1.Field15) {
if len(this.Field15) < len(that1.Field15) {
return -1
}
return 1
}
for i := range this.Field15 {
if c := bytes.Compare(this.Field15[i], that1.Field15[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinRepStruct) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinRepStruct)
if !ok {
that2, ok := that.(NinRepStruct)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Field1) != len(that1.Field1) {
if len(this.Field1) < len(that1.Field1) {
return -1
}
return 1
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
if this.Field1[i] < that1.Field1[i] {
return -1
}
return 1
}
}
if len(this.Field2) != len(that1.Field2) {
if len(this.Field2) < len(that1.Field2) {
return -1
}
return 1
}
for i := range this.Field2 {
if this.Field2[i] != that1.Field2[i] {
if this.Field2[i] < that1.Field2[i] {
return -1
}
return 1
}
}
if len(this.Field3) != len(that1.Field3) {
if len(this.Field3) < len(that1.Field3) {
return -1
}
return 1
}
for i := range this.Field3 {
if c := this.Field3[i].Compare(that1.Field3[i]); c != 0 {
return c
}
}
if len(this.Field4) != len(that1.Field4) {
if len(this.Field4) < len(that1.Field4) {
return -1
}
return 1
}
for i := range this.Field4 {
if c := this.Field4[i].Compare(that1.Field4[i]); c != 0 {
return c
}
}
if len(this.Field6) != len(that1.Field6) {
if len(this.Field6) < len(that1.Field6) {
return -1
}
return 1
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
if this.Field6[i] < that1.Field6[i] {
return -1
}
return 1
}
}
if len(this.Field7) != len(that1.Field7) {
if len(this.Field7) < len(that1.Field7) {
return -1
}
return 1
}
for i := range this.Field7 {
if this.Field7[i] != that1.Field7[i] {
if this.Field7[i] < that1.Field7[i] {
return -1
}
return 1
}
}
if len(this.Field8) != len(that1.Field8) {
if len(this.Field8) < len(that1.Field8) {
return -1
}
return 1
}
for i := range this.Field8 {
if c := this.Field8[i].Compare(that1.Field8[i]); c != 0 {
return c
}
}
if len(this.Field13) != len(that1.Field13) {
if len(this.Field13) < len(that1.Field13) {
return -1
}
return 1
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
if !this.Field13[i] {
return -1
}
return 1
}
}
if len(this.Field14) != len(that1.Field14) {
if len(this.Field14) < len(that1.Field14) {
return -1
}
return 1
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
if this.Field14[i] < that1.Field14[i] {
return -1
}
return 1
}
}
if len(this.Field15) != len(that1.Field15) {
if len(this.Field15) < len(that1.Field15) {
return -1
}
return 1
}
for i := range this.Field15 {
if c := bytes.Compare(this.Field15[i], that1.Field15[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidEmbeddedStruct) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidEmbeddedStruct)
if !ok {
that2, ok := that.(NidEmbeddedStruct)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.NidOptNative.Compare(that1.NidOptNative); c != 0 {
return c
}
if c := this.Field200.Compare(&that1.Field200); c != 0 {
return c
}
if this.Field210 != that1.Field210 {
if !this.Field210 {
return -1
}
return 1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinEmbeddedStruct) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinEmbeddedStruct)
if !ok {
that2, ok := that.(NinEmbeddedStruct)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.NidOptNative.Compare(that1.NidOptNative); c != 0 {
return c
}
if c := this.Field200.Compare(that1.Field200); c != 0 {
return c
}
if this.Field210 != nil && that1.Field210 != nil {
if *this.Field210 != *that1.Field210 {
if !*this.Field210 {
return -1
}
return 1
}
} else if this.Field210 != nil {
return 1
} else if that1.Field210 != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidNestedStruct) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidNestedStruct)
if !ok {
that2, ok := that.(NidNestedStruct)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Field1.Compare(&that1.Field1); c != 0 {
return c
}
if len(this.Field2) != len(that1.Field2) {
if len(this.Field2) < len(that1.Field2) {
return -1
}
return 1
}
for i := range this.Field2 {
if c := this.Field2[i].Compare(&that1.Field2[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinNestedStruct) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinNestedStruct)
if !ok {
that2, ok := that.(NinNestedStruct)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Field1.Compare(that1.Field1); c != 0 {
return c
}
if len(this.Field2) != len(that1.Field2) {
if len(this.Field2) < len(that1.Field2) {
return -1
}
return 1
}
for i := range this.Field2 {
if c := this.Field2[i].Compare(that1.Field2[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidOptCustom) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidOptCustom)
if !ok {
that2, ok := that.(NidOptCustom)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Id.Compare(that1.Id); c != 0 {
return c
}
if c := this.Value.Compare(that1.Value); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *CustomDash) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*CustomDash)
if !ok {
that2, ok := that.(CustomDash)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if that1.Value == nil {
if this.Value != nil {
return 1
}
} else if this.Value == nil {
return -1
} else if c := this.Value.Compare(*that1.Value); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinOptCustom) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinOptCustom)
if !ok {
that2, ok := that.(NinOptCustom)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if that1.Id == nil {
if this.Id != nil {
return 1
}
} else if this.Id == nil {
return -1
} else if c := this.Id.Compare(*that1.Id); c != 0 {
return c
}
if that1.Value == nil {
if this.Value != nil {
return 1
}
} else if this.Value == nil {
return -1
} else if c := this.Value.Compare(*that1.Value); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidRepCustom) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidRepCustom)
if !ok {
that2, ok := that.(NidRepCustom)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Id) != len(that1.Id) {
if len(this.Id) < len(that1.Id) {
return -1
}
return 1
}
for i := range this.Id {
if c := this.Id[i].Compare(that1.Id[i]); c != 0 {
return c
}
}
if len(this.Value) != len(that1.Value) {
if len(this.Value) < len(that1.Value) {
return -1
}
return 1
}
for i := range this.Value {
if c := this.Value[i].Compare(that1.Value[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinRepCustom) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinRepCustom)
if !ok {
that2, ok := that.(NinRepCustom)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Id) != len(that1.Id) {
if len(this.Id) < len(that1.Id) {
return -1
}
return 1
}
for i := range this.Id {
if c := this.Id[i].Compare(that1.Id[i]); c != 0 {
return c
}
}
if len(this.Value) != len(that1.Value) {
if len(this.Value) < len(that1.Value) {
return -1
}
return 1
}
for i := range this.Value {
if c := this.Value[i].Compare(that1.Value[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinOptNativeUnion) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinOptNativeUnion)
if !ok {
that2, ok := that.(NinOptNativeUnion)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if this.Field3 != nil && that1.Field3 != nil {
if *this.Field3 != *that1.Field3 {
if *this.Field3 < *that1.Field3 {
return -1
}
return 1
}
} else if this.Field3 != nil {
return 1
} else if that1.Field3 != nil {
return -1
}
if this.Field4 != nil && that1.Field4 != nil {
if *this.Field4 != *that1.Field4 {
if *this.Field4 < *that1.Field4 {
return -1
}
return 1
}
} else if this.Field4 != nil {
return 1
} else if that1.Field4 != nil {
return -1
}
if this.Field5 != nil && that1.Field5 != nil {
if *this.Field5 != *that1.Field5 {
if *this.Field5 < *that1.Field5 {
return -1
}
return 1
}
} else if this.Field5 != nil {
return 1
} else if that1.Field5 != nil {
return -1
}
if this.Field6 != nil && that1.Field6 != nil {
if *this.Field6 != *that1.Field6 {
if *this.Field6 < *that1.Field6 {
return -1
}
return 1
}
} else if this.Field6 != nil {
return 1
} else if that1.Field6 != nil {
return -1
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
if !*this.Field13 {
return -1
}
return 1
}
} else if this.Field13 != nil {
return 1
} else if that1.Field13 != nil {
return -1
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
if *this.Field14 < *that1.Field14 {
return -1
}
return 1
}
} else if this.Field14 != nil {
return 1
} else if that1.Field14 != nil {
return -1
}
if c := bytes.Compare(this.Field15, that1.Field15); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinOptStructUnion) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinOptStructUnion)
if !ok {
that2, ok := that.(NinOptStructUnion)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if c := this.Field3.Compare(that1.Field3); c != 0 {
return c
}
if c := this.Field4.Compare(that1.Field4); c != 0 {
return c
}
if this.Field6 != nil && that1.Field6 != nil {
if *this.Field6 != *that1.Field6 {
if *this.Field6 < *that1.Field6 {
return -1
}
return 1
}
} else if this.Field6 != nil {
return 1
} else if that1.Field6 != nil {
return -1
}
if this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
if *this.Field7 < *that1.Field7 {
return -1
}
return 1
}
} else if this.Field7 != nil {
return 1
} else if that1.Field7 != nil {
return -1
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
if !*this.Field13 {
return -1
}
return 1
}
} else if this.Field13 != nil {
return 1
} else if that1.Field13 != nil {
return -1
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
if *this.Field14 < *that1.Field14 {
return -1
}
return 1
}
} else if this.Field14 != nil {
return 1
} else if that1.Field14 != nil {
return -1
}
if c := bytes.Compare(this.Field15, that1.Field15); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinEmbeddedStructUnion) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinEmbeddedStructUnion)
if !ok {
that2, ok := that.(NinEmbeddedStructUnion)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.NidOptNative.Compare(that1.NidOptNative); c != 0 {
return c
}
if c := this.Field200.Compare(that1.Field200); c != 0 {
return c
}
if this.Field210 != nil && that1.Field210 != nil {
if *this.Field210 != *that1.Field210 {
if !*this.Field210 {
return -1
}
return 1
}
} else if this.Field210 != nil {
return 1
} else if that1.Field210 != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinNestedStructUnion) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinNestedStructUnion)
if !ok {
that2, ok := that.(NinNestedStructUnion)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Field1.Compare(that1.Field1); c != 0 {
return c
}
if c := this.Field2.Compare(that1.Field2); c != 0 {
return c
}
if c := this.Field3.Compare(that1.Field3); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *Tree) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*Tree)
if !ok {
that2, ok := that.(Tree)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Or.Compare(that1.Or); c != 0 {
return c
}
if c := this.And.Compare(that1.And); c != 0 {
return c
}
if c := this.Leaf.Compare(that1.Leaf); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *OrBranch) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*OrBranch)
if !ok {
that2, ok := that.(OrBranch)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Left.Compare(&that1.Left); c != 0 {
return c
}
if c := this.Right.Compare(&that1.Right); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *AndBranch) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*AndBranch)
if !ok {
that2, ok := that.(AndBranch)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Left.Compare(&that1.Left); c != 0 {
return c
}
if c := this.Right.Compare(&that1.Right); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *Leaf) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*Leaf)
if !ok {
that2, ok := that.(Leaf)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Value != that1.Value {
if this.Value < that1.Value {
return -1
}
return 1
}
if this.StrValue != that1.StrValue {
if this.StrValue < that1.StrValue {
return -1
}
return 1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *DeepTree) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*DeepTree)
if !ok {
that2, ok := that.(DeepTree)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Down.Compare(that1.Down); c != 0 {
return c
}
if c := this.And.Compare(that1.And); c != 0 {
return c
}
if c := this.Leaf.Compare(that1.Leaf); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *ADeepBranch) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*ADeepBranch)
if !ok {
that2, ok := that.(ADeepBranch)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Down.Compare(&that1.Down); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *AndDeepBranch) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*AndDeepBranch)
if !ok {
that2, ok := that.(AndDeepBranch)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Left.Compare(&that1.Left); c != 0 {
return c
}
if c := this.Right.Compare(&that1.Right); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *DeepLeaf) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*DeepLeaf)
if !ok {
that2, ok := that.(DeepLeaf)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Tree.Compare(&that1.Tree); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *Nil) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*Nil)
if !ok {
that2, ok := that.(Nil)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidOptEnum) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidOptEnum)
if !ok {
that2, ok := that.(NidOptEnum)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != that1.Field1 {
if this.Field1 < that1.Field1 {
return -1
}
return 1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinOptEnum) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinOptEnum)
if !ok {
that2, ok := that.(NinOptEnum)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if this.Field3 != nil && that1.Field3 != nil {
if *this.Field3 != *that1.Field3 {
if *this.Field3 < *that1.Field3 {
return -1
}
return 1
}
} else if this.Field3 != nil {
return 1
} else if that1.Field3 != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidRepEnum) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidRepEnum)
if !ok {
that2, ok := that.(NidRepEnum)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Field1) != len(that1.Field1) {
if len(this.Field1) < len(that1.Field1) {
return -1
}
return 1
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
if this.Field1[i] < that1.Field1[i] {
return -1
}
return 1
}
}
if len(this.Field2) != len(that1.Field2) {
if len(this.Field2) < len(that1.Field2) {
return -1
}
return 1
}
for i := range this.Field2 {
if this.Field2[i] != that1.Field2[i] {
if this.Field2[i] < that1.Field2[i] {
return -1
}
return 1
}
}
if len(this.Field3) != len(that1.Field3) {
if len(this.Field3) < len(that1.Field3) {
return -1
}
return 1
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
if this.Field3[i] < that1.Field3[i] {
return -1
}
return 1
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinRepEnum) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinRepEnum)
if !ok {
that2, ok := that.(NinRepEnum)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Field1) != len(that1.Field1) {
if len(this.Field1) < len(that1.Field1) {
return -1
}
return 1
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
if this.Field1[i] < that1.Field1[i] {
return -1
}
return 1
}
}
if len(this.Field2) != len(that1.Field2) {
if len(this.Field2) < len(that1.Field2) {
return -1
}
return 1
}
for i := range this.Field2 {
if this.Field2[i] != that1.Field2[i] {
if this.Field2[i] < that1.Field2[i] {
return -1
}
return 1
}
}
if len(this.Field3) != len(that1.Field3) {
if len(this.Field3) < len(that1.Field3) {
return -1
}
return 1
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
if this.Field3[i] < that1.Field3[i] {
return -1
}
return 1
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinOptEnumDefault) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinOptEnumDefault)
if !ok {
that2, ok := that.(NinOptEnumDefault)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if this.Field3 != nil && that1.Field3 != nil {
if *this.Field3 != *that1.Field3 {
if *this.Field3 < *that1.Field3 {
return -1
}
return 1
}
} else if this.Field3 != nil {
return 1
} else if that1.Field3 != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *AnotherNinOptEnum) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*AnotherNinOptEnum)
if !ok {
that2, ok := that.(AnotherNinOptEnum)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if this.Field3 != nil && that1.Field3 != nil {
if *this.Field3 != *that1.Field3 {
if *this.Field3 < *that1.Field3 {
return -1
}
return 1
}
} else if this.Field3 != nil {
return 1
} else if that1.Field3 != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *AnotherNinOptEnumDefault) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*AnotherNinOptEnumDefault)
if !ok {
that2, ok := that.(AnotherNinOptEnumDefault)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if this.Field3 != nil && that1.Field3 != nil {
if *this.Field3 != *that1.Field3 {
if *this.Field3 < *that1.Field3 {
return -1
}
return 1
}
} else if this.Field3 != nil {
return 1
} else if that1.Field3 != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *Timer) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*Timer)
if !ok {
that2, ok := that.(Timer)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Time1 != that1.Time1 {
if this.Time1 < that1.Time1 {
return -1
}
return 1
}
if this.Time2 != that1.Time2 {
if this.Time2 < that1.Time2 {
return -1
}
return 1
}
if c := bytes.Compare(this.Data, that1.Data); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *MyExtendable) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*MyExtendable)
if !ok {
that2, ok := that.(MyExtendable)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
thismap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(this)
thatmap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(that1)
extkeys := make([]int32, 0, len(thismap)+len(thatmap))
for k := range thismap {
extkeys = append(extkeys, k)
}
for k := range thatmap {
if _, ok := thismap[k]; !ok {
extkeys = append(extkeys, k)
}
}
github_com_gogo_protobuf_sortkeys.Int32s(extkeys)
for _, k := range extkeys {
if v, ok := thismap[k]; ok {
if v2, ok := thatmap[k]; ok {
if c := v.Compare(&v2); c != 0 {
return c
}
} else {
return 1
}
} else {
return -1
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *OtherExtenable) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*OtherExtenable)
if !ok {
that2, ok := that.(OtherExtenable)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
if *this.Field13 < *that1.Field13 {
return -1
}
return 1
}
} else if this.Field13 != nil {
return 1
} else if that1.Field13 != nil {
return -1
}
if c := this.M.Compare(that1.M); c != 0 {
return c
}
thismap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(this)
thatmap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(that1)
extkeys := make([]int32, 0, len(thismap)+len(thatmap))
for k := range thismap {
extkeys = append(extkeys, k)
}
for k := range thatmap {
if _, ok := thismap[k]; !ok {
extkeys = append(extkeys, k)
}
}
github_com_gogo_protobuf_sortkeys.Int32s(extkeys)
for _, k := range extkeys {
if v, ok := thismap[k]; ok {
if v2, ok := thatmap[k]; ok {
if c := v.Compare(&v2); c != 0 {
return c
}
} else {
return 1
}
} else {
return -1
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NestedDefinition) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NestedDefinition)
if !ok {
that2, ok := that.(NestedDefinition)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if this.EnumField != nil && that1.EnumField != nil {
if *this.EnumField != *that1.EnumField {
if *this.EnumField < *that1.EnumField {
return -1
}
return 1
}
} else if this.EnumField != nil {
return 1
} else if that1.EnumField != nil {
return -1
}
if c := this.NNM.Compare(that1.NNM); c != 0 {
return c
}
if c := this.NM.Compare(that1.NM); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NestedDefinition_NestedMessage) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NestedDefinition_NestedMessage)
if !ok {
that2, ok := that.(NestedDefinition_NestedMessage)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.NestedField1 != nil && that1.NestedField1 != nil {
if *this.NestedField1 != *that1.NestedField1 {
if *this.NestedField1 < *that1.NestedField1 {
return -1
}
return 1
}
} else if this.NestedField1 != nil {
return 1
} else if that1.NestedField1 != nil {
return -1
}
if c := this.NNM.Compare(that1.NNM); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NestedDefinition_NestedMessage_NestedNestedMsg) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NestedDefinition_NestedMessage_NestedNestedMsg)
if !ok {
that2, ok := that.(NestedDefinition_NestedMessage_NestedNestedMsg)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.NestedNestedField1 != nil && that1.NestedNestedField1 != nil {
if *this.NestedNestedField1 != *that1.NestedNestedField1 {
if *this.NestedNestedField1 < *that1.NestedNestedField1 {
return -1
}
return 1
}
} else if this.NestedNestedField1 != nil {
return 1
} else if that1.NestedNestedField1 != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NestedScope) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NestedScope)
if !ok {
that2, ok := that.(NestedScope)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.A.Compare(that1.A); c != 0 {
return c
}
if this.B != nil && that1.B != nil {
if *this.B != *that1.B {
if *this.B < *that1.B {
return -1
}
return 1
}
} else if this.B != nil {
return 1
} else if that1.B != nil {
return -1
}
if c := this.C.Compare(that1.C); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinOptNativeDefault) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinOptNativeDefault)
if !ok {
that2, ok := that.(NinOptNativeDefault)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if this.Field3 != nil && that1.Field3 != nil {
if *this.Field3 != *that1.Field3 {
if *this.Field3 < *that1.Field3 {
return -1
}
return 1
}
} else if this.Field3 != nil {
return 1
} else if that1.Field3 != nil {
return -1
}
if this.Field4 != nil && that1.Field4 != nil {
if *this.Field4 != *that1.Field4 {
if *this.Field4 < *that1.Field4 {
return -1
}
return 1
}
} else if this.Field4 != nil {
return 1
} else if that1.Field4 != nil {
return -1
}
if this.Field5 != nil && that1.Field5 != nil {
if *this.Field5 != *that1.Field5 {
if *this.Field5 < *that1.Field5 {
return -1
}
return 1
}
} else if this.Field5 != nil {
return 1
} else if that1.Field5 != nil {
return -1
}
if this.Field6 != nil && that1.Field6 != nil {
if *this.Field6 != *that1.Field6 {
if *this.Field6 < *that1.Field6 {
return -1
}
return 1
}
} else if this.Field6 != nil {
return 1
} else if that1.Field6 != nil {
return -1
}
if this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
if *this.Field7 < *that1.Field7 {
return -1
}
return 1
}
} else if this.Field7 != nil {
return 1
} else if that1.Field7 != nil {
return -1
}
if this.Field8 != nil && that1.Field8 != nil {
if *this.Field8 != *that1.Field8 {
if *this.Field8 < *that1.Field8 {
return -1
}
return 1
}
} else if this.Field8 != nil {
return 1
} else if that1.Field8 != nil {
return -1
}
if this.Field9 != nil && that1.Field9 != nil {
if *this.Field9 != *that1.Field9 {
if *this.Field9 < *that1.Field9 {
return -1
}
return 1
}
} else if this.Field9 != nil {
return 1
} else if that1.Field9 != nil {
return -1
}
if this.Field10 != nil && that1.Field10 != nil {
if *this.Field10 != *that1.Field10 {
if *this.Field10 < *that1.Field10 {
return -1
}
return 1
}
} else if this.Field10 != nil {
return 1
} else if that1.Field10 != nil {
return -1
}
if this.Field11 != nil && that1.Field11 != nil {
if *this.Field11 != *that1.Field11 {
if *this.Field11 < *that1.Field11 {
return -1
}
return 1
}
} else if this.Field11 != nil {
return 1
} else if that1.Field11 != nil {
return -1
}
if this.Field12 != nil && that1.Field12 != nil {
if *this.Field12 != *that1.Field12 {
if *this.Field12 < *that1.Field12 {
return -1
}
return 1
}
} else if this.Field12 != nil {
return 1
} else if that1.Field12 != nil {
return -1
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
if !*this.Field13 {
return -1
}
return 1
}
} else if this.Field13 != nil {
return 1
} else if that1.Field13 != nil {
return -1
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
if *this.Field14 < *that1.Field14 {
return -1
}
return 1
}
} else if this.Field14 != nil {
return 1
} else if that1.Field14 != nil {
return -1
}
if c := bytes.Compare(this.Field15, that1.Field15); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *CustomContainer) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*CustomContainer)
if !ok {
that2, ok := that.(CustomContainer)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.CustomStruct.Compare(&that1.CustomStruct); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *CustomNameNidOptNative) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*CustomNameNidOptNative)
if !ok {
that2, ok := that.(CustomNameNidOptNative)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.FieldA != that1.FieldA {
if this.FieldA < that1.FieldA {
return -1
}
return 1
}
if this.FieldB != that1.FieldB {
if this.FieldB < that1.FieldB {
return -1
}
return 1
}
if this.FieldC != that1.FieldC {
if this.FieldC < that1.FieldC {
return -1
}
return 1
}
if this.FieldD != that1.FieldD {
if this.FieldD < that1.FieldD {
return -1
}
return 1
}
if this.FieldE != that1.FieldE {
if this.FieldE < that1.FieldE {
return -1
}
return 1
}
if this.FieldF != that1.FieldF {
if this.FieldF < that1.FieldF {
return -1
}
return 1
}
if this.FieldG != that1.FieldG {
if this.FieldG < that1.FieldG {
return -1
}
return 1
}
if this.FieldH != that1.FieldH {
if this.FieldH < that1.FieldH {
return -1
}
return 1
}
if this.FieldI != that1.FieldI {
if this.FieldI < that1.FieldI {
return -1
}
return 1
}
if this.FieldJ != that1.FieldJ {
if this.FieldJ < that1.FieldJ {
return -1
}
return 1
}
if this.FieldK != that1.FieldK {
if this.FieldK < that1.FieldK {
return -1
}
return 1
}
if this.FieldL != that1.FieldL {
if this.FieldL < that1.FieldL {
return -1
}
return 1
}
if this.FieldM != that1.FieldM {
if !this.FieldM {
return -1
}
return 1
}
if this.FieldN != that1.FieldN {
if this.FieldN < that1.FieldN {
return -1
}
return 1
}
if c := bytes.Compare(this.FieldO, that1.FieldO); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *CustomNameNinOptNative) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*CustomNameNinOptNative)
if !ok {
that2, ok := that.(CustomNameNinOptNative)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.FieldA != nil && that1.FieldA != nil {
if *this.FieldA != *that1.FieldA {
if *this.FieldA < *that1.FieldA {
return -1
}
return 1
}
} else if this.FieldA != nil {
return 1
} else if that1.FieldA != nil {
return -1
}
if this.FieldB != nil && that1.FieldB != nil {
if *this.FieldB != *that1.FieldB {
if *this.FieldB < *that1.FieldB {
return -1
}
return 1
}
} else if this.FieldB != nil {
return 1
} else if that1.FieldB != nil {
return -1
}
if this.FieldC != nil && that1.FieldC != nil {
if *this.FieldC != *that1.FieldC {
if *this.FieldC < *that1.FieldC {
return -1
}
return 1
}
} else if this.FieldC != nil {
return 1
} else if that1.FieldC != nil {
return -1
}
if this.FieldD != nil && that1.FieldD != nil {
if *this.FieldD != *that1.FieldD {
if *this.FieldD < *that1.FieldD {
return -1
}
return 1
}
} else if this.FieldD != nil {
return 1
} else if that1.FieldD != nil {
return -1
}
if this.FieldE != nil && that1.FieldE != nil {
if *this.FieldE != *that1.FieldE {
if *this.FieldE < *that1.FieldE {
return -1
}
return 1
}
} else if this.FieldE != nil {
return 1
} else if that1.FieldE != nil {
return -1
}
if this.FieldF != nil && that1.FieldF != nil {
if *this.FieldF != *that1.FieldF {
if *this.FieldF < *that1.FieldF {
return -1
}
return 1
}
} else if this.FieldF != nil {
return 1
} else if that1.FieldF != nil {
return -1
}
if this.FieldG != nil && that1.FieldG != nil {
if *this.FieldG != *that1.FieldG {
if *this.FieldG < *that1.FieldG {
return -1
}
return 1
}
} else if this.FieldG != nil {
return 1
} else if that1.FieldG != nil {
return -1
}
if this.FieldH != nil && that1.FieldH != nil {
if *this.FieldH != *that1.FieldH {
if *this.FieldH < *that1.FieldH {
return -1
}
return 1
}
} else if this.FieldH != nil {
return 1
} else if that1.FieldH != nil {
return -1
}
if this.FieldI != nil && that1.FieldI != nil {
if *this.FieldI != *that1.FieldI {
if *this.FieldI < *that1.FieldI {
return -1
}
return 1
}
} else if this.FieldI != nil {
return 1
} else if that1.FieldI != nil {
return -1
}
if this.FieldJ != nil && that1.FieldJ != nil {
if *this.FieldJ != *that1.FieldJ {
if *this.FieldJ < *that1.FieldJ {
return -1
}
return 1
}
} else if this.FieldJ != nil {
return 1
} else if that1.FieldJ != nil {
return -1
}
if this.FieldK != nil && that1.FieldK != nil {
if *this.FieldK != *that1.FieldK {
if *this.FieldK < *that1.FieldK {
return -1
}
return 1
}
} else if this.FieldK != nil {
return 1
} else if that1.FieldK != nil {
return -1
}
if this.FielL != nil && that1.FielL != nil {
if *this.FielL != *that1.FielL {
if *this.FielL < *that1.FielL {
return -1
}
return 1
}
} else if this.FielL != nil {
return 1
} else if that1.FielL != nil {
return -1
}
if this.FieldM != nil && that1.FieldM != nil {
if *this.FieldM != *that1.FieldM {
if !*this.FieldM {
return -1
}
return 1
}
} else if this.FieldM != nil {
return 1
} else if that1.FieldM != nil {
return -1
}
if this.FieldN != nil && that1.FieldN != nil {
if *this.FieldN != *that1.FieldN {
if *this.FieldN < *that1.FieldN {
return -1
}
return 1
}
} else if this.FieldN != nil {
return 1
} else if that1.FieldN != nil {
return -1
}
if c := bytes.Compare(this.FieldO, that1.FieldO); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *CustomNameNinRepNative) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*CustomNameNinRepNative)
if !ok {
that2, ok := that.(CustomNameNinRepNative)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.FieldA) != len(that1.FieldA) {
if len(this.FieldA) < len(that1.FieldA) {
return -1
}
return 1
}
for i := range this.FieldA {
if this.FieldA[i] != that1.FieldA[i] {
if this.FieldA[i] < that1.FieldA[i] {
return -1
}
return 1
}
}
if len(this.FieldB) != len(that1.FieldB) {
if len(this.FieldB) < len(that1.FieldB) {
return -1
}
return 1
}
for i := range this.FieldB {
if this.FieldB[i] != that1.FieldB[i] {
if this.FieldB[i] < that1.FieldB[i] {
return -1
}
return 1
}
}
if len(this.FieldC) != len(that1.FieldC) {
if len(this.FieldC) < len(that1.FieldC) {
return -1
}
return 1
}
for i := range this.FieldC {
if this.FieldC[i] != that1.FieldC[i] {
if this.FieldC[i] < that1.FieldC[i] {
return -1
}
return 1
}
}
if len(this.FieldD) != len(that1.FieldD) {
if len(this.FieldD) < len(that1.FieldD) {
return -1
}
return 1
}
for i := range this.FieldD {
if this.FieldD[i] != that1.FieldD[i] {
if this.FieldD[i] < that1.FieldD[i] {
return -1
}
return 1
}
}
if len(this.FieldE) != len(that1.FieldE) {
if len(this.FieldE) < len(that1.FieldE) {
return -1
}
return 1
}
for i := range this.FieldE {
if this.FieldE[i] != that1.FieldE[i] {
if this.FieldE[i] < that1.FieldE[i] {
return -1
}
return 1
}
}
if len(this.FieldF) != len(that1.FieldF) {
if len(this.FieldF) < len(that1.FieldF) {
return -1
}
return 1
}
for i := range this.FieldF {
if this.FieldF[i] != that1.FieldF[i] {
if this.FieldF[i] < that1.FieldF[i] {
return -1
}
return 1
}
}
if len(this.FieldG) != len(that1.FieldG) {
if len(this.FieldG) < len(that1.FieldG) {
return -1
}
return 1
}
for i := range this.FieldG {
if this.FieldG[i] != that1.FieldG[i] {
if this.FieldG[i] < that1.FieldG[i] {
return -1
}
return 1
}
}
if len(this.FieldH) != len(that1.FieldH) {
if len(this.FieldH) < len(that1.FieldH) {
return -1
}
return 1
}
for i := range this.FieldH {
if this.FieldH[i] != that1.FieldH[i] {
if this.FieldH[i] < that1.FieldH[i] {
return -1
}
return 1
}
}
if len(this.FieldI) != len(that1.FieldI) {
if len(this.FieldI) < len(that1.FieldI) {
return -1
}
return 1
}
for i := range this.FieldI {
if this.FieldI[i] != that1.FieldI[i] {
if this.FieldI[i] < that1.FieldI[i] {
return -1
}
return 1
}
}
if len(this.FieldJ) != len(that1.FieldJ) {
if len(this.FieldJ) < len(that1.FieldJ) {
return -1
}
return 1
}
for i := range this.FieldJ {
if this.FieldJ[i] != that1.FieldJ[i] {
if this.FieldJ[i] < that1.FieldJ[i] {
return -1
}
return 1
}
}
if len(this.FieldK) != len(that1.FieldK) {
if len(this.FieldK) < len(that1.FieldK) {
return -1
}
return 1
}
for i := range this.FieldK {
if this.FieldK[i] != that1.FieldK[i] {
if this.FieldK[i] < that1.FieldK[i] {
return -1
}
return 1
}
}
if len(this.FieldL) != len(that1.FieldL) {
if len(this.FieldL) < len(that1.FieldL) {
return -1
}
return 1
}
for i := range this.FieldL {
if this.FieldL[i] != that1.FieldL[i] {
if this.FieldL[i] < that1.FieldL[i] {
return -1
}
return 1
}
}
if len(this.FieldM) != len(that1.FieldM) {
if len(this.FieldM) < len(that1.FieldM) {
return -1
}
return 1
}
for i := range this.FieldM {
if this.FieldM[i] != that1.FieldM[i] {
if !this.FieldM[i] {
return -1
}
return 1
}
}
if len(this.FieldN) != len(that1.FieldN) {
if len(this.FieldN) < len(that1.FieldN) {
return -1
}
return 1
}
for i := range this.FieldN {
if this.FieldN[i] != that1.FieldN[i] {
if this.FieldN[i] < that1.FieldN[i] {
return -1
}
return 1
}
}
if len(this.FieldO) != len(that1.FieldO) {
if len(this.FieldO) < len(that1.FieldO) {
return -1
}
return 1
}
for i := range this.FieldO {
if c := bytes.Compare(this.FieldO[i], that1.FieldO[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *CustomNameNinStruct) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*CustomNameNinStruct)
if !ok {
that2, ok := that.(CustomNameNinStruct)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.FieldA != nil && that1.FieldA != nil {
if *this.FieldA != *that1.FieldA {
if *this.FieldA < *that1.FieldA {
return -1
}
return 1
}
} else if this.FieldA != nil {
return 1
} else if that1.FieldA != nil {
return -1
}
if this.FieldB != nil && that1.FieldB != nil {
if *this.FieldB != *that1.FieldB {
if *this.FieldB < *that1.FieldB {
return -1
}
return 1
}
} else if this.FieldB != nil {
return 1
} else if that1.FieldB != nil {
return -1
}
if c := this.FieldC.Compare(that1.FieldC); c != 0 {
return c
}
if len(this.FieldD) != len(that1.FieldD) {
if len(this.FieldD) < len(that1.FieldD) {
return -1
}
return 1
}
for i := range this.FieldD {
if c := this.FieldD[i].Compare(that1.FieldD[i]); c != 0 {
return c
}
}
if this.FieldE != nil && that1.FieldE != nil {
if *this.FieldE != *that1.FieldE {
if *this.FieldE < *that1.FieldE {
return -1
}
return 1
}
} else if this.FieldE != nil {
return 1
} else if that1.FieldE != nil {
return -1
}
if this.FieldF != nil && that1.FieldF != nil {
if *this.FieldF != *that1.FieldF {
if *this.FieldF < *that1.FieldF {
return -1
}
return 1
}
} else if this.FieldF != nil {
return 1
} else if that1.FieldF != nil {
return -1
}
if c := this.FieldG.Compare(that1.FieldG); c != 0 {
return c
}
if this.FieldH != nil && that1.FieldH != nil {
if *this.FieldH != *that1.FieldH {
if !*this.FieldH {
return -1
}
return 1
}
} else if this.FieldH != nil {
return 1
} else if that1.FieldH != nil {
return -1
}
if this.FieldI != nil && that1.FieldI != nil {
if *this.FieldI != *that1.FieldI {
if *this.FieldI < *that1.FieldI {
return -1
}
return 1
}
} else if this.FieldI != nil {
return 1
} else if that1.FieldI != nil {
return -1
}
if c := bytes.Compare(this.FieldJ, that1.FieldJ); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *CustomNameCustomType) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*CustomNameCustomType)
if !ok {
that2, ok := that.(CustomNameCustomType)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if that1.FieldA == nil {
if this.FieldA != nil {
return 1
}
} else if this.FieldA == nil {
return -1
} else if c := this.FieldA.Compare(*that1.FieldA); c != 0 {
return c
}
if that1.FieldB == nil {
if this.FieldB != nil {
return 1
}
} else if this.FieldB == nil {
return -1
} else if c := this.FieldB.Compare(*that1.FieldB); c != 0 {
return c
}
if len(this.FieldC) != len(that1.FieldC) {
if len(this.FieldC) < len(that1.FieldC) {
return -1
}
return 1
}
for i := range this.FieldC {
if c := this.FieldC[i].Compare(that1.FieldC[i]); c != 0 {
return c
}
}
if len(this.FieldD) != len(that1.FieldD) {
if len(this.FieldD) < len(that1.FieldD) {
return -1
}
return 1
}
for i := range this.FieldD {
if c := this.FieldD[i].Compare(that1.FieldD[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *CustomNameNinEmbeddedStructUnion) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*CustomNameNinEmbeddedStructUnion)
if !ok {
that2, ok := that.(CustomNameNinEmbeddedStructUnion)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.NidOptNative.Compare(that1.NidOptNative); c != 0 {
return c
}
if c := this.FieldA.Compare(that1.FieldA); c != 0 {
return c
}
if this.FieldB != nil && that1.FieldB != nil {
if *this.FieldB != *that1.FieldB {
if !*this.FieldB {
return -1
}
return 1
}
} else if this.FieldB != nil {
return 1
} else if that1.FieldB != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *CustomNameEnum) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*CustomNameEnum)
if !ok {
that2, ok := that.(CustomNameEnum)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.FieldA != nil && that1.FieldA != nil {
if *this.FieldA != *that1.FieldA {
if *this.FieldA < *that1.FieldA {
return -1
}
return 1
}
} else if this.FieldA != nil {
return 1
} else if that1.FieldA != nil {
return -1
}
if len(this.FieldB) != len(that1.FieldB) {
if len(this.FieldB) < len(that1.FieldB) {
return -1
}
return 1
}
for i := range this.FieldB {
if this.FieldB[i] != that1.FieldB[i] {
if this.FieldB[i] < that1.FieldB[i] {
return -1
}
return 1
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NoExtensionsMap) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NoExtensionsMap)
if !ok {
that2, ok := that.(NoExtensionsMap)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
if c := bytes.Compare(this.XXX_extensions, that1.XXX_extensions); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *Unrecognized) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*Unrecognized)
if !ok {
that2, ok := that.(Unrecognized)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
return 0
}
func (this *UnrecognizedWithInner) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*UnrecognizedWithInner)
if !ok {
that2, ok := that.(UnrecognizedWithInner)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Embedded) != len(that1.Embedded) {
if len(this.Embedded) < len(that1.Embedded) {
return -1
}
return 1
}
for i := range this.Embedded {
if c := this.Embedded[i].Compare(that1.Embedded[i]); c != 0 {
return c
}
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *UnrecognizedWithInner_Inner) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*UnrecognizedWithInner_Inner)
if !ok {
that2, ok := that.(UnrecognizedWithInner_Inner)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
return 0
}
func (this *UnrecognizedWithEmbed) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*UnrecognizedWithEmbed)
if !ok {
that2, ok := that.(UnrecognizedWithEmbed)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.UnrecognizedWithEmbed_Embedded.Compare(&that1.UnrecognizedWithEmbed_Embedded); c != 0 {
return c
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *UnrecognizedWithEmbed_Embedded) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*UnrecognizedWithEmbed_Embedded)
if !ok {
that2, ok := that.(UnrecognizedWithEmbed_Embedded)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field1 != nil && that1.Field1 != nil {
if *this.Field1 != *that1.Field1 {
if *this.Field1 < *that1.Field1 {
return -1
}
return 1
}
} else if this.Field1 != nil {
return 1
} else if that1.Field1 != nil {
return -1
}
return 0
}
func (this *Node) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*Node)
if !ok {
that2, ok := that.(Node)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Label != nil && that1.Label != nil {
if *this.Label != *that1.Label {
if *this.Label < *that1.Label {
return -1
}
return 1
}
} else if this.Label != nil {
return 1
} else if that1.Label != nil {
return -1
}
if len(this.Children) != len(that1.Children) {
if len(this.Children) < len(that1.Children) {
return -1
}
return 1
}
for i := range this.Children {
if c := this.Children[i].Compare(that1.Children[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NonByteCustomType) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NonByteCustomType)
if !ok {
that2, ok := that.(NonByteCustomType)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if that1.Field1 == nil {
if this.Field1 != nil {
return 1
}
} else if this.Field1 == nil {
return -1
} else if c := this.Field1.Compare(*that1.Field1); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidOptNonByteCustomType) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidOptNonByteCustomType)
if !ok {
that2, ok := that.(NidOptNonByteCustomType)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if c := this.Field1.Compare(that1.Field1); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinOptNonByteCustomType) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinOptNonByteCustomType)
if !ok {
that2, ok := that.(NinOptNonByteCustomType)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if that1.Field1 == nil {
if this.Field1 != nil {
return 1
}
} else if this.Field1 == nil {
return -1
} else if c := this.Field1.Compare(*that1.Field1); c != 0 {
return c
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidRepNonByteCustomType) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NidRepNonByteCustomType)
if !ok {
that2, ok := that.(NidRepNonByteCustomType)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Field1) != len(that1.Field1) {
if len(this.Field1) < len(that1.Field1) {
return -1
}
return 1
}
for i := range this.Field1 {
if c := this.Field1[i].Compare(that1.Field1[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NinRepNonByteCustomType) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*NinRepNonByteCustomType)
if !ok {
that2, ok := that.(NinRepNonByteCustomType)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if len(this.Field1) != len(that1.Field1) {
if len(this.Field1) < len(that1.Field1) {
return -1
}
return 1
}
for i := range this.Field1 {
if c := this.Field1[i].Compare(that1.Field1[i]); c != 0 {
return c
}
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *ProtoType) Compare(that interface{}) int {
if that == nil {
if this == nil {
return 0
}
return 1
}
that1, ok := that.(*ProtoType)
if !ok {
that2, ok := that.(ProtoType)
if ok {
that1 = &that2
} else {
return 1
}
}
if that1 == nil {
if this == nil {
return 0
}
return 1
} else if this == nil {
return -1
}
if this.Field2 != nil && that1.Field2 != nil {
if *this.Field2 != *that1.Field2 {
if *this.Field2 < *that1.Field2 {
return -1
}
return 1
}
} else if this.Field2 != nil {
return 1
} else if that1.Field2 != nil {
return -1
}
if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 {
return c
}
return 0
}
func (this *NidOptNative) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinOptNative) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidRepNative) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinRepNative) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidRepPackedNative) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinRepPackedNative) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidOptStruct) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinOptStruct) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidRepStruct) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinRepStruct) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidEmbeddedStruct) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinEmbeddedStruct) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidNestedStruct) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinNestedStruct) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidOptCustom) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *CustomDash) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinOptCustom) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidRepCustom) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinRepCustom) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinOptNativeUnion) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinOptStructUnion) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinEmbeddedStructUnion) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinNestedStructUnion) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *Tree) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *OrBranch) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *AndBranch) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *Leaf) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *DeepTree) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *ADeepBranch) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *AndDeepBranch) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *DeepLeaf) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *Nil) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidOptEnum) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinOptEnum) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidRepEnum) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinRepEnum) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinOptEnumDefault) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *AnotherNinOptEnum) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *AnotherNinOptEnumDefault) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *Timer) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *MyExtendable) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *OtherExtenable) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NestedDefinition) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NestedDefinition_NestedMessage) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NestedDefinition_NestedMessage_NestedNestedMsg) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NestedScope) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinOptNativeDefault) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *CustomContainer) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *CustomNameNidOptNative) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *CustomNameNinOptNative) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *CustomNameNinRepNative) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *CustomNameNinStruct) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *CustomNameCustomType) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *CustomNameNinEmbeddedStructUnion) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *CustomNameEnum) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NoExtensionsMap) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *Unrecognized) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *UnrecognizedWithInner) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *UnrecognizedWithInner_Inner) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *UnrecognizedWithEmbed) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *UnrecognizedWithEmbed_Embedded) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *Node) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NonByteCustomType) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidOptNonByteCustomType) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinOptNonByteCustomType) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NidRepNonByteCustomType) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *NinRepNonByteCustomType) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func (this *ProtoType) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
return ThetestDescription()
}
func ThetestDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) {
d := &github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet{}
var gzipped = []byte{
// 6647 bytes of a gzipped FileDescriptorSet
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x7c, 0x6b, 0x70, 0x24, 0x57,
0x75, 0xbf, 0x7a, 0x7a, 0xa4, 0x1d, 0x1d, 0xbd, 0x5a, 0xad, 0x5d, 0xed, 0x58, 0x5e, 0x4b, 0xda,
0xf1, 0x7a, 0x2d, 0x0b, 0x5b, 0xab, 0xd5, 0x6a, 0x5f, 0xb3, 0xd8, 0xfe, 0xcf, 0x6b, 0xd7, 0x5a,
0xa4, 0x91, 0x68, 0x49, 0xd8, 0x0b, 0xff, 0x7f, 0x4d, 0xf5, 0xce, 0x5c, 0x49, 0x63, 0xcf, 0x74,
0x0f, 0xd3, 0x2d, 0xdb, 0x72, 0xfd, 0x2b, 0xe5, 0x40, 0x42, 0x20, 0xa9, 0x3c, 0x49, 0x2a, 0x40,
0xc0, 0x98, 0xa4, 0x08, 0x86, 0xbc, 0x20, 0x10, 0x02, 0x54, 0x2a, 0xf8, 0x0b, 0x61, 0xf3, 0x25,
0x65, 0xf2, 0x29, 0x45, 0xa5, 0x5c, 0xec, 0x9a, 0xaa, 0x90, 0xc4, 0x09, 0x84, 0xb8, 0x2a, 0x54,
0x99, 0x0f, 0xa9, 0xfb, 0xea, 0xee, 0x7b, 0xa7, 0x47, 0xdd, 0xf2, 0xda, 0x86, 0x2f, 0xbb, 0x33,
0xf7, 0x9c, 0xdf, 0xe9, 0x73, 0xcf, 0xeb, 0x9e, 0xbe, 0xf7, 0x6a, 0xe0, 0x87, 0x17, 0x61, 0x7a,
0xdb, 0xb6, 0xb7, 0x1b, 0xe8, 0x54, 0xab, 0x6d, 0xbb, 0xf6, 0xf5, 0xdd, 0xad, 0x53, 0x35, 0xe4,
0x54, 0xdb, 0xf5, 0x96, 0x6b, 0xb7, 0xe7, 0xc8, 0x98, 0x3e, 0x42, 0x39, 0xe6, 0x38, 0x47, 0x66,
0x05, 0x46, 0x2f, 0xd7, 0x1b, 0xa8, 0xe8, 0x31, 0xae, 0x23, 0x57, 0xbf, 0x00, 0xc9, 0xad, 0x7a,
0x03, 0xa5, 0x95, 0x69, 0x75, 0x66, 0x60, 0xe1, 0xc4, 0x9c, 0x04, 0x9a, 0x13, 0x11, 0x6b, 0x78,
0xd8, 0x20, 0x88, 0xcc, 0xf7, 0x93, 0x30, 0x16, 0x42, 0xd5, 0x75, 0x48, 0x5a, 0x66, 0x13, 0x4b,
0x54, 0x66, 0xfa, 0x0d, 0xf2, 0x59, 0x4f, 0xc3, 0xa1, 0x96, 0x59, 0x7d, 0xc2, 0xdc, 0x46, 0xe9,
0x04, 0x19, 0xe6, 0x5f, 0xf5, 0x49, 0x80, 0x1a, 0x6a, 0x21, 0xab, 0x86, 0xac, 0xea, 0x5e, 0x5a,
0x9d, 0x56, 0x67, 0xfa, 0x8d, 0xc0, 0x88, 0xfe, 0x0e, 0x18, 0x6d, 0xed, 0x5e, 0x6f, 0xd4, 0xab,
0x95, 0x00, 0x1b, 0x4c, 0xab, 0x33, 0xbd, 0x86, 0x46, 0x09, 0x45, 0x9f, 0xf9, 0x5e, 0x18, 0x79,
0x0a, 0x99, 0x4f, 0x04, 0x59, 0x07, 0x08, 0xeb, 0x30, 0x1e, 0x0e, 0x30, 0x16, 0x60, 0xb0, 0x89,
0x1c, 0xc7, 0xdc, 0x46, 0x15, 0x77, 0xaf, 0x85, 0xd2, 0x49, 0x32, 0xfb, 0xe9, 0x8e, 0xd9, 0xcb,
0x33, 0x1f, 0x60, 0xa8, 0x8d, 0xbd, 0x16, 0xd2, 0x73, 0xd0, 0x8f, 0xac, 0xdd, 0x26, 0x95, 0xd0,
0xdb, 0xc5, 0x7e, 0x25, 0x6b, 0xb7, 0x29, 0x4b, 0x49, 0x61, 0x18, 0x13, 0x71, 0xc8, 0x41, 0xed,
0x27, 0xeb, 0x55, 0x94, 0xee, 0x23, 0x02, 0xee, 0xed, 0x10, 0xb0, 0x4e, 0xe9, 0xb2, 0x0c, 0x8e,
0xd3, 0x0b, 0xd0, 0x8f, 0x9e, 0x76, 0x91, 0xe5, 0xd4, 0x6d, 0x2b, 0x7d, 0x88, 0x08, 0xb9, 0x27,
0xc4, 0x8b, 0xa8, 0x51, 0x93, 0x45, 0xf8, 0x38, 0xfd, 0x1c, 0x1c, 0xb2, 0x5b, 0x6e, 0xdd, 0xb6,
0x9c, 0x74, 0x6a, 0x5a, 0x99, 0x19, 0x58, 0x38, 0x16, 0x1a, 0x08, 0xab, 0x94, 0xc7, 0xe0, 0xcc,
0xfa, 0x12, 0x68, 0x8e, 0xbd, 0xdb, 0xae, 0xa2, 0x4a, 0xd5, 0xae, 0xa1, 0x4a, 0xdd, 0xda, 0xb2,
0xd3, 0xfd, 0x44, 0xc0, 0x54, 0xe7, 0x44, 0x08, 0x63, 0xc1, 0xae, 0xa1, 0x25, 0x6b, 0xcb, 0x36,
0x86, 0x1d, 0xe1, 0xbb, 0x3e, 0x0e, 0x7d, 0xce, 0x9e, 0xe5, 0x9a, 0x4f, 0xa7, 0x07, 0x49, 0x84,
0xb0, 0x6f, 0x99, 0xaf, 0xf7, 0xc1, 0x48, 0x9c, 0x10, 0xbb, 0x04, 0xbd, 0x5b, 0x78, 0x96, 0xe9,
0xc4, 0x41, 0x6c, 0x40, 0x31, 0xa2, 0x11, 0xfb, 0xde, 0xa0, 0x11, 0x73, 0x30, 0x60, 0x21, 0xc7,
0x45, 0x35, 0x1a, 0x11, 0x6a, 0xcc, 0x98, 0x02, 0x0a, 0xea, 0x0c, 0xa9, 0xe4, 0x1b, 0x0a, 0xa9,
0xc7, 0x60, 0xc4, 0x53, 0xa9, 0xd2, 0x36, 0xad, 0x6d, 0x1e, 0x9b, 0xa7, 0xa2, 0x34, 0x99, 0x2b,
0x71, 0x9c, 0x81, 0x61, 0xc6, 0x30, 0x12, 0xbe, 0xeb, 0x45, 0x00, 0xdb, 0x42, 0xf6, 0x56, 0xa5,
0x86, 0xaa, 0x8d, 0x74, 0xaa, 0x8b, 0x95, 0x56, 0x31, 0x4b, 0x87, 0x95, 0x6c, 0x3a, 0x5a, 0x6d,
0xe8, 0x17, 0xfd, 0x50, 0x3b, 0xd4, 0x25, 0x52, 0x56, 0x68, 0x92, 0x75, 0x44, 0xdb, 0x26, 0x0c,
0xb7, 0x11, 0x8e, 0x7b, 0x54, 0x63, 0x33, 0xeb, 0x27, 0x4a, 0xcc, 0x45, 0xce, 0xcc, 0x60, 0x30,
0x3a, 0xb1, 0xa1, 0x76, 0xf0, 0xab, 0x7e, 0x37, 0x78, 0x03, 0x15, 0x12, 0x56, 0x40, 0xaa, 0xd0,
0x20, 0x1f, 0x2c, 0x9b, 0x4d, 0x34, 0xf1, 0x0c, 0x0c, 0x8b, 0xe6, 0xd1, 0x0f, 0x43, 0xaf, 0xe3,
0x9a, 0x6d, 0x97, 0x44, 0x61, 0xaf, 0x41, 0xbf, 0xe8, 0x1a, 0xa8, 0xc8, 0xaa, 0x91, 0x2a, 0xd7,
0x6b, 0xe0, 0x8f, 0xfa, 0xff, 0xf1, 0x27, 0xac, 0x92, 0x09, 0x9f, 0xec, 0xf4, 0xa8, 0x20, 0x59,
0x9e, 0xf7, 0xc4, 0x79, 0x18, 0x12, 0x26, 0x10, 0xf7, 0xd1, 0x99, 0xff, 0x0f, 0x47, 0x42, 0x45,
0xeb, 0x8f, 0xc1, 0xe1, 0x5d, 0xab, 0x6e, 0xb9, 0xa8, 0xdd, 0x6a, 0x23, 0x1c, 0xb1, 0xf4, 0x51,
0xe9, 0x7f, 0x39, 0xd4, 0x25, 0xe6, 0x36, 0x83, 0xdc, 0x54, 0x8a, 0x31, 0xb6, 0xdb, 0x39, 0x38,
0xdb, 0x9f, 0xfa, 0xc1, 0x21, 0xed, 0xd9, 0x67, 0x9f, 0x7d, 0x36, 0x91, 0xf9, 0x58, 0x1f, 0x1c,
0x0e, 0xcb, 0x99, 0xd0, 0xf4, 0x1d, 0x87, 0x3e, 0x6b, 0xb7, 0x79, 0x1d, 0xb5, 0x89, 0x91, 0x7a,
0x0d, 0xf6, 0x4d, 0xcf, 0x41, 0x6f, 0xc3, 0xbc, 0x8e, 0x1a, 0xe9, 0xe4, 0xb4, 0x32, 0x33, 0xbc,
0xf0, 0x8e, 0x58, 0x59, 0x39, 0xb7, 0x8c, 0x21, 0x06, 0x45, 0xea, 0x0f, 0x41, 0x92, 0x95, 0x68,
0x2c, 0x61, 0x36, 0x9e, 0x04, 0x9c, 0x4b, 0x06, 0xc1, 0xe9, 0x77, 0x42, 0x3f, 0xfe, 0x9f, 0xc6,
0x46, 0x1f, 0xd1, 0x39, 0x85, 0x07, 0x70, 0x5c, 0xe8, 0x13, 0x90, 0x22, 0x69, 0x52, 0x43, 0x7c,
0x69, 0xf3, 0xbe, 0xe3, 0xc0, 0xaa, 0xa1, 0x2d, 0x73, 0xb7, 0xe1, 0x56, 0x9e, 0x34, 0x1b, 0xbb,
0x88, 0x04, 0x7c, 0xbf, 0x31, 0xc8, 0x06, 0xdf, 0x83, 0xc7, 0xf4, 0x29, 0x18, 0xa0, 0x59, 0x55,
0xb7, 0x6a, 0xe8, 0x69, 0x52, 0x3d, 0x7b, 0x0d, 0x9a, 0x68, 0x4b, 0x78, 0x04, 0x3f, 0xfe, 0x71,
0xc7, 0xb6, 0x78, 0x68, 0x92, 0x47, 0xe0, 0x01, 0xf2, 0xf8, 0xf3, 0x72, 0xe1, 0xbe, 0x2b, 0x7c,
0x7a, 0x72, 0x4c, 0x65, 0xbe, 0x9a, 0x80, 0x24, 0xa9, 0x17, 0x23, 0x30, 0xb0, 0x71, 0x6d, 0xad,
0x54, 0x29, 0xae, 0x6e, 0xe6, 0x97, 0x4b, 0x9a, 0xa2, 0x0f, 0x03, 0x90, 0x81, 0xcb, 0xcb, 0xab,
0xb9, 0x0d, 0x2d, 0xe1, 0x7d, 0x5f, 0x2a, 0x6f, 0x9c, 0x5b, 0xd4, 0x54, 0x0f, 0xb0, 0x49, 0x07,
0x92, 0x41, 0x86, 0x33, 0x0b, 0x5a, 0xaf, 0xae, 0xc1, 0x20, 0x15, 0xb0, 0xf4, 0x58, 0xa9, 0x78,
0x6e, 0x51, 0xeb, 0x13, 0x47, 0xce, 0x2c, 0x68, 0x87, 0xf4, 0x21, 0xe8, 0x27, 0x23, 0xf9, 0xd5,
0xd5, 0x65, 0x2d, 0xe5, 0xc9, 0x5c, 0xdf, 0x30, 0x96, 0xca, 0x57, 0xb4, 0x7e, 0x4f, 0xe6, 0x15,
0x63, 0x75, 0x73, 0x4d, 0x03, 0x4f, 0xc2, 0x4a, 0x69, 0x7d, 0x3d, 0x77, 0xa5, 0xa4, 0x0d, 0x78,
0x1c, 0xf9, 0x6b, 0x1b, 0xa5, 0x75, 0x6d, 0x50, 0x50, 0xeb, 0xcc, 0x82, 0x36, 0xe4, 0x3d, 0xa2,
0x54, 0xde, 0x5c, 0xd1, 0x86, 0xf5, 0x51, 0x18, 0xa2, 0x8f, 0xe0, 0x4a, 0x8c, 0x48, 0x43, 0xe7,
0x16, 0x35, 0xcd, 0x57, 0x84, 0x4a, 0x19, 0x15, 0x06, 0xce, 0x2d, 0x6a, 0x7a, 0xa6, 0x00, 0xbd,
0x24, 0xba, 0x74, 0x1d, 0x86, 0x97, 0x73, 0xf9, 0xd2, 0x72, 0x65, 0x75, 0x6d, 0x63, 0x69, 0xb5,
0x9c, 0x5b, 0xd6, 0x14, 0x7f, 0xcc, 0x28, 0xbd, 0x7b, 0x73, 0xc9, 0x28, 0x15, 0xb5, 0x44, 0x70,
0x6c, 0xad, 0x94, 0xdb, 0x28, 0x15, 0x35, 0x35, 0x53, 0x85, 0xc3, 0x61, 0x75, 0x32, 0x34, 0x33,
0x02, 0x2e, 0x4e, 0x74, 0x71, 0x31, 0x91, 0xd5, 0xe1, 0xe2, 0x57, 0x12, 0x30, 0x16, 0xb2, 0x56,
0x84, 0x3e, 0xe4, 0x61, 0xe8, 0xa5, 0x21, 0x4a, 0x57, 0xcf, 0xfb, 0x42, 0x17, 0x1d, 0x12, 0xb0,
0x1d, 0x2b, 0x28, 0xc1, 0x05, 0x3b, 0x08, 0xb5, 0x4b, 0x07, 0x81, 0x45, 0x74, 0xd4, 0xf4, 0xff,
0xd7, 0x51, 0xd3, 0xe9, 0xb2, 0x77, 0x2e, 0xce, 0xb2, 0x47, 0xc6, 0x0e, 0x56, 0xdb, 0x7b, 0x43,
0x6a, 0xfb, 0x25, 0x18, 0xed, 0x10, 0x14, 0xbb, 0xc6, 0x7e, 0x50, 0x81, 0x74, 0x37, 0xe3, 0x44,
0x54, 0xba, 0x84, 0x50, 0xe9, 0x2e, 0xc9, 0x16, 0x3c, 0xde, 0xdd, 0x09, 0x1d, 0xbe, 0xfe, 0x9c,
0x02, 0xe3, 0xe1, 0x9d, 0x62, 0xa8, 0x0e, 0x0f, 0x41, 0x5f, 0x13, 0xb9, 0x3b, 0x36, 0xef, 0x96,
0x4e, 0x86, 0xac, 0xc1, 0x98, 0x2c, 0x3b, 0x9b, 0xa1, 0x82, 0x8b, 0xb8, 0xda, 0xad, 0xdd, 0xa3,
0xda, 0x74, 0x68, 0xfa, 0x91, 0x04, 0x1c, 0x09, 0x15, 0x1e, 0xaa, 0xe8, 0x5d, 0x00, 0x75, 0xab,
0xb5, 0xeb, 0xd2, 0x8e, 0x88, 0x16, 0xd8, 0x7e, 0x32, 0x42, 0x8a, 0x17, 0x2e, 0x9e, 0xbb, 0xae,
0x47, 0x57, 0x09, 0x1d, 0xe8, 0x10, 0x61, 0xb8, 0xe0, 0x2b, 0x9a, 0x24, 0x8a, 0x4e, 0x76, 0x99,
0x69, 0x47, 0x60, 0xce, 0x83, 0x56, 0x6d, 0xd4, 0x91, 0xe5, 0x56, 0x1c, 0xb7, 0x8d, 0xcc, 0x66,
0xdd, 0xda, 0x26, 0x2b, 0x48, 0x2a, 0xdb, 0xbb, 0x65, 0x36, 0x1c, 0x64, 0x8c, 0x50, 0xf2, 0x3a,
0xa7, 0x62, 0x04, 0x09, 0xa0, 0x76, 0x00, 0xd1, 0x27, 0x20, 0x28, 0xd9, 0x43, 0x64, 0xbe, 0x9c,
0x82, 0x81, 0x40, 0x5f, 0xad, 0x1f, 0x87, 0xc1, 0xc7, 0xcd, 0x27, 0xcd, 0x0a, 0x7f, 0x57, 0xa2,
0x96, 0x18, 0xc0, 0x63, 0x6b, 0xec, 0x7d, 0x69, 0x1e, 0x0e, 0x13, 0x16, 0x7b, 0xd7, 0x45, 0xed,
0x4a, 0xb5, 0x61, 0x3a, 0x0e, 0x31, 0x5a, 0x8a, 0xb0, 0xea, 0x98, 0xb6, 0x8a, 0x49, 0x05, 0x4e,
0xd1, 0xcf, 0xc2, 0x18, 0x41, 0x34, 0x77, 0x1b, 0x6e, 0xbd, 0xd5, 0x40, 0x15, 0xfc, 0xf6, 0xe6,
0x90, 0x95, 0xc4, 0xd3, 0x6c, 0x14, 0x73, 0xac, 0x30, 0x06, 0xac, 0x91, 0xa3, 0x17, 0xe1, 0x2e,
0x02, 0xdb, 0x46, 0x16, 0x6a, 0x9b, 0x2e, 0xaa, 0xa0, 0xf7, 0xef, 0x9a, 0x0d, 0xa7, 0x62, 0x5a,
0xb5, 0xca, 0x8e, 0xe9, 0xec, 0xa4, 0x0f, 0x63, 0x01, 0xf9, 0x44, 0x5a, 0x31, 0xee, 0xc0, 0x8c,
0x57, 0x18, 0x5f, 0x89, 0xb0, 0xe5, 0xac, 0xda, 0x23, 0xa6, 0xb3, 0xa3, 0x67, 0x61, 0x9c, 0x48,
0x71, 0xdc, 0x76, 0xdd, 0xda, 0xae, 0x54, 0x77, 0x50, 0xf5, 0x89, 0xca, 0xae, 0xbb, 0x75, 0x21,
0x7d, 0x67, 0xf0, 0xf9, 0x44, 0xc3, 0x75, 0xc2, 0x53, 0xc0, 0x2c, 0x9b, 0xee, 0xd6, 0x05, 0x7d,
0x1d, 0x06, 0xb1, 0x33, 0x9a, 0xf5, 0x67, 0x50, 0x65, 0xcb, 0x6e, 0x93, 0xa5, 0x71, 0x38, 0xa4,
0x34, 0x05, 0x2c, 0x38, 0xb7, 0xca, 0x00, 0x2b, 0x76, 0x0d, 0x65, 0x7b, 0xd7, 0xd7, 0x4a, 0xa5,
0xa2, 0x31, 0xc0, 0xa5, 0x5c, 0xb6, 0xdb, 0x38, 0xa0, 0xb6, 0x6d, 0xcf, 0xc0, 0x03, 0x34, 0xa0,
0xb6, 0x6d, 0x6e, 0xde, 0xb3, 0x30, 0x56, 0xad, 0xd2, 0x39, 0xd7, 0xab, 0x15, 0xf6, 0x8e, 0xe5,
0xa4, 0x35, 0xc1, 0x58, 0xd5, 0xea, 0x15, 0xca, 0xc0, 0x62, 0xdc, 0xd1, 0x2f, 0xc2, 0x11, 0xdf,
0x58, 0x41, 0xe0, 0x68, 0xc7, 0x2c, 0x65, 0xe8, 0x59, 0x18, 0x6b, 0xed, 0x75, 0x02, 0x75, 0xe1,
0x89, 0xad, 0x3d, 0x19, 0x76, 0x1e, 0x0e, 0xb7, 0x76, 0x5a, 0x9d, 0xb8, 0xd9, 0x20, 0x4e, 0x6f,
0xed, 0xb4, 0x64, 0xe0, 0x3d, 0xe4, 0x85, 0xbb, 0x8d, 0xaa, 0xa6, 0x8b, 0x6a, 0xe9, 0xa3, 0x41,
0xf6, 0x00, 0x41, 0x3f, 0x05, 0x5a, 0xb5, 0x5a, 0x41, 0x96, 0x79, 0xbd, 0x81, 0x2a, 0x66, 0x1b,
0x59, 0xa6, 0x93, 0x9e, 0x0a, 0x32, 0x0f, 0x57, 0xab, 0x25, 0x42, 0xcd, 0x11, 0xa2, 0x3e, 0x0b,
0xa3, 0xf6, 0xf5, 0xc7, 0xab, 0x34, 0x24, 0x2b, 0xad, 0x36, 0xda, 0xaa, 0x3f, 0x9d, 0x3e, 0x41,
0xec, 0x3b, 0x82, 0x09, 0x24, 0x20, 0xd7, 0xc8, 0xb0, 0x7e, 0x1f, 0x68, 0x55, 0x67, 0xc7, 0x6c,
0xb7, 0x48, 0x4d, 0x76, 0x5a, 0x66, 0x15, 0xa5, 0xef, 0xa1, 0xac, 0x74, 0xbc, 0xcc, 0x87, 0x71,
0x4a, 0x38, 0x4f, 0xd5, 0xb7, 0x5c, 0x2e, 0xf1, 0x5e, 0x9a, 0x12, 0x64, 0x8c, 0x49, 0x9b, 0x01,
0x0d, 0x9b, 0x42, 0x78, 0xf0, 0x0c, 0x61, 0x1b, 0x6e, 0xed, 0xb4, 0x82, 0xcf, 0xbd, 0x1b, 0x86,
0x30, 0xa7, 0xff, 0xd0, 0xfb, 0x68, 0x43, 0xd6, 0xda, 0x09, 0x3c, 0xf1, 0x2d, 0xeb, 0x8d, 0x33,
0x59, 0x18, 0x0c, 0xc6, 0xa7, 0xde, 0x0f, 0x34, 0x42, 0x35, 0x05, 0x37, 0x2b, 0x85, 0xd5, 0x22,
0x6e, 0x33, 0xde, 0x5b, 0xd2, 0x12, 0xb8, 0xdd, 0x59, 0x5e, 0xda, 0x28, 0x55, 0x8c, 0xcd, 0xf2,
0xc6, 0xd2, 0x4a, 0x49, 0x53, 0x83, 0x7d, 0xf5, 0xb7, 0x12, 0x30, 0x2c, 0xbe, 0x22, 0xe9, 0xef,
0x84, 0xa3, 0x7c, 0x3f, 0xc3, 0x41, 0x6e, 0xe5, 0xa9, 0x7a, 0x9b, 0xa4, 0x4c, 0xd3, 0xa4, 0xcb,
0x97, 0xe7, 0xb4, 0xc3, 0x8c, 0x6b, 0x1d, 0xb9, 0x8f, 0xd6, 0xdb, 0x38, 0x21, 0x9a, 0xa6, 0xab,
0x2f, 0xc3, 0x94, 0x65, 0x57, 0x1c, 0xd7, 0xb4, 0x6a, 0x66, 0xbb, 0x56, 0xf1, 0x77, 0x92, 0x2a,
0x66, 0xb5, 0x8a, 0x1c, 0xc7, 0xa6, 0x4b, 0x95, 0x27, 0xe5, 0x98, 0x65, 0xaf, 0x33, 0x66, 0xbf,
0x86, 0xe7, 0x18, 0xab, 0x14, 0x60, 0x6a, 0xb7, 0x00, 0xbb, 0x13, 0xfa, 0x9b, 0x66, 0xab, 0x82,
0x2c, 0xb7, 0xbd, 0x47, 0x1a, 0xe3, 0x94, 0x91, 0x6a, 0x9a, 0xad, 0x12, 0xfe, 0xfe, 0xf6, 0xbc,
0x9f, 0xfc, 0xb3, 0x0a, 0x83, 0xc1, 0xe6, 0x18, 0xbf, 0x6b, 0x54, 0xc9, 0x3a, 0xa2, 0x90, 0x4a,
0x73, 0xf7, 0xbe, 0xad, 0xf4, 0x5c, 0x01, 0x2f, 0x30, 0xd9, 0x3e, 0xda, 0xb2, 0x1a, 0x14, 0x89,
0x17, 0x77, 0x5c, 0x5b, 0x10, 0x6d, 0x11, 0x52, 0x06, 0xfb, 0xa6, 0x5f, 0x81, 0xbe, 0xc7, 0x1d,
0x22, 0xbb, 0x8f, 0xc8, 0x3e, 0xb1, 0xbf, 0xec, 0xab, 0xeb, 0x44, 0x78, 0xff, 0xd5, 0xf5, 0x4a,
0x79, 0xd5, 0x58, 0xc9, 0x2d, 0x1b, 0x0c, 0xae, 0xdf, 0x01, 0xc9, 0x86, 0xf9, 0xcc, 0x9e, 0xb8,
0x14, 0x91, 0xa1, 0xb8, 0x86, 0xbf, 0x03, 0x92, 0x4f, 0x21, 0xf3, 0x09, 0x71, 0x01, 0x20, 0x43,
0x6f, 0x61, 0xe8, 0x9f, 0x82, 0x5e, 0x62, 0x2f, 0x1d, 0x80, 0x59, 0x4c, 0xeb, 0xd1, 0x53, 0x90,
0x2c, 0xac, 0x1a, 0x38, 0xfc, 0x35, 0x18, 0xa4, 0xa3, 0x95, 0xb5, 0xa5, 0x52, 0xa1, 0xa4, 0x25,
0x32, 0x67, 0xa1, 0x8f, 0x1a, 0x01, 0xa7, 0x86, 0x67, 0x06, 0xad, 0x87, 0x7d, 0x65, 0x32, 0x14,
0x4e, 0xdd, 0x5c, 0xc9, 0x97, 0x0c, 0x2d, 0x11, 0x74, 0xaf, 0x03, 0x83, 0xc1, 0xbe, 0xf8, 0xed,
0x89, 0xa9, 0x6f, 0x28, 0x30, 0x10, 0xe8, 0x73, 0x71, 0x83, 0x62, 0x36, 0x1a, 0xf6, 0x53, 0x15,
0xb3, 0x51, 0x37, 0x1d, 0x16, 0x14, 0x40, 0x86, 0x72, 0x78, 0x24, 0xae, 0xd3, 0xde, 0x16, 0xe5,
0x9f, 0x53, 0x40, 0x93, 0x5b, 0x4c, 0x49, 0x41, 0xe5, 0x67, 0xaa, 0xe0, 0x27, 0x15, 0x18, 0x16,
0xfb, 0x4a, 0x49, 0xbd, 0xe3, 0x3f, 0x53, 0xf5, 0xbe, 0x97, 0x80, 0x21, 0xa1, 0x9b, 0x8c, 0xab,
0xdd, 0xfb, 0x61, 0xb4, 0x5e, 0x43, 0xcd, 0x96, 0xed, 0x22, 0xab, 0xba, 0x57, 0x69, 0xa0, 0x27,
0x51, 0x23, 0x9d, 0x21, 0x85, 0xe2, 0xd4, 0xfe, 0xfd, 0xea, 0xdc, 0x92, 0x8f, 0x5b, 0xc6, 0xb0,
0xec, 0xd8, 0x52, 0xb1, 0xb4, 0xb2, 0xb6, 0xba, 0x51, 0x2a, 0x17, 0xae, 0x55, 0x36, 0xcb, 0xef,
0x2a, 0xaf, 0x3e, 0x5a, 0x36, 0xb4, 0xba, 0xc4, 0xf6, 0x16, 0xa6, 0xfa, 0x1a, 0x68, 0xb2, 0x52,
0xfa, 0x51, 0x08, 0x53, 0x4b, 0xeb, 0xd1, 0xc7, 0x60, 0xa4, 0xbc, 0x5a, 0x59, 0x5f, 0x2a, 0x96,
0x2a, 0xa5, 0xcb, 0x97, 0x4b, 0x85, 0x8d, 0x75, 0xba, 0x03, 0xe1, 0x71, 0x6f, 0x88, 0x49, 0xfd,
0x09, 0x15, 0xc6, 0x42, 0x34, 0xd1, 0x73, 0xec, 0xdd, 0x81, 0xbe, 0xce, 0x3c, 0x10, 0x47, 0xfb,
0x39, 0xbc, 0xe4, 0xaf, 0x99, 0x6d, 0x97, 0xbd, 0x6a, 0xdc, 0x07, 0xd8, 0x4a, 0x96, 0x5b, 0xdf,
0xaa, 0xa3, 0x36, 0xdb, 0xb0, 0xa1, 0x2f, 0x14, 0x23, 0xfe, 0x38, 0xdd, 0xb3, 0xb9, 0x1f, 0xf4,
0x96, 0xed, 0xd4, 0xdd, 0xfa, 0x93, 0xa8, 0x52, 0xb7, 0xf8, 0xee, 0x0e, 0x7e, 0xc1, 0x48, 0x1a,
0x1a, 0xa7, 0x2c, 0x59, 0xae, 0xc7, 0x6d, 0xa1, 0x6d, 0x53, 0xe2, 0xc6, 0x05, 0x5c, 0x35, 0x34,
0x4e, 0xf1, 0xb8, 0x8f, 0xc3, 0x60, 0xcd, 0xde, 0xc5, 0x5d, 0x17, 0xe5, 0xc3, 0xeb, 0x85, 0x62,
0x0c, 0xd0, 0x31, 0x8f, 0x85, 0xf5, 0xd3, 0xfe, 0xb6, 0xd2, 0xa0, 0x31, 0x40, 0xc7, 0x28, 0xcb,
0xbd, 0x30, 0x62, 0x6e, 0x6f, 0xb7, 0xb1, 0x70, 0x2e, 0x88, 0xbe, 0x21, 0x0c, 0x7b, 0xc3, 0x84,
0x71, 0xe2, 0x2a, 0xa4, 0xb8, 0x1d, 0xf0, 0x92, 0x8c, 0x2d, 0x51, 0x69, 0xd1, 0xd7, 0xde, 0xc4,
0x4c, 0xbf, 0x91, 0xb2, 0x38, 0xf1, 0x38, 0x0c, 0xd6, 0x9d, 0x8a, 0xbf, 0x4b, 0x9e, 0x98, 0x4e,
0xcc, 0xa4, 0x8c, 0x81, 0xba, 0xe3, 0xed, 0x30, 0x66, 0x3e, 0x97, 0x80, 0x61, 0x71, 0x97, 0x5f,
0x2f, 0x42, 0xaa, 0x61, 0x57, 0x4d, 0x12, 0x5a, 0xf4, 0x88, 0x69, 0x26, 0xe2, 0x60, 0x60, 0x6e,
0x99, 0xf1, 0x1b, 0x1e, 0x72, 0xe2, 0x1f, 0x14, 0x48, 0xf1, 0x61, 0x7d, 0x1c, 0x92, 0x2d, 0xd3,
0xdd, 0x21, 0xe2, 0x7a, 0xf3, 0x09, 0x4d, 0x31, 0xc8, 0x77, 0x3c, 0xee, 0xb4, 0x4c, 0x8b, 0x84,
0x00, 0x1b, 0xc7, 0xdf, 0xb1, 0x5f, 0x1b, 0xc8, 0xac, 0x91, 0xd7, 0x0f, 0xbb, 0xd9, 0x44, 0x96,
0xeb, 0x70, 0xbf, 0xb2, 0xf1, 0x02, 0x1b, 0xd6, 0xdf, 0x01, 0xa3, 0x6e, 0xdb, 0xac, 0x37, 0x04,
0xde, 0x24, 0xe1, 0xd5, 0x38, 0xc1, 0x63, 0xce, 0xc2, 0x1d, 0x5c, 0x6e, 0x0d, 0xb9, 0x66, 0x75,
0x07, 0xd5, 0x7c, 0x50, 0x1f, 0xd9, 0x66, 0x38, 0xca, 0x18, 0x8a, 0x8c, 0xce, 0xb1, 0x99, 0xef,
0x28, 0x30, 0xca, 0x5f, 0x98, 0x6a, 0x9e, 0xb1, 0x56, 0x00, 0x4c, 0xcb, 0xb2, 0xdd, 0xa0, 0xb9,
0x3a, 0x43, 0xb9, 0x03, 0x37, 0x97, 0xf3, 0x40, 0x46, 0x40, 0xc0, 0x44, 0x13, 0xc0, 0xa7, 0x74,
0x35, 0xdb, 0x14, 0x0c, 0xb0, 0x23, 0x1c, 0x72, 0x0e, 0x48, 0x5f, 0xb1, 0x81, 0x0e, 0xe1, 0x37,
0x2b, 0xfd, 0x30, 0xf4, 0x5e, 0x47, 0xdb, 0x75, 0x8b, 0x6d, 0xcc, 0xd2, 0x2f, 0x7c, 0x23, 0x24,
0xe9, 0x6d, 0x84, 0xe4, 0xdf, 0x07, 0x63, 0x55, 0xbb, 0x29, 0xab, 0x9b, 0xd7, 0xa4, 0xd7, 0x7c,
0xe7, 0x11, 0xe5, 0xbd, 0xe0, 0xb7, 0x98, 0x3f, 0x51, 0x94, 0x3f, 0x4c, 0xa8, 0x57, 0xd6, 0xf2,
0x5f, 0x48, 0x4c, 0x5c, 0xa1, 0xd0, 0x35, 0x3e, 0x53, 0x03, 0x6d, 0x35, 0x50, 0x15, 0x6b, 0x0f,
0x9f, 0x9d, 0x81, 0x07, 0xb6, 0xeb, 0xee, 0xce, 0xee, 0xf5, 0xb9, 0xaa, 0xdd, 0x3c, 0xb5, 0x6d,
0x6f, 0xdb, 0xfe, 0xd1, 0x27, 0xfe, 0x46, 0xbe, 0x90, 0x4f, 0xec, 0xf8, 0xb3, 0xdf, 0x1b, 0x9d,
0x88, 0x3c, 0x2b, 0xcd, 0x96, 0x61, 0x8c, 0x31, 0x57, 0xc8, 0xf9, 0x0b, 0x7d, 0x8b, 0xd0, 0xf7,
0xdd, 0xc3, 0x4a, 0x7f, 0xe9, 0xfb, 0x64, 0xb9, 0x36, 0x46, 0x19, 0x14, 0xd3, 0xe8, 0x8b, 0x46,
0xd6, 0x80, 0x23, 0x82, 0x3c, 0x9a, 0x9a, 0xa8, 0x1d, 0x21, 0xf1, 0x5b, 0x4c, 0xe2, 0x58, 0x40,
0xe2, 0x3a, 0x83, 0x66, 0x0b, 0x30, 0x74, 0x10, 0x59, 0x7f, 0xc7, 0x64, 0x0d, 0xa2, 0xa0, 0x90,
0x2b, 0x30, 0x42, 0x84, 0x54, 0x77, 0x1d, 0xd7, 0x6e, 0x92, 0xba, 0xb7, 0xbf, 0x98, 0x6f, 0x7f,
0x9f, 0xe6, 0xca, 0x30, 0x86, 0x15, 0x3c, 0x54, 0x36, 0x0b, 0xe4, 0xc8, 0xa9, 0x86, 0xaa, 0x8d,
0x08, 0x09, 0x37, 0x98, 0x22, 0x1e, 0x7f, 0xf6, 0x3d, 0x70, 0x18, 0x7f, 0x26, 0x65, 0x29, 0xa8,
0x49, 0xf4, 0x86, 0x57, 0xfa, 0x3b, 0x1f, 0xa4, 0xe9, 0x38, 0xe6, 0x09, 0x08, 0xe8, 0x14, 0xf0,
0xe2, 0x36, 0x72, 0x5d, 0xd4, 0x76, 0x2a, 0x66, 0x23, 0x4c, 0xbd, 0xc0, 0x8e, 0x41, 0xfa, 0xe3,
0xaf, 0x8a, 0x5e, 0xbc, 0x42, 0x91, 0xb9, 0x46, 0x23, 0xbb, 0x09, 0x47, 0x43, 0xa2, 0x22, 0x86,
0xcc, 0x4f, 0x30, 0x99, 0x87, 0x3b, 0x22, 0x03, 0x8b, 0x5d, 0x03, 0x3e, 0xee, 0xf9, 0x32, 0x86,
0xcc, 0x3f, 0x60, 0x32, 0x75, 0x86, 0xe5, 0x2e, 0xc5, 0x12, 0xaf, 0xc2, 0xe8, 0x93, 0xa8, 0x7d,
0xdd, 0x76, 0xd8, 0x2e, 0x4d, 0x0c, 0x71, 0x9f, 0x64, 0xe2, 0x46, 0x18, 0x90, 0x6c, 0xdb, 0x60,
0x59, 0x17, 0x21, 0xb5, 0x65, 0x56, 0x51, 0x0c, 0x11, 0x9f, 0x62, 0x22, 0x0e, 0x61, 0x7e, 0x0c,
0xcd, 0xc1, 0xe0, 0xb6, 0xcd, 0x56, 0xa6, 0x68, 0xf8, 0x73, 0x0c, 0x3e, 0xc0, 0x31, 0x4c, 0x44,
0xcb, 0x6e, 0xed, 0x36, 0xf0, 0xb2, 0x15, 0x2d, 0xe2, 0xd3, 0x5c, 0x04, 0xc7, 0x30, 0x11, 0x07,
0x30, 0xeb, 0xf3, 0x5c, 0x84, 0x13, 0xb0, 0xe7, 0xc3, 0x30, 0x60, 0x5b, 0x8d, 0x3d, 0xdb, 0x8a,
0xa3, 0xc4, 0x67, 0x98, 0x04, 0x60, 0x10, 0x2c, 0xe0, 0x12, 0xf4, 0xc7, 0x75, 0xc4, 0x67, 0x5f,
0xe5, 0xe9, 0xc1, 0x3d, 0x70, 0x05, 0x46, 0x78, 0x81, 0xaa, 0xdb, 0x56, 0x0c, 0x11, 0x7f, 0xcc,
0x44, 0x0c, 0x07, 0x60, 0x6c, 0x1a, 0x2e, 0x72, 0xdc, 0x6d, 0x14, 0x47, 0xc8, 0xe7, 0xf8, 0x34,
0x18, 0x84, 0x99, 0xf2, 0x3a, 0xb2, 0xaa, 0x3b, 0xf1, 0x24, 0xbc, 0xc0, 0x4d, 0xc9, 0x31, 0x58,
0x44, 0x01, 0x86, 0x9a, 0x66, 0xdb, 0xd9, 0x31, 0x1b, 0xb1, 0xdc, 0xf1, 0x79, 0x26, 0x63, 0xd0,
0x03, 0x31, 0x8b, 0xec, 0x5a, 0x07, 0x11, 0xf3, 0x05, 0x6e, 0x91, 0x00, 0x8c, 0xa5, 0x9e, 0xe3,
0x92, 0x2d, 0xad, 0x83, 0x48, 0xfb, 0x13, 0x9e, 0x7a, 0x14, 0xbb, 0x12, 0x94, 0x78, 0x09, 0xfa,
0x9d, 0xfa, 0x33, 0xb1, 0xc4, 0xfc, 0x29, 0xf7, 0x34, 0x01, 0x60, 0xf0, 0x35, 0xb8, 0x23, 0x74,
0x99, 0x88, 0x21, 0xec, 0xcf, 0x98, 0xb0, 0xf1, 0x90, 0xa5, 0x82, 0x95, 0x84, 0x83, 0x8a, 0xfc,
0x73, 0x5e, 0x12, 0x90, 0x24, 0x6b, 0x0d, 0xbf, 0x2b, 0x38, 0xe6, 0xd6, 0xc1, 0xac, 0xf6, 0x17,
0xdc, 0x6a, 0x14, 0x2b, 0x58, 0x6d, 0x03, 0xc6, 0x99, 0xc4, 0x83, 0xf9, 0xf5, 0x8b, 0xbc, 0xb0,
0x52, 0xf4, 0xa6, 0xe8, 0xdd, 0xf7, 0xc1, 0x84, 0x67, 0x4e, 0xde, 0x94, 0x3a, 0x95, 0xa6, 0xd9,
0x8a, 0x21, 0xf9, 0x4b, 0x4c, 0x32, 0xaf, 0xf8, 0x5e, 0x57, 0xeb, 0xac, 0x98, 0x2d, 0x2c, 0xfc,
0x31, 0x48, 0x73, 0xe1, 0xbb, 0x56, 0x1b, 0x55, 0xed, 0x6d, 0xab, 0xfe, 0x0c, 0xaa, 0xc5, 0x10,
0xfd, 0x97, 0x92, 0xab, 0x36, 0x03, 0x70, 0x2c, 0x79, 0x09, 0x34, 0xaf, 0x57, 0xa9, 0xd4, 0x9b,
0x2d, 0xbb, 0xed, 0x46, 0x48, 0xfc, 0x32, 0xf7, 0x94, 0x87, 0x5b, 0x22, 0xb0, 0x6c, 0x09, 0x86,
0xc9, 0xd7, 0xb8, 0x21, 0xf9, 0x15, 0x26, 0x68, 0xc8, 0x47, 0xb1, 0xc2, 0x51, 0xb5, 0x9b, 0x2d,
0xb3, 0x1d, 0xa7, 0xfe, 0xfd, 0x15, 0x2f, 0x1c, 0x0c, 0xc2, 0x0a, 0x87, 0xbb, 0xd7, 0x42, 0x78,
0xb5, 0x8f, 0x21, 0xe1, 0xab, 0xbc, 0x70, 0x70, 0x0c, 0x13, 0xc1, 0x1b, 0x86, 0x18, 0x22, 0xfe,
0x9a, 0x8b, 0xe0, 0x18, 0x2c, 0xe2, 0xdd, 0xfe, 0x42, 0xdb, 0x46, 0xdb, 0x75, 0xc7, 0x6d, 0xd3,
0x56, 0x78, 0x7f, 0x51, 0x5f, 0x7b, 0x55, 0x6c, 0xc2, 0x8c, 0x00, 0x14, 0x57, 0x22, 0xb6, 0x85,
0x4a, 0xde, 0x94, 0xa2, 0x15, 0xfb, 0x3a, 0xaf, 0x44, 0x01, 0x18, 0xcd, 0xcf, 0x11, 0xa9, 0x57,
0xd1, 0xa3, 0x2e, 0xc2, 0xa4, 0x7f, 0xf1, 0x35, 0x26, 0x4b, 0x6c, 0x55, 0xb2, 0xcb, 0x38, 0x80,
0xc4, 0x86, 0x22, 0x5a, 0xd8, 0x07, 0x5f, 0xf3, 0x62, 0x48, 0xe8, 0x27, 0xb2, 0x97, 0x61, 0x48,
0x68, 0x26, 0xa2, 0x45, 0xfd, 0x12, 0x13, 0x35, 0x18, 0xec, 0x25, 0xb2, 0x67, 0x21, 0x89, 0x1b,
0x83, 0x68, 0xf8, 0x2f, 0x33, 0x38, 0x61, 0xcf, 0x3e, 0x08, 0x29, 0xde, 0x10, 0x44, 0x43, 0x3f,
0xc4, 0xa0, 0x1e, 0x04, 0xc3, 0x79, 0x33, 0x10, 0x0d, 0xff, 0x15, 0x0e, 0xe7, 0x10, 0x0c, 0x8f,
0x6f, 0xc2, 0x17, 0x7f, 0x2d, 0xc9, 0x0a, 0x3a, 0xb7, 0xdd, 0x25, 0x38, 0xc4, 0xba, 0x80, 0x68,
0xf4, 0x47, 0xd8, 0xc3, 0x39, 0x22, 0x7b, 0x1e, 0x7a, 0x63, 0x1a, 0xfc, 0xd7, 0x19, 0x94, 0xf2,
0x67, 0x0b, 0x30, 0x10, 0x58, 0xf9, 0xa3, 0xe1, 0xbf, 0xc1, 0xe0, 0x41, 0x14, 0x56, 0x9d, 0xad,
0xfc, 0xd1, 0x02, 0x7e, 0x93, 0xab, 0xce, 0x10, 0xd8, 0x6c, 0x7c, 0xd1, 0x8f, 0x46, 0xff, 0x16,
0xb7, 0x3a, 0x87, 0x64, 0x1f, 0x86, 0x7e, 0xaf, 0x90, 0x47, 0xe3, 0x7f, 0x9b, 0xe1, 0x7d, 0x0c,
0xb6, 0x40, 0x60, 0x21, 0x89, 0x16, 0xf1, 0x3b, 0xdc, 0x02, 0x01, 0x14, 0x4e, 0x23, 0xb9, 0x39,
0x88, 0x96, 0xf4, 0x51, 0x9e, 0x46, 0x52, 0x6f, 0x80, 0xbd, 0x49, 0xea, 0x69, 0xb4, 0x88, 0xdf,
0xe5, 0xde, 0x24, 0xfc, 0x58, 0x0d, 0x79, 0xb5, 0x8d, 0x96, 0xf1, 0xfb, 0x5c, 0x0d, 0x69, 0xb1,
0xcd, 0xae, 0x81, 0xde, 0xb9, 0xd2, 0x46, 0xcb, 0xfb, 0x18, 0x93, 0x37, 0xda, 0xb1, 0xd0, 0x66,
0x1f, 0x85, 0xf1, 0xf0, 0x55, 0x36, 0x5a, 0xea, 0xc7, 0x5f, 0x93, 0xde, 0x8b, 0x82, 0x8b, 0x6c,
0x76, 0xc3, 0x2f, 0xd7, 0xc1, 0x15, 0x36, 0x5a, 0xec, 0x27, 0x5e, 0x13, 0x2b, 0x76, 0x70, 0x81,
0xcd, 0xe6, 0x00, 0xfc, 0xc5, 0x2d, 0x5a, 0xd6, 0x27, 0x99, 0xac, 0x00, 0x08, 0xa7, 0x06, 0x5b,
0xdb, 0xa2, 0xf1, 0x9f, 0xe2, 0xa9, 0xc1, 0x10, 0x38, 0x35, 0xf8, 0xb2, 0x16, 0x8d, 0x7e, 0x8e,
0xa7, 0x06, 0x87, 0xe0, 0xc8, 0x0e, 0xac, 0x1c, 0xd1, 0x12, 0x3e, 0xc3, 0x23, 0x3b, 0x80, 0xca,
0x5e, 0x82, 0x94, 0xb5, 0xdb, 0x68, 0xe0, 0x00, 0xd5, 0xf7, 0xbf, 0x20, 0x96, 0xfe, 0xd7, 0xd7,
0x99, 0x06, 0x1c, 0x90, 0x3d, 0x0b, 0xbd, 0xa8, 0x79, 0x1d, 0xd5, 0xa2, 0x90, 0xff, 0xf6, 0x3a,
0x2f, 0x4a, 0x98, 0x3b, 0xfb, 0x30, 0x00, 0x7d, 0xb5, 0x27, 0xc7, 0x56, 0x11, 0xd8, 0x7f, 0x7f,
0x9d, 0x5d, 0xdd, 0xf0, 0x21, 0xbe, 0x00, 0x7a, 0x11, 0x64, 0x7f, 0x01, 0xaf, 0x8a, 0x02, 0xc8,
0xac, 0x2f, 0xc2, 0xa1, 0xc7, 0x1d, 0xdb, 0x72, 0xcd, 0xed, 0x28, 0xf4, 0x7f, 0x30, 0x34, 0xe7,
0xc7, 0x06, 0x6b, 0xda, 0x6d, 0xe4, 0x9a, 0xdb, 0x4e, 0x14, 0xf6, 0x3f, 0x19, 0xd6, 0x03, 0x60,
0x70, 0xd5, 0x74, 0xdc, 0x38, 0xf3, 0xfe, 0x21, 0x07, 0x73, 0x00, 0x56, 0x1a, 0x7f, 0x7e, 0x02,
0xed, 0x45, 0x61, 0x7f, 0xc4, 0x95, 0x66, 0xfc, 0xd9, 0x07, 0xa1, 0x1f, 0x7f, 0xa4, 0xf7, 0xb1,
0x22, 0xc0, 0xff, 0xc5, 0xc0, 0x3e, 0x02, 0x3f, 0xd9, 0x71, 0x6b, 0x6e, 0x3d, 0xda, 0xd8, 0x3f,
0x66, 0x9e, 0xe6, 0xfc, 0xd9, 0x1c, 0x0c, 0x38, 0x6e, 0xad, 0xb6, 0xcb, 0xfa, 0xab, 0x08, 0xf8,
0x7f, 0xbf, 0xee, 0xbd, 0x72, 0x7b, 0x98, 0x7c, 0x29, 0x7c, 0xf7, 0x10, 0xae, 0xd8, 0x57, 0x6c,
0xba, 0x6f, 0xf8, 0xde, 0x4c, 0xf4, 0x06, 0x20, 0x7c, 0xbb, 0x01, 0x77, 0x54, 0xed, 0xe6, 0x75,
0xdb, 0x39, 0x75, 0xdd, 0x76, 0x77, 0x4e, 0xb9, 0x3b, 0x08, 0xaf, 0x51, 0x6c, 0x4f, 0x30, 0x89,
0x3f, 0x4f, 0x1c, 0x6c, 0x23, 0x91, 0x1c, 0x13, 0x97, 0xeb, 0x58, 0xfb, 0x32, 0xd9, 0xa9, 0xd7,
0x8f, 0x41, 0x1f, 0x99, 0xcf, 0x69, 0x72, 0x1a, 0xa6, 0xe4, 0x93, 0x37, 0x5e, 0x9e, 0xea, 0x31,
0xd8, 0x98, 0x47, 0x5d, 0x20, 0x5b, 0xa9, 0x09, 0x81, 0xba, 0xe0, 0x51, 0xcf, 0xd0, 0xdd, 0x54,
0x81, 0x7a, 0xc6, 0xa3, 0x2e, 0x92, 0x7d, 0x55, 0x55, 0xa0, 0x2e, 0x7a, 0xd4, 0xb3, 0xe4, 0xec,
0x60, 0x48, 0xa0, 0x9e, 0xf5, 0xa8, 0xe7, 0xc8, 0x89, 0x41, 0x52, 0xa0, 0x9e, 0xf3, 0xa8, 0xe7,
0xc9, 0x61, 0xc1, 0xa8, 0x40, 0x3d, 0xef, 0x51, 0x2f, 0x90, 0x43, 0x02, 0x5d, 0xa0, 0x5e, 0xf0,
0xa8, 0x17, 0xc9, 0x0d, 0x9c, 0x43, 0x02, 0xf5, 0xa2, 0x3e, 0x09, 0x87, 0xe8, 0xcc, 0xe7, 0xc9,
0x89, 0xf2, 0x08, 0x23, 0xf3, 0x41, 0x9f, 0x7e, 0x9a, 0xdc, 0xb6, 0xe9, 0x13, 0xe9, 0xa7, 0x7d,
0xfa, 0x02, 0xb9, 0xf8, 0xaf, 0x89, 0xf4, 0x05, 0x9f, 0x7e, 0x26, 0x3d, 0x44, 0x6e, 0x1c, 0x09,
0xf4, 0x33, 0x3e, 0x7d, 0x31, 0x3d, 0x8c, 0x43, 0x5a, 0xa4, 0x2f, 0xfa, 0xf4, 0xb3, 0xe9, 0x91,
0x69, 0x65, 0x66, 0x50, 0xa4, 0x9f, 0xcd, 0x7c, 0x80, 0xb8, 0xd7, 0xf2, 0xdd, 0x3b, 0x2e, 0xba,
0xd7, 0x73, 0xec, 0xb8, 0xe8, 0x58, 0xcf, 0xa5, 0xe3, 0xa2, 0x4b, 0x3d, 0x67, 0x8e, 0x8b, 0xce,
0xf4, 0xdc, 0x38, 0x2e, 0xba, 0xd1, 0x73, 0xe0, 0xb8, 0xe8, 0x40, 0xcf, 0x75, 0xe3, 0xa2, 0xeb,
0x3c, 0xa7, 0x8d, 0x8b, 0x4e, 0xf3, 0xdc, 0x35, 0x2e, 0xba, 0xcb, 0x73, 0x54, 0x5a, 0x72, 0x94,
0xef, 0xa2, 0xb4, 0xe4, 0x22, 0xdf, 0x39, 0x69, 0xc9, 0x39, 0xbe, 0x5b, 0xd2, 0x92, 0x5b, 0x7c,
0x87, 0xa4, 0x25, 0x87, 0xf8, 0xae, 0x48, 0x4b, 0xae, 0xf0, 0x9d, 0xc0, 0x72, 0xcc, 0x40, 0xad,
0x90, 0x1c, 0x53, 0xf7, 0xcd, 0x31, 0x75, 0xdf, 0x1c, 0x53, 0xf7, 0xcd, 0x31, 0x75, 0xdf, 0x1c,
0x53, 0xf7, 0xcd, 0x31, 0x75, 0xdf, 0x1c, 0x53, 0xf7, 0xcd, 0x31, 0x75, 0xdf, 0x1c, 0x53, 0xf7,
0xcf, 0x31, 0x35, 0x22, 0xc7, 0xd4, 0x88, 0x1c, 0x53, 0x23, 0x72, 0x4c, 0x8d, 0xc8, 0x31, 0x35,
0x22, 0xc7, 0xd4, 0xae, 0x39, 0xe6, 0xbb, 0x77, 0x5c, 0x74, 0x6f, 0x68, 0x8e, 0xa9, 0x5d, 0x72,
0x4c, 0xed, 0x92, 0x63, 0x6a, 0x97, 0x1c, 0x53, 0xbb, 0xe4, 0x98, 0xda, 0x25, 0xc7, 0xd4, 0x2e,
0x39, 0xa6, 0x76, 0xc9, 0x31, 0xb5, 0x5b, 0x8e, 0xa9, 0x5d, 0x73, 0x4c, 0xed, 0x9a, 0x63, 0x6a,
0xd7, 0x1c, 0x53, 0xbb, 0xe6, 0x98, 0xda, 0x35, 0xc7, 0xd4, 0x60, 0x8e, 0xfd, 0x8d, 0x0a, 0x3a,
0xcd, 0xb1, 0x35, 0x72, 0x27, 0x89, 0xb9, 0x62, 0x52, 0xca, 0xb4, 0x3e, 0xec, 0x3a, 0xcd, 0x77,
0xc9, 0xa4, 0x94, 0x6b, 0x22, 0x7d, 0xc1, 0xa3, 0xf3, 0x6c, 0x13, 0xe9, 0x67, 0x3c, 0x3a, 0xcf,
0x37, 0x91, 0xbe, 0xe8, 0xd1, 0x79, 0xc6, 0x89, 0xf4, 0xb3, 0x1e, 0x9d, 0xe7, 0x9c, 0x48, 0x3f,
0xe7, 0xd1, 0x79, 0xd6, 0x89, 0xf4, 0xf3, 0x1e, 0x9d, 0xe7, 0x9d, 0x48, 0xbf, 0xe0, 0xd1, 0x79,
0xe6, 0x89, 0xf4, 0x8b, 0xfa, 0xb4, 0x9c, 0x7b, 0x9c, 0xc1, 0x73, 0xed, 0xb4, 0x9c, 0x7d, 0x12,
0xc7, 0x69, 0x9f, 0x83, 0xe7, 0x9f, 0xc4, 0xb1, 0xe0, 0x73, 0xf0, 0x0c, 0x94, 0x38, 0xce, 0x64,
0x3e, 0x4c, 0xdc, 0x67, 0xc9, 0xee, 0x9b, 0x90, 0xdc, 0x97, 0x08, 0xb8, 0x6e, 0x42, 0x72, 0x5d,
0x22, 0xe0, 0xb6, 0x09, 0xc9, 0x6d, 0x89, 0x80, 0xcb, 0x26, 0x24, 0x97, 0x25, 0x02, 0xee, 0x9a,
0x90, 0xdc, 0x95, 0x08, 0xb8, 0x6a, 0x42, 0x72, 0x55, 0x22, 0xe0, 0xa6, 0x09, 0xc9, 0x4d, 0x89,
0x80, 0x8b, 0x26, 0x24, 0x17, 0x25, 0x02, 0xee, 0x99, 0x90, 0xdc, 0x93, 0x08, 0xb8, 0xe6, 0x98,
0xec, 0x9a, 0x44, 0xd0, 0x2d, 0xc7, 0x64, 0xb7, 0x24, 0x82, 0x2e, 0x39, 0x26, 0xbb, 0x24, 0x11,
0x74, 0xc7, 0x31, 0xd9, 0x1d, 0x89, 0xa0, 0x2b, 0x7e, 0x9a, 0xe0, 0x1d, 0xe1, 0xba, 0xdb, 0xde,
0xad, 0xba, 0xb7, 0xd5, 0x11, 0xce, 0x0b, 0xed, 0xc3, 0xc0, 0x82, 0x3e, 0x47, 0x1a, 0xd6, 0x60,
0xc7, 0x29, 0xad, 0x60, 0xf3, 0x42, 0x63, 0x11, 0x40, 0x58, 0xe1, 0x88, 0xc5, 0xdb, 0xea, 0x0d,
0xe7, 0x85, 0x36, 0x23, 0x5a, 0xbf, 0x0b, 0x6f, 0x79, 0xc7, 0xf6, 0x62, 0x82, 0x77, 0x6c, 0xcc,
0xfc, 0x07, 0xed, 0xd8, 0x66, 0xa3, 0x4d, 0xee, 0x19, 0x7b, 0x36, 0xda, 0xd8, 0x1d, 0xab, 0x4e,
0xdc, 0x0e, 0x6e, 0x36, 0xda, 0xb4, 0x9e, 0x51, 0xdf, 0xdc, 0x7e, 0x8b, 0x45, 0xb0, 0x81, 0x5a,
0x21, 0x11, 0x7c, 0xd0, 0x7e, 0x6b, 0x5e, 0x28, 0x25, 0x07, 0x8d, 0x60, 0xf5, 0xc0, 0x11, 0x7c,
0xd0, 0xce, 0x6b, 0x5e, 0x28, 0x2f, 0x07, 0x8e, 0xe0, 0xb7, 0xa0, 0x1f, 0x62, 0x11, 0xec, 0x9b,
0xff, 0xa0, 0xfd, 0xd0, 0x6c, 0xb4, 0xc9, 0x43, 0x23, 0x58, 0x3d, 0x40, 0x04, 0xc7, 0xe9, 0x8f,
0x66, 0xa3, 0x4d, 0x1b, 0x1e, 0xc1, 0xb7, 0xdd, 0xcd, 0x7c, 0x5a, 0x81, 0xd1, 0x72, 0xbd, 0x56,
0x6a, 0x5e, 0x47, 0xb5, 0x1a, 0xaa, 0x31, 0x3b, 0xce, 0x0b, 0x95, 0xa0, 0x8b, 0xab, 0x5f, 0x7a,
0x79, 0xca, 0xb7, 0xf0, 0x59, 0x48, 0x51, 0x9b, 0xce, 0xcf, 0xa7, 0x6f, 0x28, 0x11, 0x15, 0xce,
0x63, 0xd5, 0x8f, 0x73, 0xd8, 0xe9, 0xf9, 0xf4, 0x3f, 0x2a, 0x81, 0x2a, 0xe7, 0x0d, 0x67, 0x3e,
0x4a, 0x34, 0xb4, 0x6e, 0x5b, 0xc3, 0x53, 0xb1, 0x34, 0x0c, 0xe8, 0x76, 0x67, 0x87, 0x6e, 0x01,
0xad, 0x76, 0x61, 0xa4, 0x5c, 0xaf, 0x95, 0xc9, 0x9f, 0x9c, 0xc7, 0x51, 0x89, 0xf2, 0x48, 0xf5,
0x60, 0x5e, 0x08, 0xcb, 0x20, 0xc2, 0x0b, 0x69, 0xb1, 0x46, 0x64, 0xea, 0xf8, 0xb1, 0x96, 0xf0,
0xd8, 0xd9, 0x6e, 0x8f, 0xf5, 0x2b, 0xbb, 0xf7, 0xc0, 0xd9, 0x6e, 0x0f, 0xf4, 0x73, 0xc8, 0x7b,
0xd4, 0xd3, 0x7c, 0x71, 0xa6, 0x37, 0x83, 0xf4, 0x63, 0x90, 0x58, 0xa2, 0x17, 0x97, 0x07, 0xf3,
0x83, 0x58, 0xa9, 0xef, 0xbe, 0x3c, 0x95, 0xdc, 0xdc, 0xad, 0xd7, 0x8c, 0xc4, 0x52, 0x4d, 0xbf,
0x0a, 0xbd, 0xef, 0x61, 0x7f, 0xf8, 0x88, 0x19, 0x16, 0x19, 0xc3, 0xfd, 0x5d, 0xf7, 0x88, 0xf0,
0x83, 0x4f, 0xd1, 0x5d, 0xc6, 0xb9, 0xcd, 0xba, 0xe5, 0x9e, 0x5e, 0xb8, 0x60, 0x50, 0x11, 0x99,
0xff, 0x0b, 0x40, 0x9f, 0x59, 0x34, 0x9d, 0x1d, 0xbd, 0xcc, 0x25, 0xd3, 0x47, 0x5f, 0xf8, 0xee,
0xcb, 0x53, 0x8b, 0x71, 0xa4, 0x3e, 0x50, 0x33, 0x9d, 0x9d, 0x07, 0xdc, 0xbd, 0x16, 0x9a, 0xcb,
0xef, 0xb9, 0xc8, 0xe1, 0xd2, 0x5b, 0x7c, 0xd5, 0x63, 0xf3, 0x4a, 0x07, 0xe6, 0x95, 0x12, 0xe6,
0x74, 0x59, 0x9c, 0xd3, 0xfc, 0x1b, 0x9d, 0xcf, 0xd3, 0x7c, 0x91, 0x90, 0x2c, 0xa9, 0x46, 0x59,
0x52, 0xbd, 0x5d, 0x4b, 0xb6, 0x78, 0x7d, 0x94, 0xe6, 0xaa, 0xee, 0x37, 0x57, 0xf5, 0x76, 0xe6,
0xfa, 0x3f, 0x34, 0x5b, 0xbd, 0x7c, 0xda, 0xb4, 0xe8, 0xa5, 0xc9, 0x9f, 0xaf, 0xbd, 0xa0, 0x37,
0xb5, 0x0b, 0xc8, 0x26, 0x6f, 0x3c, 0x3f, 0xa5, 0x64, 0x3e, 0x9d, 0xe0, 0x33, 0xa7, 0x89, 0xf4,
0xc6, 0x66, 0xfe, 0xf3, 0xd2, 0x53, 0xbd, 0x15, 0x16, 0x7a, 0x4e, 0x81, 0xf1, 0x8e, 0x4a, 0x4e,
0xcd, 0xf4, 0xe6, 0x96, 0x73, 0xeb, 0xa0, 0xe5, 0x9c, 0x29, 0xf8, 0x15, 0x05, 0x0e, 0x4b, 0xe5,
0x95, 0xaa, 0x77, 0x4a, 0x52, 0xef, 0x68, 0xe7, 0x93, 0x08, 0x63, 0x40, 0xbb, 0xa0, 0x7b, 0x25,
0x40, 0x40, 0xb2, 0xe7, 0xf7, 0x45, 0xc9, 0xef, 0xc7, 0x3c, 0x40, 0x88, 0xb9, 0x78, 0x04, 0x30,
0xb5, 0x6d, 0x48, 0x6e, 0xb4, 0x11, 0xd2, 0x27, 0x21, 0xb1, 0xda, 0x66, 0x1a, 0x0e, 0x53, 0xfc,
0x6a, 0x3b, 0xdf, 0x36, 0xad, 0xea, 0x8e, 0x91, 0x58, 0x6d, 0xeb, 0xc7, 0x41, 0xcd, 0xb1, 0x3f,
0xba, 0x1e, 0x58, 0x18, 0xa1, 0x0c, 0x39, 0xab, 0xc6, 0x38, 0x30, 0x4d, 0x9f, 0x84, 0xe4, 0x32,
0x32, 0xb7, 0x98, 0x12, 0x40, 0x79, 0xf0, 0x88, 0x41, 0xc6, 0xd9, 0x03, 0x1f, 0x83, 0x14, 0x17,
0xac, 0x9f, 0xc0, 0x88, 0x2d, 0x97, 0x3d, 0x96, 0x21, 0xb0, 0x3a, 0x6c, 0xe5, 0x22, 0x54, 0xfd,
0x24, 0xf4, 0x1a, 0xf5, 0xed, 0x1d, 0x97, 0x3d, 0xbc, 0x93, 0x8d, 0x92, 0x33, 0xd7, 0xa0, 0xdf,
0xd3, 0xe8, 0x4d, 0x16, 0x5d, 0xa4, 0x53, 0xd3, 0x27, 0x82, 0xeb, 0x09, 0xdf, 0xb7, 0xa4, 0x43,
0xfa, 0x34, 0xa4, 0xd6, 0xdd, 0xb6, 0x5f, 0xf4, 0x79, 0x47, 0xea, 0x8d, 0x66, 0x3e, 0xa0, 0x40,
0xaa, 0x88, 0x50, 0x8b, 0x18, 0xfc, 0x1e, 0x48, 0x16, 0xed, 0xa7, 0x2c, 0xa6, 0xe0, 0x28, 0xb3,
0x28, 0x26, 0x33, 0x9b, 0x12, 0xb2, 0x7e, 0x4f, 0xd0, 0xee, 0x63, 0x9e, 0xdd, 0x03, 0x7c, 0xc4,
0xf6, 0x19, 0xc1, 0xf6, 0xcc, 0x81, 0x98, 0xa9, 0xc3, 0xfe, 0xe7, 0x61, 0x20, 0xf0, 0x14, 0x7d,
0x86, 0xa9, 0x91, 0x90, 0x81, 0x41, 0x5b, 0x61, 0x8e, 0x0c, 0x82, 0x21, 0xe1, 0xc1, 0x18, 0x1a,
0x30, 0x71, 0x17, 0x28, 0x31, 0xf3, 0xac, 0x68, 0xe6, 0x70, 0x56, 0x66, 0xea, 0x79, 0x6a, 0x23,
0x62, 0xee, 0x13, 0x34, 0x38, 0xbb, 0x3b, 0x11, 0x7f, 0xce, 0xf4, 0x82, 0x5a, 0xae, 0x37, 0x32,
0x0f, 0x02, 0xd0, 0x94, 0x2f, 0x59, 0xbb, 0x4d, 0x29, 0xeb, 0x86, 0xb9, 0x81, 0x37, 0x76, 0xd0,
0x06, 0x72, 0x08, 0x8b, 0xd8, 0x4f, 0xe1, 0x02, 0x03, 0x34, 0xc5, 0x08, 0xfe, 0xbe, 0x48, 0x7c,
0x68, 0x27, 0x86, 0x59, 0xd3, 0x94, 0xf5, 0x1a, 0x72, 0x73, 0x96, 0xed, 0xee, 0xa0, 0xb6, 0x84,
0x58, 0xd0, 0xcf, 0x08, 0x09, 0x3b, 0xbc, 0x70, 0xa7, 0x87, 0xe8, 0x0a, 0x3a, 0x93, 0xf9, 0x22,
0x51, 0x10, 0xb7, 0x02, 0x1d, 0x13, 0x54, 0x63, 0x4c, 0x50, 0x3f, 0x27, 0xf4, 0x6f, 0xfb, 0xa8,
0x29, 0xbd, 0x5a, 0x5e, 0x14, 0xde, 0x73, 0xf6, 0x57, 0x56, 0x7c, 0xc7, 0xe4, 0x36, 0xe5, 0x2a,
0xdf, 0x17, 0xa9, 0x72, 0x97, 0xee, 0xf6, 0xa0, 0x36, 0x55, 0xe3, 0xda, 0xf4, 0x1b, 0x5e, 0xc7,
0x41, 0x7f, 0xd9, 0x82, 0xfc, 0x26, 0x8c, 0x7e, 0x7f, 0xa4, 0xef, 0xb3, 0x4a, 0xc1, 0x53, 0x75,
0x31, 0xae, 0xfb, 0xb3, 0x89, 0x7c, 0xde, 0x53, 0xf7, 0xfc, 0x01, 0x42, 0x20, 0x9b, 0x28, 0x14,
0xbc, 0xb2, 0x9d, 0xfa, 0xf0, 0xf3, 0x53, 0xca, 0x0b, 0xcf, 0x4f, 0xf5, 0x64, 0x3e, 0xaf, 0xc0,
0x28, 0xe3, 0x0c, 0x04, 0xee, 0x03, 0x92, 0xf2, 0x47, 0x78, 0xcd, 0x08, 0xb3, 0xc0, 0xdb, 0x16,
0xbc, 0xdf, 0x52, 0x20, 0xdd, 0xa1, 0x2b, 0xb7, 0xf7, 0x7c, 0x2c, 0x95, 0xb3, 0x4a, 0xe9, 0x67,
0x6f, 0xf3, 0x6b, 0xd0, 0xbb, 0x51, 0x6f, 0xa2, 0x36, 0x5e, 0x09, 0xf0, 0x07, 0xaa, 0x32, 0x3f,
0xcc, 0xa1, 0x43, 0x9c, 0x46, 0x95, 0x13, 0x68, 0x0b, 0x7a, 0x1a, 0x92, 0x45, 0xd3, 0x35, 0x89,
0x06, 0x83, 0x5e, 0x7d, 0x35, 0x5d, 0x33, 0x73, 0x06, 0x06, 0x57, 0xf6, 0xc8, 0x6d, 0x9c, 0x1a,
0xb9, 0x24, 0x22, 0x76, 0x7f, 0xbc, 0x5f, 0x3d, 0x3d, 0xdb, 0x9b, 0xaa, 0x69, 0x37, 0x94, 0x6c,
0x92, 0xe8, 0xf3, 0x24, 0x0c, 0xaf, 0x62, 0xb5, 0x09, 0x4e, 0x80, 0xd1, 0xa7, 0xab, 0xde, 0xe4,
0xa5, 0xa6, 0x4c, 0xf5, 0x9b, 0xb2, 0x69, 0x50, 0x56, 0xc4, 0xd6, 0x29, 0xa8, 0x87, 0xa1, 0xac,
0xcc, 0x26, 0x53, 0xc3, 0xda, 0xe8, 0x6c, 0x32, 0x05, 0xda, 0x10, 0x7b, 0xee, 0xdf, 0xab, 0xa0,
0xd1, 0x56, 0xa7, 0x88, 0xb6, 0xea, 0x56, 0xdd, 0xed, 0xec, 0x57, 0x3d, 0x8d, 0xf5, 0x87, 0xa1,
0x1f, 0x9b, 0xf4, 0x32, 0xfb, 0x69, 0x38, 0x6c, 0xfa, 0xe3, 0xac, 0x45, 0x91, 0x44, 0xb0, 0x01,
0x12, 0x3a, 0x3e, 0x46, 0xbf, 0x0c, 0x6a, 0xb9, 0xbc, 0xc2, 0x16, 0xb7, 0xc5, 0x7d, 0xa1, 0xec,
0x2a, 0x0e, 0xfb, 0xc6, 0xc6, 0x9c, 0x6d, 0x03, 0x0b, 0xd0, 0x17, 0x21, 0x51, 0x5e, 0x61, 0x0d,
0xef, 0x89, 0x38, 0x62, 0x8c, 0x44, 0x79, 0x65, 0xe2, 0x6f, 0x15, 0x18, 0x12, 0x46, 0xf5, 0x0c,
0x0c, 0xd2, 0x81, 0xc0, 0x74, 0xfb, 0x0c, 0x61, 0x8c, 0xeb, 0x9c, 0xb8, 0x4d, 0x9d, 0x27, 0x72,
0x30, 0x22, 0x8d, 0xeb, 0x73, 0xa0, 0x07, 0x87, 0x98, 0x12, 0xf4, 0x67, 0xa9, 0x42, 0x28, 0x99,
0xbb, 0x00, 0x7c, 0xbb, 0x7a, 0xbf, 0xa6, 0x54, 0x2e, 0xad, 0x6f, 0x94, 0x8a, 0x9a, 0x92, 0xf9,
0xaa, 0x02, 0x03, 0xac, 0x6d, 0xad, 0xda, 0x2d, 0xa4, 0xe7, 0x41, 0xc9, 0xb1, 0x78, 0x78, 0x63,
0x7a, 0x2b, 0x39, 0xfd, 0x14, 0x28, 0xf9, 0xf8, 0xae, 0x56, 0xf2, 0xfa, 0x02, 0x28, 0x05, 0xe6,
0xe0, 0x78, 0x9e, 0x51, 0x0a, 0x99, 0x1f, 0xab, 0x30, 0x16, 0x6c, 0xa3, 0x79, 0x3d, 0x39, 0x2e,
0xbe, 0x37, 0x65, 0xfb, 0x4f, 0x2f, 0x9c, 0x59, 0x9c, 0xc3, 0xff, 0x78, 0x21, 0x99, 0x11, 0x5f,
0xa1, 0xb2, 0xe0, 0xb1, 0x9c, 0xee, 0x76, 0x4f, 0x24, 0x9b, 0x0c, 0x48, 0xe8, 0xb8, 0x27, 0x22,
0x50, 0x3b, 0xee, 0x89, 0x08, 0xd4, 0x8e, 0x7b, 0x22, 0x02, 0xb5, 0xe3, 0x2c, 0x40, 0xa0, 0x76,
0xdc, 0x13, 0x11, 0xa8, 0x1d, 0xf7, 0x44, 0x04, 0x6a, 0xe7, 0x3d, 0x11, 0x46, 0xee, 0x7a, 0x4f,
0x44, 0xa4, 0x77, 0xde, 0x13, 0x11, 0xe9, 0x9d, 0xf7, 0x44, 0xb2, 0x49, 0xb7, 0xbd, 0x8b, 0xba,
0x9f, 0x3a, 0x88, 0xf8, 0xfd, 0x5e, 0x02, 0xfd, 0x0a, 0xbc, 0x0a, 0x23, 0x74, 0x43, 0xa2, 0x60,
0x5b, 0xae, 0x59, 0xb7, 0x50, 0x5b, 0x7f, 0x27, 0x0c, 0xd2, 0x21, 0xfa, 0x9a, 0x13, 0xf6, 0x1a,
0x48, 0xe9, 0xac, 0xde, 0x0a, 0xdc, 0x99, 0x9f, 0x26, 0x61, 0x9c, 0x0e, 0x94, 0xcd, 0x26, 0x12,
0x6e, 0x19, 0x9d, 0x94, 0xce, 0x94, 0x86, 0x31, 0xfc, 0xd6, 0xcb, 0x53, 0x74, 0x34, 0xe7, 0x45,
0xd3, 0x49, 0xe9, 0x74, 0x49, 0xe4, 0xf3, 0x17, 0xa0, 0x93, 0xd2, 0xcd, 0x23, 0x91, 0xcf, 0x5b,
0x6f, 0x3c, 0x3e, 0x7e, 0x07, 0x49, 0xe4, 0x2b, 0x7a, 0x51, 0x76, 0x52, 0xba, 0x8d, 0x24, 0xf2,
0x95, 0xbc, 0x78, 0x3b, 0x29, 0x9d, 0x3d, 0x89, 0x7c, 0x97, 0xbd, 0xc8, 0x3b, 0x29, 0x9d, 0x42,
0x89, 0x7c, 0x57, 0xbc, 0x18, 0x3c, 0x29, 0xdd, 0x55, 0x12, 0xf9, 0x1e, 0xf1, 0xa2, 0xf1, 0xa4,
0x74, 0x6b, 0x49, 0xe4, 0x5b, 0xf2, 0xe2, 0x72, 0x46, 0xbe, 0xbf, 0x24, 0x32, 0x5e, 0xf5, 0x23,
0x74, 0x46, 0xbe, 0xc9, 0x24, 0x72, 0xbe, 0xcb, 0x8f, 0xd5, 0x19, 0xf9, 0x4e, 0x93, 0xc8, 0xb9,
0xec, 0x47, 0xed, 0x8c, 0x7c, 0x56, 0x26, 0x72, 0xae, 0xf8, 0xf1, 0x3b, 0x23, 0x9f, 0x9a, 0x89,
0x9c, 0x65, 0x3f, 0x92, 0x67, 0xe4, 0xf3, 0x33, 0x91, 0x73, 0xd5, 0xdf, 0x44, 0xff, 0xa6, 0x14,
0x7e, 0x81, 0x5b, 0x50, 0x19, 0x29, 0xfc, 0x20, 0x24, 0xf4, 0xa4, 0x42, 0x16, 0xe0, 0xf1, 0xc3,
0x2e, 0x23, 0x85, 0x1d, 0x84, 0x84, 0x5c, 0x46, 0x0a, 0x39, 0x08, 0x09, 0xb7, 0x8c, 0x14, 0x6e,
0x10, 0x12, 0x6a, 0x19, 0x29, 0xd4, 0x20, 0x24, 0xcc, 0x32, 0x52, 0x98, 0x41, 0x48, 0x88, 0x65,
0xa4, 0x10, 0x83, 0x90, 0xf0, 0xca, 0x48, 0xe1, 0x05, 0x21, 0xa1, 0x75, 0x42, 0x0e, 0x2d, 0x08,
0x0b, 0xab, 0x13, 0x72, 0x58, 0x41, 0x58, 0x48, 0xdd, 0x2d, 0x87, 0x54, 0xff, 0xad, 0x97, 0xa7,
0x7a, 0xf1, 0x50, 0x20, 0x9a, 0x4e, 0xc8, 0xd1, 0x04, 0x61, 0x91, 0x74, 0x42, 0x8e, 0x24, 0x08,
0x8b, 0xa2, 0x13, 0x72, 0x14, 0x41, 0x58, 0x04, 0xbd, 0x28, 0x47, 0x90, 0x7f, 0xc7, 0x27, 0x23,
0x1d, 0x29, 0x46, 0x45, 0x90, 0x1a, 0x23, 0x82, 0xd4, 0x18, 0x11, 0xa4, 0xc6, 0x88, 0x20, 0x35,
0x46, 0x04, 0xa9, 0x31, 0x22, 0x48, 0x8d, 0x11, 0x41, 0x6a, 0x8c, 0x08, 0x52, 0xe3, 0x44, 0x90,
0x1a, 0x2b, 0x82, 0xd4, 0x6e, 0x11, 0x74, 0x42, 0xbe, 0xf1, 0x00, 0x61, 0x05, 0xe9, 0x84, 0x7c,
0xf4, 0x19, 0x1d, 0x42, 0x6a, 0xac, 0x10, 0x52, 0xbb, 0x85, 0xd0, 0x37, 0x55, 0x18, 0x13, 0x42,
0x88, 0x9d, 0x0f, 0xbd, 0x59, 0x15, 0xe8, 0x5c, 0x8c, 0x0b, 0x16, 0x61, 0x31, 0x75, 0x2e, 0xc6,
0x21, 0xf5, 0x7e, 0x71, 0xd6, 0x59, 0x85, 0x4a, 0x31, 0xaa, 0xd0, 0x65, 0x2f, 0x86, 0xce, 0xc5,
0xb8, 0x78, 0xd1, 0x19, 0x7b, 0x17, 0xf6, 0x2b, 0x02, 0x8f, 0xc4, 0x2a, 0x02, 0x4b, 0xb1, 0x8a,
0xc0, 0x55, 0xdf, 0x83, 0x1f, 0x4a, 0xc0, 0x61, 0xdf, 0x83, 0xf4, 0x13, 0xf9, 0xe9, 0xa6, 0x4c,
0xe0, 0x88, 0x4a, 0xe7, 0xc7, 0x36, 0x01, 0x37, 0x26, 0x96, 0x6a, 0xfa, 0x9a, 0x78, 0x58, 0x95,
0x3d, 0xe8, 0x01, 0x4e, 0xc0, 0xe3, 0x6c, 0x33, 0xf4, 0x04, 0xa8, 0x4b, 0x35, 0x87, 0x54, 0x8b,
0xb0, 0xc7, 0x16, 0x0c, 0x4c, 0xd6, 0x0d, 0xe8, 0x23, 0xec, 0x0e, 0x71, 0xef, 0xed, 0x3c, 0xb8,
0x68, 0x30, 0x49, 0x99, 0x17, 0x15, 0x98, 0x16, 0x42, 0xf9, 0xcd, 0x39, 0x32, 0xb8, 0x14, 0xeb,
0xc8, 0x40, 0x48, 0x10, 0xff, 0xf8, 0xe0, 0xde, 0xce, 0x93, 0xea, 0x60, 0x96, 0xc8, 0x47, 0x09,
0xbf, 0x00, 0xc3, 0xfe, 0x0c, 0xc8, 0x3b, 0xdb, 0xd9, 0xe8, 0xdd, 0xcc, 0xb0, 0xd4, 0x3c, 0x2b,
0xed, 0xa2, 0xed, 0x0b, 0xf3, 0xb2, 0x35, 0x93, 0x85, 0x91, 0xb2, 0xf8, 0x77, 0x41, 0x51, 0x9b,
0x11, 0x29, 0xdc, 0x9a, 0xdf, 0xf8, 0xcc, 0x54, 0x4f, 0xe6, 0x7e, 0x18, 0x0c, 0xfe, 0xe9, 0x8f,
0x04, 0xec, 0xe7, 0xc0, 0x6c, 0xf2, 0x25, 0xcc, 0xfd, 0x7b, 0x0a, 0x1c, 0x09, 0xb2, 0x3f, 0x5a,
0x77, 0x77, 0x96, 0x2c, 0xdc, 0xd3, 0x3f, 0x08, 0x29, 0xc4, 0x1c, 0xc7, 0x7e, 0x85, 0x85, 0xbd,
0x47, 0x86, 0xb2, 0xcf, 0x91, 0x7f, 0x0d, 0x0f, 0x22, 0xed, 0x82, 0xf0, 0xc7, 0x2e, 0x4c, 0xdc,
0x03, 0xbd, 0x54, 0xbe, 0xa8, 0xd7, 0x90, 0xa4, 0xd7, 0x67, 0x43, 0xf4, 0x22, 0x71, 0xa4, 0x5f,
0x15, 0xf4, 0x0a, 0xbc, 0xae, 0x86, 0xb2, 0xcf, 0xf1, 0xe0, 0xcb, 0xa7, 0x70, 0xff, 0x47, 0x22,
0x2a, 0x5a, 0xc9, 0x19, 0x48, 0x95, 0x64, 0x9e, 0x70, 0x3d, 0x8b, 0x90, 0x2c, 0xdb, 0x35, 0xf2,
0xfb, 0x30, 0xe4, 0x07, 0x91, 0x99, 0x91, 0xd9, 0xaf, 0x23, 0x9f, 0x84, 0x54, 0x61, 0xa7, 0xde,
0xa8, 0xb5, 0x91, 0xc5, 0xce, 0xec, 0xd9, 0x16, 0x3a, 0xc6, 0x18, 0x1e, 0x2d, 0x53, 0x80, 0xd1,
0xb2, 0x6d, 0xe5, 0xf7, 0xdc, 0x60, 0xdd, 0x98, 0x93, 0x52, 0x84, 0x9d, 0xf9, 0x90, 0xbf, 0x03,
0xc1, 0x0c, 0xf9, 0xde, 0xef, 0xbe, 0x3c, 0xa5, 0x6c, 0x78, 0xfb, 0xe7, 0x2b, 0x70, 0x94, 0xa5,
0x4f, 0x87, 0xa8, 0x85, 0x28, 0x51, 0xfd, 0xec, 0x9c, 0x3a, 0x20, 0x6e, 0x09, 0x8b, 0xb3, 0x42,
0xc5, 0xbd, 0x31, 0xcd, 0x70, 0x53, 0xb4, 0xaf, 0x66, 0xea, 0x81, 0x34, 0x0b, 0x15, 0x37, 0x17,
0x25, 0x4e, 0xd2, 0xec, 0x6e, 0xe8, 0xf7, 0x68, 0x81, 0x68, 0x08, 0x66, 0xca, 0xc2, 0x6c, 0x06,
0x06, 0x02, 0x09, 0xab, 0xf7, 0x82, 0x92, 0xd3, 0x7a, 0xf0, 0x7f, 0x79, 0x4d, 0xc1, 0xff, 0x15,
0xb4, 0xc4, 0xec, 0x3d, 0x30, 0x22, 0xed, 0x5f, 0x62, 0x4a, 0x51, 0x03, 0xfc, 0x5f, 0x49, 0x1b,
0x98, 0x48, 0x7e, 0xf8, 0x8f, 0x26, 0x7b, 0x66, 0x2f, 0x81, 0xde, 0xb9, 0xd3, 0xa9, 0xf7, 0x41,
0x22, 0x87, 0x45, 0x1e, 0x85, 0x44, 0x3e, 0xaf, 0x29, 0x13, 0x23, 0xbf, 0xfa, 0xa9, 0xe9, 0x81,
0x3c, 0xf9, 0xbb, 0xe6, 0x6b, 0xc8, 0xcd, 0xe7, 0x19, 0xf8, 0x21, 0x38, 0x12, 0xba, 0x53, 0x8a,
0xf1, 0x85, 0x02, 0xc5, 0x17, 0x8b, 0x1d, 0xf8, 0x62, 0x91, 0xe0, 0x95, 0x2c, 0x3f, 0x71, 0xce,
0xe9, 0x21, 0xbb, 0x8c, 0xe9, 0x5a, 0xe0, 0x84, 0x3b, 0x97, 0x7d, 0x88, 0xf1, 0xe6, 0x43, 0x79,
0x51, 0xc4, 0x89, 0x75, 0x3e, 0x5b, 0x60, 0xf8, 0x42, 0x28, 0x7e, 0x4b, 0x3a, 0x56, 0x15, 0x57,
0x08, 0x26, 0xa4, 0xe0, 0x29, 0x5c, 0x0c, 0x15, 0xb2, 0x13, 0xb8, 0xec, 0x5e, 0xf4, 0x14, 0x2e,
0x85, 0xf2, 0xd6, 0x23, 0x2e, 0x7d, 0x95, 0xb2, 0xa7, 0xd8, 0x22, 0x9f, 0x3b, 0xad, 0x1f, 0xe1,
0x39, 0x2a, 0x54, 0x60, 0x66, 0x20, 0xce, 0x95, 0x2d, 0x30, 0x40, 0xbe, 0x2b, 0xa0, 0xbb, 0x95,
0x38, 0x32, 0xfb, 0x08, 0x13, 0x52, 0xe8, 0x2a, 0x24, 0xc2, 0x54, 0x1c, 0x9e, 0xdf, 0xb8, 0x71,
0x73, 0xb2, 0xe7, 0xa5, 0x9b, 0x93, 0x3d, 0xff, 0x74, 0x73, 0xb2, 0xe7, 0x7b, 0x37, 0x27, 0x95,
0x1f, 0xdc, 0x9c, 0x54, 0x7e, 0x74, 0x73, 0x52, 0xf9, 0xc9, 0xcd, 0x49, 0xe5, 0xd9, 0x5b, 0x93,
0xca, 0x0b, 0xb7, 0x26, 0x95, 0x2f, 0xde, 0x9a, 0x54, 0xbe, 0x76, 0x6b, 0x52, 0x79, 0xf1, 0xd6,
0xa4, 0x72, 0xe3, 0xd6, 0xa4, 0xf2, 0xd2, 0xad, 0x49, 0xe5, 0x7b, 0xb7, 0x26, 0x95, 0x1f, 0xdc,
0x9a, 0xec, 0xf9, 0xd1, 0xad, 0x49, 0xe5, 0x27, 0xb7, 0x26, 0x7b, 0x9e, 0x7d, 0x65, 0xb2, 0xe7,
0xf9, 0x57, 0x26, 0x7b, 0x5e, 0x78, 0x65, 0x52, 0xf9, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xeb,
0x29, 0x6c, 0xaf, 0x64, 0x67, 0x00, 0x00,
}
r := bytes.NewReader(gzipped)
gzipr, err := compress_gzip.NewReader(r)
if err != nil {
panic(err)
}
ungzipped, err := io_ioutil.ReadAll(gzipr)
if err != nil {
panic(err)
}
if err := github_com_gogo_protobuf_proto.Unmarshal(ungzipped, d); err != nil {
panic(err)
}
return d
}
func (x TheTestEnum) String() string {
s, ok := TheTestEnum_name[int32(x)]
if ok {
return s
}
return strconv.Itoa(int(x))
}
func (x AnotherTestEnum) String() string {
s, ok := AnotherTestEnum_name[int32(x)]
if ok {
return s
}
return strconv.Itoa(int(x))
}
func (x YetAnotherTestEnum) String() string {
s, ok := YetAnotherTestEnum_name[int32(x)]
if ok {
return s
}
return strconv.Itoa(int(x))
}
func (x YetYetAnotherTestEnum) String() string {
s, ok := YetYetAnotherTestEnum_name[int32(x)]
if ok {
return s
}
return strconv.Itoa(int(x))
}
func (x NestedDefinition_NestedEnum) String() string {
s, ok := NestedDefinition_NestedEnum_name[int32(x)]
if ok {
return s
}
return strconv.Itoa(int(x))
}
func (this *NidOptNative) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidOptNative)
if !ok {
that2, ok := that.(NidOptNative)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidOptNative")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidOptNative but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidOptNative but is not nil && this == nil")
}
if this.Field1 != that1.Field1 {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", this.Field1, that1.Field1)
}
if this.Field2 != that1.Field2 {
return fmt.Errorf("Field2 this(%v) Not Equal that(%v)", this.Field2, that1.Field2)
}
if this.Field3 != that1.Field3 {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", this.Field3, that1.Field3)
}
if this.Field4 != that1.Field4 {
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", this.Field4, that1.Field4)
}
if this.Field5 != that1.Field5 {
return fmt.Errorf("Field5 this(%v) Not Equal that(%v)", this.Field5, that1.Field5)
}
if this.Field6 != that1.Field6 {
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", this.Field6, that1.Field6)
}
if this.Field7 != that1.Field7 {
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", this.Field7, that1.Field7)
}
if this.Field8 != that1.Field8 {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", this.Field8, that1.Field8)
}
if this.Field9 != that1.Field9 {
return fmt.Errorf("Field9 this(%v) Not Equal that(%v)", this.Field9, that1.Field9)
}
if this.Field10 != that1.Field10 {
return fmt.Errorf("Field10 this(%v) Not Equal that(%v)", this.Field10, that1.Field10)
}
if this.Field11 != that1.Field11 {
return fmt.Errorf("Field11 this(%v) Not Equal that(%v)", this.Field11, that1.Field11)
}
if this.Field12 != that1.Field12 {
return fmt.Errorf("Field12 this(%v) Not Equal that(%v)", this.Field12, that1.Field12)
}
if this.Field13 != that1.Field13 {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", this.Field13, that1.Field13)
}
if this.Field14 != that1.Field14 {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", this.Field14, that1.Field14)
}
if !bytes.Equal(this.Field15, that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", this.Field15, that1.Field15)
}
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 *NidOptNative) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidOptNative)
if !ok {
that2, ok := that.(NidOptNative)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.Field1 != that1.Field1 {
return false
}
if this.Field2 != that1.Field2 {
return false
}
if this.Field3 != that1.Field3 {
return false
}
if this.Field4 != that1.Field4 {
return false
}
if this.Field5 != that1.Field5 {
return false
}
if this.Field6 != that1.Field6 {
return false
}
if this.Field7 != that1.Field7 {
return false
}
if this.Field8 != that1.Field8 {
return false
}
if this.Field9 != that1.Field9 {
return false
}
if this.Field10 != that1.Field10 {
return false
}
if this.Field11 != that1.Field11 {
return false
}
if this.Field12 != that1.Field12 {
return false
}
if this.Field13 != that1.Field13 {
return false
}
if this.Field14 != that1.Field14 {
return false
}
if !bytes.Equal(this.Field15, that1.Field15) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinOptNative) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinOptNative)
if !ok {
that2, ok := that.(NinOptNative)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinOptNative")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinOptNative but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinOptNative 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.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 this.Field5 != nil && that1.Field5 != nil {
if *this.Field5 != *that1.Field5 {
return fmt.Errorf("Field5 this(%v) Not Equal that(%v)", *this.Field5, *that1.Field5)
}
} else if this.Field5 != nil {
return fmt.Errorf("this.Field5 == nil && that.Field5 != nil")
} else if that1.Field5 != nil {
return fmt.Errorf("Field5 this(%v) Not Equal that(%v)", this.Field5, that1.Field5)
}
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 this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", *this.Field7, *that1.Field7)
}
} else if this.Field7 != nil {
return fmt.Errorf("this.Field7 == nil && that.Field7 != nil")
} else if that1.Field7 != nil {
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", this.Field7, that1.Field7)
}
if this.Field8 != nil && that1.Field8 != nil {
if *this.Field8 != *that1.Field8 {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", *this.Field8, *that1.Field8)
}
} else if this.Field8 != nil {
return fmt.Errorf("this.Field8 == nil && that.Field8 != nil")
} else if that1.Field8 != nil {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", this.Field8, that1.Field8)
}
if this.Field9 != nil && that1.Field9 != nil {
if *this.Field9 != *that1.Field9 {
return fmt.Errorf("Field9 this(%v) Not Equal that(%v)", *this.Field9, *that1.Field9)
}
} else if this.Field9 != nil {
return fmt.Errorf("this.Field9 == nil && that.Field9 != nil")
} else if that1.Field9 != nil {
return fmt.Errorf("Field9 this(%v) Not Equal that(%v)", this.Field9, that1.Field9)
}
if this.Field10 != nil && that1.Field10 != nil {
if *this.Field10 != *that1.Field10 {
return fmt.Errorf("Field10 this(%v) Not Equal that(%v)", *this.Field10, *that1.Field10)
}
} else if this.Field10 != nil {
return fmt.Errorf("this.Field10 == nil && that.Field10 != nil")
} else if that1.Field10 != nil {
return fmt.Errorf("Field10 this(%v) Not Equal that(%v)", this.Field10, that1.Field10)
}
if this.Field11 != nil && that1.Field11 != nil {
if *this.Field11 != *that1.Field11 {
return fmt.Errorf("Field11 this(%v) Not Equal that(%v)", *this.Field11, *that1.Field11)
}
} else if this.Field11 != nil {
return fmt.Errorf("this.Field11 == nil && that.Field11 != nil")
} else if that1.Field11 != nil {
return fmt.Errorf("Field11 this(%v) Not Equal that(%v)", this.Field11, that1.Field11)
}
if this.Field12 != nil && that1.Field12 != nil {
if *this.Field12 != *that1.Field12 {
return fmt.Errorf("Field12 this(%v) Not Equal that(%v)", *this.Field12, *that1.Field12)
}
} else if this.Field12 != nil {
return fmt.Errorf("this.Field12 == nil && that.Field12 != nil")
} else if that1.Field12 != nil {
return fmt.Errorf("Field12 this(%v) Not Equal that(%v)", this.Field12, that1.Field12)
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", *this.Field13, *that1.Field13)
}
} else if this.Field13 != nil {
return fmt.Errorf("this.Field13 == nil && that.Field13 != nil")
} else if that1.Field13 != nil {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", this.Field13, that1.Field13)
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", *this.Field14, *that1.Field14)
}
} else if this.Field14 != nil {
return fmt.Errorf("this.Field14 == nil && that.Field14 != nil")
} else if that1.Field14 != nil {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", this.Field14, that1.Field14)
}
if !bytes.Equal(this.Field15, that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", this.Field15, that1.Field15)
}
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 *NinOptNative) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinOptNative)
if !ok {
that2, ok := that.(NinOptNative)
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.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 this.Field5 != nil && that1.Field5 != nil {
if *this.Field5 != *that1.Field5 {
return false
}
} else if this.Field5 != nil {
return false
} else if that1.Field5 != 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 this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
return false
}
} else if this.Field7 != nil {
return false
} else if that1.Field7 != nil {
return false
}
if this.Field8 != nil && that1.Field8 != nil {
if *this.Field8 != *that1.Field8 {
return false
}
} else if this.Field8 != nil {
return false
} else if that1.Field8 != nil {
return false
}
if this.Field9 != nil && that1.Field9 != nil {
if *this.Field9 != *that1.Field9 {
return false
}
} else if this.Field9 != nil {
return false
} else if that1.Field9 != nil {
return false
}
if this.Field10 != nil && that1.Field10 != nil {
if *this.Field10 != *that1.Field10 {
return false
}
} else if this.Field10 != nil {
return false
} else if that1.Field10 != nil {
return false
}
if this.Field11 != nil && that1.Field11 != nil {
if *this.Field11 != *that1.Field11 {
return false
}
} else if this.Field11 != nil {
return false
} else if that1.Field11 != nil {
return false
}
if this.Field12 != nil && that1.Field12 != nil {
if *this.Field12 != *that1.Field12 {
return false
}
} else if this.Field12 != nil {
return false
} else if that1.Field12 != nil {
return false
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return false
}
} else if this.Field13 != nil {
return false
} else if that1.Field13 != nil {
return false
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
return false
}
} else if this.Field14 != nil {
return false
} else if that1.Field14 != nil {
return false
}
if !bytes.Equal(this.Field15, that1.Field15) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidRepNative) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidRepNative)
if !ok {
that2, ok := that.(NidRepNative)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidRepNative")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidRepNative but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidRepNative but is not nil && this == nil")
}
if len(this.Field1) != len(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", len(this.Field1), len(that1.Field1))
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
return fmt.Errorf("Field1 this[%v](%v) Not Equal that[%v](%v)", i, this.Field1[i], i, that1.Field1[i])
}
}
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 len(this.Field3) != len(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
}
}
if len(this.Field4) != len(that1.Field4) {
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", len(this.Field4), len(that1.Field4))
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
return fmt.Errorf("Field4 this[%v](%v) Not Equal that[%v](%v)", i, this.Field4[i], i, that1.Field4[i])
}
}
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 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 len(this.Field6) != len(that1.Field6) {
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", len(this.Field6), len(that1.Field6))
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
return fmt.Errorf("Field6 this[%v](%v) Not Equal that[%v](%v)", i, this.Field6[i], i, that1.Field6[i])
}
}
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 len(this.Field8) != len(that1.Field8) {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", len(this.Field8), len(that1.Field8))
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
return fmt.Errorf("Field8 this[%v](%v) Not Equal that[%v](%v)", i, this.Field8[i], i, that1.Field8[i])
}
}
if len(this.Field9) != len(that1.Field9) {
return fmt.Errorf("Field9 this(%v) Not Equal that(%v)", len(this.Field9), len(that1.Field9))
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
return fmt.Errorf("Field9 this[%v](%v) Not Equal that[%v](%v)", i, this.Field9[i], i, that1.Field9[i])
}
}
if len(this.Field10) != len(that1.Field10) {
return fmt.Errorf("Field10 this(%v) Not Equal that(%v)", len(this.Field10), len(that1.Field10))
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
return fmt.Errorf("Field10 this[%v](%v) Not Equal that[%v](%v)", i, this.Field10[i], i, that1.Field10[i])
}
}
if len(this.Field11) != len(that1.Field11) {
return fmt.Errorf("Field11 this(%v) Not Equal that(%v)", len(this.Field11), len(that1.Field11))
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
return fmt.Errorf("Field11 this[%v](%v) Not Equal that[%v](%v)", i, this.Field11[i], i, that1.Field11[i])
}
}
if len(this.Field12) != len(that1.Field12) {
return fmt.Errorf("Field12 this(%v) Not Equal that(%v)", len(this.Field12), len(that1.Field12))
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
return fmt.Errorf("Field12 this[%v](%v) Not Equal that[%v](%v)", i, this.Field12[i], i, that1.Field12[i])
}
}
if len(this.Field13) != len(that1.Field13) {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", len(this.Field13), len(that1.Field13))
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return fmt.Errorf("Field13 this[%v](%v) Not Equal that[%v](%v)", i, this.Field13[i], i, that1.Field13[i])
}
}
if len(this.Field14) != len(that1.Field14) {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", len(this.Field14), len(that1.Field14))
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
return fmt.Errorf("Field14 this[%v](%v) Not Equal that[%v](%v)", i, this.Field14[i], i, that1.Field14[i])
}
}
if len(this.Field15) != len(that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", len(this.Field15), len(that1.Field15))
}
for i := range this.Field15 {
if !bytes.Equal(this.Field15[i], that1.Field15[i]) {
return fmt.Errorf("Field15 this[%v](%v) Not Equal that[%v](%v)", i, this.Field15[i], i, that1.Field15[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 *NidRepNative) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidRepNative)
if !ok {
that2, ok := that.(NidRepNative)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Field1) != len(that1.Field1) {
return false
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
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 len(this.Field3) != len(that1.Field3) {
return false
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return false
}
}
if len(this.Field4) != len(that1.Field4) {
return false
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
return false
}
}
if len(this.Field5) != len(that1.Field5) {
return false
}
for i := range this.Field5 {
if this.Field5[i] != that1.Field5[i] {
return false
}
}
if len(this.Field6) != len(that1.Field6) {
return false
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
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 len(this.Field8) != len(that1.Field8) {
return false
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
return false
}
}
if len(this.Field9) != len(that1.Field9) {
return false
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
return false
}
}
if len(this.Field10) != len(that1.Field10) {
return false
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
return false
}
}
if len(this.Field11) != len(that1.Field11) {
return false
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
return false
}
}
if len(this.Field12) != len(that1.Field12) {
return false
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
return false
}
}
if len(this.Field13) != len(that1.Field13) {
return false
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return false
}
}
if len(this.Field14) != len(that1.Field14) {
return false
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
return false
}
}
if len(this.Field15) != len(that1.Field15) {
return false
}
for i := range this.Field15 {
if !bytes.Equal(this.Field15[i], that1.Field15[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinRepNative) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinRepNative)
if !ok {
that2, ok := that.(NinRepNative)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinRepNative")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinRepNative but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinRepNative but is not nil && this == nil")
}
if len(this.Field1) != len(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", len(this.Field1), len(that1.Field1))
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
return fmt.Errorf("Field1 this[%v](%v) Not Equal that[%v](%v)", i, this.Field1[i], i, that1.Field1[i])
}
}
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 len(this.Field3) != len(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
}
}
if len(this.Field4) != len(that1.Field4) {
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", len(this.Field4), len(that1.Field4))
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
return fmt.Errorf("Field4 this[%v](%v) Not Equal that[%v](%v)", i, this.Field4[i], i, that1.Field4[i])
}
}
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 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 len(this.Field6) != len(that1.Field6) {
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", len(this.Field6), len(that1.Field6))
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
return fmt.Errorf("Field6 this[%v](%v) Not Equal that[%v](%v)", i, this.Field6[i], i, that1.Field6[i])
}
}
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 len(this.Field8) != len(that1.Field8) {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", len(this.Field8), len(that1.Field8))
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
return fmt.Errorf("Field8 this[%v](%v) Not Equal that[%v](%v)", i, this.Field8[i], i, that1.Field8[i])
}
}
if len(this.Field9) != len(that1.Field9) {
return fmt.Errorf("Field9 this(%v) Not Equal that(%v)", len(this.Field9), len(that1.Field9))
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
return fmt.Errorf("Field9 this[%v](%v) Not Equal that[%v](%v)", i, this.Field9[i], i, that1.Field9[i])
}
}
if len(this.Field10) != len(that1.Field10) {
return fmt.Errorf("Field10 this(%v) Not Equal that(%v)", len(this.Field10), len(that1.Field10))
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
return fmt.Errorf("Field10 this[%v](%v) Not Equal that[%v](%v)", i, this.Field10[i], i, that1.Field10[i])
}
}
if len(this.Field11) != len(that1.Field11) {
return fmt.Errorf("Field11 this(%v) Not Equal that(%v)", len(this.Field11), len(that1.Field11))
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
return fmt.Errorf("Field11 this[%v](%v) Not Equal that[%v](%v)", i, this.Field11[i], i, that1.Field11[i])
}
}
if len(this.Field12) != len(that1.Field12) {
return fmt.Errorf("Field12 this(%v) Not Equal that(%v)", len(this.Field12), len(that1.Field12))
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
return fmt.Errorf("Field12 this[%v](%v) Not Equal that[%v](%v)", i, this.Field12[i], i, that1.Field12[i])
}
}
if len(this.Field13) != len(that1.Field13) {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", len(this.Field13), len(that1.Field13))
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return fmt.Errorf("Field13 this[%v](%v) Not Equal that[%v](%v)", i, this.Field13[i], i, that1.Field13[i])
}
}
if len(this.Field14) != len(that1.Field14) {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", len(this.Field14), len(that1.Field14))
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
return fmt.Errorf("Field14 this[%v](%v) Not Equal that[%v](%v)", i, this.Field14[i], i, that1.Field14[i])
}
}
if len(this.Field15) != len(that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", len(this.Field15), len(that1.Field15))
}
for i := range this.Field15 {
if !bytes.Equal(this.Field15[i], that1.Field15[i]) {
return fmt.Errorf("Field15 this[%v](%v) Not Equal that[%v](%v)", i, this.Field15[i], i, that1.Field15[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 *NinRepNative) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinRepNative)
if !ok {
that2, ok := that.(NinRepNative)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Field1) != len(that1.Field1) {
return false
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
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 len(this.Field3) != len(that1.Field3) {
return false
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return false
}
}
if len(this.Field4) != len(that1.Field4) {
return false
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
return false
}
}
if len(this.Field5) != len(that1.Field5) {
return false
}
for i := range this.Field5 {
if this.Field5[i] != that1.Field5[i] {
return false
}
}
if len(this.Field6) != len(that1.Field6) {
return false
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
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 len(this.Field8) != len(that1.Field8) {
return false
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
return false
}
}
if len(this.Field9) != len(that1.Field9) {
return false
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
return false
}
}
if len(this.Field10) != len(that1.Field10) {
return false
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
return false
}
}
if len(this.Field11) != len(that1.Field11) {
return false
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
return false
}
}
if len(this.Field12) != len(that1.Field12) {
return false
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
return false
}
}
if len(this.Field13) != len(that1.Field13) {
return false
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return false
}
}
if len(this.Field14) != len(that1.Field14) {
return false
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
return false
}
}
if len(this.Field15) != len(that1.Field15) {
return false
}
for i := range this.Field15 {
if !bytes.Equal(this.Field15[i], that1.Field15[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidRepPackedNative) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidRepPackedNative)
if !ok {
that2, ok := that.(NidRepPackedNative)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidRepPackedNative")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidRepPackedNative but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidRepPackedNative but is not nil && this == nil")
}
if len(this.Field1) != len(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", len(this.Field1), len(that1.Field1))
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
return fmt.Errorf("Field1 this[%v](%v) Not Equal that[%v](%v)", i, this.Field1[i], i, that1.Field1[i])
}
}
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 len(this.Field3) != len(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
}
}
if len(this.Field4) != len(that1.Field4) {
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", len(this.Field4), len(that1.Field4))
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
return fmt.Errorf("Field4 this[%v](%v) Not Equal that[%v](%v)", i, this.Field4[i], i, that1.Field4[i])
}
}
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 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 len(this.Field6) != len(that1.Field6) {
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", len(this.Field6), len(that1.Field6))
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
return fmt.Errorf("Field6 this[%v](%v) Not Equal that[%v](%v)", i, this.Field6[i], i, that1.Field6[i])
}
}
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 len(this.Field8) != len(that1.Field8) {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", len(this.Field8), len(that1.Field8))
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
return fmt.Errorf("Field8 this[%v](%v) Not Equal that[%v](%v)", i, this.Field8[i], i, that1.Field8[i])
}
}
if len(this.Field9) != len(that1.Field9) {
return fmt.Errorf("Field9 this(%v) Not Equal that(%v)", len(this.Field9), len(that1.Field9))
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
return fmt.Errorf("Field9 this[%v](%v) Not Equal that[%v](%v)", i, this.Field9[i], i, that1.Field9[i])
}
}
if len(this.Field10) != len(that1.Field10) {
return fmt.Errorf("Field10 this(%v) Not Equal that(%v)", len(this.Field10), len(that1.Field10))
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
return fmt.Errorf("Field10 this[%v](%v) Not Equal that[%v](%v)", i, this.Field10[i], i, that1.Field10[i])
}
}
if len(this.Field11) != len(that1.Field11) {
return fmt.Errorf("Field11 this(%v) Not Equal that(%v)", len(this.Field11), len(that1.Field11))
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
return fmt.Errorf("Field11 this[%v](%v) Not Equal that[%v](%v)", i, this.Field11[i], i, that1.Field11[i])
}
}
if len(this.Field12) != len(that1.Field12) {
return fmt.Errorf("Field12 this(%v) Not Equal that(%v)", len(this.Field12), len(that1.Field12))
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
return fmt.Errorf("Field12 this[%v](%v) Not Equal that[%v](%v)", i, this.Field12[i], i, that1.Field12[i])
}
}
if len(this.Field13) != len(that1.Field13) {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", len(this.Field13), len(that1.Field13))
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return fmt.Errorf("Field13 this[%v](%v) Not Equal that[%v](%v)", i, this.Field13[i], i, that1.Field13[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 *NidRepPackedNative) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidRepPackedNative)
if !ok {
that2, ok := that.(NidRepPackedNative)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Field1) != len(that1.Field1) {
return false
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
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 len(this.Field3) != len(that1.Field3) {
return false
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return false
}
}
if len(this.Field4) != len(that1.Field4) {
return false
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
return false
}
}
if len(this.Field5) != len(that1.Field5) {
return false
}
for i := range this.Field5 {
if this.Field5[i] != that1.Field5[i] {
return false
}
}
if len(this.Field6) != len(that1.Field6) {
return false
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
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 len(this.Field8) != len(that1.Field8) {
return false
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
return false
}
}
if len(this.Field9) != len(that1.Field9) {
return false
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
return false
}
}
if len(this.Field10) != len(that1.Field10) {
return false
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
return false
}
}
if len(this.Field11) != len(that1.Field11) {
return false
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
return false
}
}
if len(this.Field12) != len(that1.Field12) {
return false
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
return false
}
}
if len(this.Field13) != len(that1.Field13) {
return false
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinRepPackedNative) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinRepPackedNative)
if !ok {
that2, ok := that.(NinRepPackedNative)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinRepPackedNative")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinRepPackedNative but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinRepPackedNative but is not nil && this == nil")
}
if len(this.Field1) != len(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", len(this.Field1), len(that1.Field1))
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
return fmt.Errorf("Field1 this[%v](%v) Not Equal that[%v](%v)", i, this.Field1[i], i, that1.Field1[i])
}
}
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 len(this.Field3) != len(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
}
}
if len(this.Field4) != len(that1.Field4) {
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", len(this.Field4), len(that1.Field4))
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
return fmt.Errorf("Field4 this[%v](%v) Not Equal that[%v](%v)", i, this.Field4[i], i, that1.Field4[i])
}
}
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 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 len(this.Field6) != len(that1.Field6) {
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", len(this.Field6), len(that1.Field6))
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
return fmt.Errorf("Field6 this[%v](%v) Not Equal that[%v](%v)", i, this.Field6[i], i, that1.Field6[i])
}
}
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 len(this.Field8) != len(that1.Field8) {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", len(this.Field8), len(that1.Field8))
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
return fmt.Errorf("Field8 this[%v](%v) Not Equal that[%v](%v)", i, this.Field8[i], i, that1.Field8[i])
}
}
if len(this.Field9) != len(that1.Field9) {
return fmt.Errorf("Field9 this(%v) Not Equal that(%v)", len(this.Field9), len(that1.Field9))
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
return fmt.Errorf("Field9 this[%v](%v) Not Equal that[%v](%v)", i, this.Field9[i], i, that1.Field9[i])
}
}
if len(this.Field10) != len(that1.Field10) {
return fmt.Errorf("Field10 this(%v) Not Equal that(%v)", len(this.Field10), len(that1.Field10))
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
return fmt.Errorf("Field10 this[%v](%v) Not Equal that[%v](%v)", i, this.Field10[i], i, that1.Field10[i])
}
}
if len(this.Field11) != len(that1.Field11) {
return fmt.Errorf("Field11 this(%v) Not Equal that(%v)", len(this.Field11), len(that1.Field11))
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
return fmt.Errorf("Field11 this[%v](%v) Not Equal that[%v](%v)", i, this.Field11[i], i, that1.Field11[i])
}
}
if len(this.Field12) != len(that1.Field12) {
return fmt.Errorf("Field12 this(%v) Not Equal that(%v)", len(this.Field12), len(that1.Field12))
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
return fmt.Errorf("Field12 this[%v](%v) Not Equal that[%v](%v)", i, this.Field12[i], i, that1.Field12[i])
}
}
if len(this.Field13) != len(that1.Field13) {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", len(this.Field13), len(that1.Field13))
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return fmt.Errorf("Field13 this[%v](%v) Not Equal that[%v](%v)", i, this.Field13[i], i, that1.Field13[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 *NinRepPackedNative) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinRepPackedNative)
if !ok {
that2, ok := that.(NinRepPackedNative)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Field1) != len(that1.Field1) {
return false
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
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 len(this.Field3) != len(that1.Field3) {
return false
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return false
}
}
if len(this.Field4) != len(that1.Field4) {
return false
}
for i := range this.Field4 {
if this.Field4[i] != that1.Field4[i] {
return false
}
}
if len(this.Field5) != len(that1.Field5) {
return false
}
for i := range this.Field5 {
if this.Field5[i] != that1.Field5[i] {
return false
}
}
if len(this.Field6) != len(that1.Field6) {
return false
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
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 len(this.Field8) != len(that1.Field8) {
return false
}
for i := range this.Field8 {
if this.Field8[i] != that1.Field8[i] {
return false
}
}
if len(this.Field9) != len(that1.Field9) {
return false
}
for i := range this.Field9 {
if this.Field9[i] != that1.Field9[i] {
return false
}
}
if len(this.Field10) != len(that1.Field10) {
return false
}
for i := range this.Field10 {
if this.Field10[i] != that1.Field10[i] {
return false
}
}
if len(this.Field11) != len(that1.Field11) {
return false
}
for i := range this.Field11 {
if this.Field11[i] != that1.Field11[i] {
return false
}
}
if len(this.Field12) != len(that1.Field12) {
return false
}
for i := range this.Field12 {
if this.Field12[i] != that1.Field12[i] {
return false
}
}
if len(this.Field13) != len(that1.Field13) {
return false
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidOptStruct) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidOptStruct)
if !ok {
that2, ok := that.(NidOptStruct)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidOptStruct")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidOptStruct but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidOptStruct but is not nil && this == nil")
}
if this.Field1 != that1.Field1 {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", this.Field1, that1.Field1)
}
if this.Field2 != that1.Field2 {
return fmt.Errorf("Field2 this(%v) Not Equal that(%v)", this.Field2, that1.Field2)
}
if !this.Field3.Equal(&that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", this.Field3, that1.Field3)
}
if !this.Field4.Equal(&that1.Field4) {
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", this.Field4, that1.Field4)
}
if this.Field6 != that1.Field6 {
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", this.Field6, that1.Field6)
}
if this.Field7 != that1.Field7 {
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", this.Field7, that1.Field7)
}
if !this.Field8.Equal(&that1.Field8) {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", this.Field8, that1.Field8)
}
if this.Field13 != that1.Field13 {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", this.Field13, that1.Field13)
}
if this.Field14 != that1.Field14 {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", this.Field14, that1.Field14)
}
if !bytes.Equal(this.Field15, that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", this.Field15, that1.Field15)
}
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 *NidOptStruct) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidOptStruct)
if !ok {
that2, ok := that.(NidOptStruct)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.Field1 != that1.Field1 {
return false
}
if this.Field2 != that1.Field2 {
return false
}
if !this.Field3.Equal(&that1.Field3) {
return false
}
if !this.Field4.Equal(&that1.Field4) {
return false
}
if this.Field6 != that1.Field6 {
return false
}
if this.Field7 != that1.Field7 {
return false
}
if !this.Field8.Equal(&that1.Field8) {
return false
}
if this.Field13 != that1.Field13 {
return false
}
if this.Field14 != that1.Field14 {
return false
}
if !bytes.Equal(this.Field15, that1.Field15) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinOptStruct) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinOptStruct)
if !ok {
that2, ok := that.(NinOptStruct)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinOptStruct")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinOptStruct but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinOptStruct 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.Equal(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", this.Field3, that1.Field3)
}
if !this.Field4.Equal(that1.Field4) {
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", this.Field4, that1.Field4)
}
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 this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", *this.Field7, *that1.Field7)
}
} else if this.Field7 != nil {
return fmt.Errorf("this.Field7 == nil && that.Field7 != nil")
} else if that1.Field7 != nil {
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", this.Field7, that1.Field7)
}
if !this.Field8.Equal(that1.Field8) {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", this.Field8, that1.Field8)
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", *this.Field13, *that1.Field13)
}
} else if this.Field13 != nil {
return fmt.Errorf("this.Field13 == nil && that.Field13 != nil")
} else if that1.Field13 != nil {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", this.Field13, that1.Field13)
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", *this.Field14, *that1.Field14)
}
} else if this.Field14 != nil {
return fmt.Errorf("this.Field14 == nil && that.Field14 != nil")
} else if that1.Field14 != nil {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", this.Field14, that1.Field14)
}
if !bytes.Equal(this.Field15, that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", this.Field15, that1.Field15)
}
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 *NinOptStruct) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinOptStruct)
if !ok {
that2, ok := that.(NinOptStruct)
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.Equal(that1.Field3) {
return false
}
if !this.Field4.Equal(that1.Field4) {
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 this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
return false
}
} else if this.Field7 != nil {
return false
} else if that1.Field7 != nil {
return false
}
if !this.Field8.Equal(that1.Field8) {
return false
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return false
}
} else if this.Field13 != nil {
return false
} else if that1.Field13 != nil {
return false
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
return false
}
} else if this.Field14 != nil {
return false
} else if that1.Field14 != nil {
return false
}
if !bytes.Equal(this.Field15, that1.Field15) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidRepStruct) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidRepStruct)
if !ok {
that2, ok := that.(NidRepStruct)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidRepStruct")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidRepStruct but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidRepStruct but is not nil && this == nil")
}
if len(this.Field1) != len(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", len(this.Field1), len(that1.Field1))
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
return fmt.Errorf("Field1 this[%v](%v) Not Equal that[%v](%v)", i, this.Field1[i], i, that1.Field1[i])
}
}
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 len(this.Field3) != len(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
}
for i := range this.Field3 {
if !this.Field3[i].Equal(&that1.Field3[i]) {
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
}
}
if len(this.Field4) != len(that1.Field4) {
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", len(this.Field4), len(that1.Field4))
}
for i := range this.Field4 {
if !this.Field4[i].Equal(&that1.Field4[i]) {
return fmt.Errorf("Field4 this[%v](%v) Not Equal that[%v](%v)", i, this.Field4[i], i, that1.Field4[i])
}
}
if len(this.Field6) != len(that1.Field6) {
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", len(this.Field6), len(that1.Field6))
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
return fmt.Errorf("Field6 this[%v](%v) Not Equal that[%v](%v)", i, this.Field6[i], i, that1.Field6[i])
}
}
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 len(this.Field8) != len(that1.Field8) {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", len(this.Field8), len(that1.Field8))
}
for i := range this.Field8 {
if !this.Field8[i].Equal(&that1.Field8[i]) {
return fmt.Errorf("Field8 this[%v](%v) Not Equal that[%v](%v)", i, this.Field8[i], i, that1.Field8[i])
}
}
if len(this.Field13) != len(that1.Field13) {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", len(this.Field13), len(that1.Field13))
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return fmt.Errorf("Field13 this[%v](%v) Not Equal that[%v](%v)", i, this.Field13[i], i, that1.Field13[i])
}
}
if len(this.Field14) != len(that1.Field14) {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", len(this.Field14), len(that1.Field14))
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
return fmt.Errorf("Field14 this[%v](%v) Not Equal that[%v](%v)", i, this.Field14[i], i, that1.Field14[i])
}
}
if len(this.Field15) != len(that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", len(this.Field15), len(that1.Field15))
}
for i := range this.Field15 {
if !bytes.Equal(this.Field15[i], that1.Field15[i]) {
return fmt.Errorf("Field15 this[%v](%v) Not Equal that[%v](%v)", i, this.Field15[i], i, that1.Field15[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 *NidRepStruct) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidRepStruct)
if !ok {
that2, ok := that.(NidRepStruct)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Field1) != len(that1.Field1) {
return false
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
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 len(this.Field3) != len(that1.Field3) {
return false
}
for i := range this.Field3 {
if !this.Field3[i].Equal(&that1.Field3[i]) {
return false
}
}
if len(this.Field4) != len(that1.Field4) {
return false
}
for i := range this.Field4 {
if !this.Field4[i].Equal(&that1.Field4[i]) {
return false
}
}
if len(this.Field6) != len(that1.Field6) {
return false
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
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 len(this.Field8) != len(that1.Field8) {
return false
}
for i := range this.Field8 {
if !this.Field8[i].Equal(&that1.Field8[i]) {
return false
}
}
if len(this.Field13) != len(that1.Field13) {
return false
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return false
}
}
if len(this.Field14) != len(that1.Field14) {
return false
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
return false
}
}
if len(this.Field15) != len(that1.Field15) {
return false
}
for i := range this.Field15 {
if !bytes.Equal(this.Field15[i], that1.Field15[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinRepStruct) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinRepStruct)
if !ok {
that2, ok := that.(NinRepStruct)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinRepStruct")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinRepStruct but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinRepStruct but is not nil && this == nil")
}
if len(this.Field1) != len(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", len(this.Field1), len(that1.Field1))
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
return fmt.Errorf("Field1 this[%v](%v) Not Equal that[%v](%v)", i, this.Field1[i], i, that1.Field1[i])
}
}
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 len(this.Field3) != len(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
}
for i := range this.Field3 {
if !this.Field3[i].Equal(that1.Field3[i]) {
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
}
}
if len(this.Field4) != len(that1.Field4) {
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", len(this.Field4), len(that1.Field4))
}
for i := range this.Field4 {
if !this.Field4[i].Equal(that1.Field4[i]) {
return fmt.Errorf("Field4 this[%v](%v) Not Equal that[%v](%v)", i, this.Field4[i], i, that1.Field4[i])
}
}
if len(this.Field6) != len(that1.Field6) {
return fmt.Errorf("Field6 this(%v) Not Equal that(%v)", len(this.Field6), len(that1.Field6))
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
return fmt.Errorf("Field6 this[%v](%v) Not Equal that[%v](%v)", i, this.Field6[i], i, that1.Field6[i])
}
}
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 len(this.Field8) != len(that1.Field8) {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", len(this.Field8), len(that1.Field8))
}
for i := range this.Field8 {
if !this.Field8[i].Equal(that1.Field8[i]) {
return fmt.Errorf("Field8 this[%v](%v) Not Equal that[%v](%v)", i, this.Field8[i], i, that1.Field8[i])
}
}
if len(this.Field13) != len(that1.Field13) {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", len(this.Field13), len(that1.Field13))
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return fmt.Errorf("Field13 this[%v](%v) Not Equal that[%v](%v)", i, this.Field13[i], i, that1.Field13[i])
}
}
if len(this.Field14) != len(that1.Field14) {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", len(this.Field14), len(that1.Field14))
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
return fmt.Errorf("Field14 this[%v](%v) Not Equal that[%v](%v)", i, this.Field14[i], i, that1.Field14[i])
}
}
if len(this.Field15) != len(that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", len(this.Field15), len(that1.Field15))
}
for i := range this.Field15 {
if !bytes.Equal(this.Field15[i], that1.Field15[i]) {
return fmt.Errorf("Field15 this[%v](%v) Not Equal that[%v](%v)", i, this.Field15[i], i, that1.Field15[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 *NinRepStruct) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinRepStruct)
if !ok {
that2, ok := that.(NinRepStruct)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Field1) != len(that1.Field1) {
return false
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
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 len(this.Field3) != len(that1.Field3) {
return false
}
for i := range this.Field3 {
if !this.Field3[i].Equal(that1.Field3[i]) {
return false
}
}
if len(this.Field4) != len(that1.Field4) {
return false
}
for i := range this.Field4 {
if !this.Field4[i].Equal(that1.Field4[i]) {
return false
}
}
if len(this.Field6) != len(that1.Field6) {
return false
}
for i := range this.Field6 {
if this.Field6[i] != that1.Field6[i] {
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 len(this.Field8) != len(that1.Field8) {
return false
}
for i := range this.Field8 {
if !this.Field8[i].Equal(that1.Field8[i]) {
return false
}
}
if len(this.Field13) != len(that1.Field13) {
return false
}
for i := range this.Field13 {
if this.Field13[i] != that1.Field13[i] {
return false
}
}
if len(this.Field14) != len(that1.Field14) {
return false
}
for i := range this.Field14 {
if this.Field14[i] != that1.Field14[i] {
return false
}
}
if len(this.Field15) != len(that1.Field15) {
return false
}
for i := range this.Field15 {
if !bytes.Equal(this.Field15[i], that1.Field15[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidEmbeddedStruct) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidEmbeddedStruct)
if !ok {
that2, ok := that.(NidEmbeddedStruct)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidEmbeddedStruct")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidEmbeddedStruct but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidEmbeddedStruct but is not nil && this == nil")
}
if !this.NidOptNative.Equal(that1.NidOptNative) {
return fmt.Errorf("NidOptNative this(%v) Not Equal that(%v)", this.NidOptNative, that1.NidOptNative)
}
if !this.Field200.Equal(&that1.Field200) {
return fmt.Errorf("Field200 this(%v) Not Equal that(%v)", this.Field200, that1.Field200)
}
if this.Field210 != that1.Field210 {
return fmt.Errorf("Field210 this(%v) Not Equal that(%v)", this.Field210, that1.Field210)
}
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 *NidEmbeddedStruct) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidEmbeddedStruct)
if !ok {
that2, ok := that.(NidEmbeddedStruct)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.NidOptNative.Equal(that1.NidOptNative) {
return false
}
if !this.Field200.Equal(&that1.Field200) {
return false
}
if this.Field210 != that1.Field210 {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinEmbeddedStruct) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinEmbeddedStruct)
if !ok {
that2, ok := that.(NinEmbeddedStruct)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinEmbeddedStruct")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinEmbeddedStruct but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinEmbeddedStruct but is not nil && this == nil")
}
if !this.NidOptNative.Equal(that1.NidOptNative) {
return fmt.Errorf("NidOptNative this(%v) Not Equal that(%v)", this.NidOptNative, that1.NidOptNative)
}
if !this.Field200.Equal(that1.Field200) {
return fmt.Errorf("Field200 this(%v) Not Equal that(%v)", this.Field200, that1.Field200)
}
if this.Field210 != nil && that1.Field210 != nil {
if *this.Field210 != *that1.Field210 {
return fmt.Errorf("Field210 this(%v) Not Equal that(%v)", *this.Field210, *that1.Field210)
}
} else if this.Field210 != nil {
return fmt.Errorf("this.Field210 == nil && that.Field210 != nil")
} else if that1.Field210 != nil {
return fmt.Errorf("Field210 this(%v) Not Equal that(%v)", this.Field210, that1.Field210)
}
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 *NinEmbeddedStruct) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinEmbeddedStruct)
if !ok {
that2, ok := that.(NinEmbeddedStruct)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.NidOptNative.Equal(that1.NidOptNative) {
return false
}
if !this.Field200.Equal(that1.Field200) {
return false
}
if this.Field210 != nil && that1.Field210 != nil {
if *this.Field210 != *that1.Field210 {
return false
}
} else if this.Field210 != nil {
return false
} else if that1.Field210 != nil {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidNestedStruct) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidNestedStruct)
if !ok {
that2, ok := that.(NidNestedStruct)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidNestedStruct")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidNestedStruct but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidNestedStruct but is not nil && this == nil")
}
if !this.Field1.Equal(&that1.Field1) {
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].Equal(&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 *NidNestedStruct) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidNestedStruct)
if !ok {
that2, ok := that.(NidNestedStruct)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Field1.Equal(&that1.Field1) {
return false
}
if len(this.Field2) != len(that1.Field2) {
return false
}
for i := range this.Field2 {
if !this.Field2[i].Equal(&that1.Field2[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinNestedStruct) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinNestedStruct)
if !ok {
that2, ok := that.(NinNestedStruct)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinNestedStruct")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinNestedStruct but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinNestedStruct but is not nil && this == nil")
}
if !this.Field1.Equal(that1.Field1) {
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].Equal(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 *NinNestedStruct) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinNestedStruct)
if !ok {
that2, ok := that.(NinNestedStruct)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Field1.Equal(that1.Field1) {
return false
}
if len(this.Field2) != len(that1.Field2) {
return false
}
for i := range this.Field2 {
if !this.Field2[i].Equal(that1.Field2[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidOptCustom) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidOptCustom)
if !ok {
that2, ok := that.(NidOptCustom)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidOptCustom")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidOptCustom but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidOptCustom but is not nil && this == nil")
}
if !this.Id.Equal(that1.Id) {
return fmt.Errorf("Id this(%v) Not Equal that(%v)", this.Id, that1.Id)
}
if !this.Value.Equal(that1.Value) {
return fmt.Errorf("Value this(%v) Not Equal that(%v)", this.Value, that1.Value)
}
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 *NidOptCustom) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidOptCustom)
if !ok {
that2, ok := that.(NidOptCustom)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Id.Equal(that1.Id) {
return false
}
if !this.Value.Equal(that1.Value) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *CustomDash) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*CustomDash)
if !ok {
that2, ok := that.(CustomDash)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *CustomDash")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *CustomDash but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *CustomDash but is not nil && this == nil")
}
if that1.Value == nil {
if this.Value != nil {
return fmt.Errorf("this.Value != nil && that1.Value == nil")
}
} else if !this.Value.Equal(*that1.Value) {
return fmt.Errorf("Value this(%v) Not Equal that(%v)", this.Value, that1.Value)
}
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 *CustomDash) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*CustomDash)
if !ok {
that2, ok := that.(CustomDash)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if that1.Value == nil {
if this.Value != nil {
return false
}
} else if !this.Value.Equal(*that1.Value) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinOptCustom) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinOptCustom)
if !ok {
that2, ok := that.(NinOptCustom)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinOptCustom")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinOptCustom but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinOptCustom but is not nil && this == nil")
}
if that1.Id == nil {
if this.Id != nil {
return fmt.Errorf("this.Id != nil && that1.Id == nil")
}
} else if !this.Id.Equal(*that1.Id) {
return fmt.Errorf("Id this(%v) Not Equal that(%v)", this.Id, that1.Id)
}
if that1.Value == nil {
if this.Value != nil {
return fmt.Errorf("this.Value != nil && that1.Value == nil")
}
} else if !this.Value.Equal(*that1.Value) {
return fmt.Errorf("Value this(%v) Not Equal that(%v)", this.Value, that1.Value)
}
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 *NinOptCustom) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinOptCustom)
if !ok {
that2, ok := that.(NinOptCustom)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if that1.Id == nil {
if this.Id != nil {
return false
}
} else if !this.Id.Equal(*that1.Id) {
return false
}
if that1.Value == nil {
if this.Value != nil {
return false
}
} else if !this.Value.Equal(*that1.Value) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidRepCustom) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidRepCustom)
if !ok {
that2, ok := that.(NidRepCustom)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidRepCustom")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidRepCustom but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidRepCustom but is not nil && this == nil")
}
if len(this.Id) != len(that1.Id) {
return fmt.Errorf("Id this(%v) Not Equal that(%v)", len(this.Id), len(that1.Id))
}
for i := range this.Id {
if !this.Id[i].Equal(that1.Id[i]) {
return fmt.Errorf("Id this[%v](%v) Not Equal that[%v](%v)", i, this.Id[i], i, that1.Id[i])
}
}
if len(this.Value) != len(that1.Value) {
return fmt.Errorf("Value this(%v) Not Equal that(%v)", len(this.Value), len(that1.Value))
}
for i := range this.Value {
if !this.Value[i].Equal(that1.Value[i]) {
return fmt.Errorf("Value this[%v](%v) Not Equal that[%v](%v)", i, this.Value[i], i, that1.Value[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 *NidRepCustom) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidRepCustom)
if !ok {
that2, ok := that.(NidRepCustom)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Id) != len(that1.Id) {
return false
}
for i := range this.Id {
if !this.Id[i].Equal(that1.Id[i]) {
return false
}
}
if len(this.Value) != len(that1.Value) {
return false
}
for i := range this.Value {
if !this.Value[i].Equal(that1.Value[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinRepCustom) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinRepCustom)
if !ok {
that2, ok := that.(NinRepCustom)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinRepCustom")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinRepCustom but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinRepCustom but is not nil && this == nil")
}
if len(this.Id) != len(that1.Id) {
return fmt.Errorf("Id this(%v) Not Equal that(%v)", len(this.Id), len(that1.Id))
}
for i := range this.Id {
if !this.Id[i].Equal(that1.Id[i]) {
return fmt.Errorf("Id this[%v](%v) Not Equal that[%v](%v)", i, this.Id[i], i, that1.Id[i])
}
}
if len(this.Value) != len(that1.Value) {
return fmt.Errorf("Value this(%v) Not Equal that(%v)", len(this.Value), len(that1.Value))
}
for i := range this.Value {
if !this.Value[i].Equal(that1.Value[i]) {
return fmt.Errorf("Value this[%v](%v) Not Equal that[%v](%v)", i, this.Value[i], i, that1.Value[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 *NinRepCustom) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinRepCustom)
if !ok {
that2, ok := that.(NinRepCustom)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Id) != len(that1.Id) {
return false
}
for i := range this.Id {
if !this.Id[i].Equal(that1.Id[i]) {
return false
}
}
if len(this.Value) != len(that1.Value) {
return false
}
for i := range this.Value {
if !this.Value[i].Equal(that1.Value[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinOptNativeUnion) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinOptNativeUnion)
if !ok {
that2, ok := that.(NinOptNativeUnion)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinOptNativeUnion")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinOptNativeUnion but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinOptNativeUnion 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.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 this.Field5 != nil && that1.Field5 != nil {
if *this.Field5 != *that1.Field5 {
return fmt.Errorf("Field5 this(%v) Not Equal that(%v)", *this.Field5, *that1.Field5)
}
} else if this.Field5 != nil {
return fmt.Errorf("this.Field5 == nil && that.Field5 != nil")
} else if that1.Field5 != nil {
return fmt.Errorf("Field5 this(%v) Not Equal that(%v)", this.Field5, that1.Field5)
}
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 this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", *this.Field13, *that1.Field13)
}
} else if this.Field13 != nil {
return fmt.Errorf("this.Field13 == nil && that.Field13 != nil")
} else if that1.Field13 != nil {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", this.Field13, that1.Field13)
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", *this.Field14, *that1.Field14)
}
} else if this.Field14 != nil {
return fmt.Errorf("this.Field14 == nil && that.Field14 != nil")
} else if that1.Field14 != nil {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", this.Field14, that1.Field14)
}
if !bytes.Equal(this.Field15, that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", this.Field15, that1.Field15)
}
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 *NinOptNativeUnion) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinOptNativeUnion)
if !ok {
that2, ok := that.(NinOptNativeUnion)
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.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 this.Field5 != nil && that1.Field5 != nil {
if *this.Field5 != *that1.Field5 {
return false
}
} else if this.Field5 != nil {
return false
} else if that1.Field5 != 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 this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return false
}
} else if this.Field13 != nil {
return false
} else if that1.Field13 != nil {
return false
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
return false
}
} else if this.Field14 != nil {
return false
} else if that1.Field14 != nil {
return false
}
if !bytes.Equal(this.Field15, that1.Field15) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinOptStructUnion) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinOptStructUnion)
if !ok {
that2, ok := that.(NinOptStructUnion)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinOptStructUnion")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinOptStructUnion but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinOptStructUnion 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.Equal(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", this.Field3, that1.Field3)
}
if !this.Field4.Equal(that1.Field4) {
return fmt.Errorf("Field4 this(%v) Not Equal that(%v)", this.Field4, that1.Field4)
}
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 this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", *this.Field7, *that1.Field7)
}
} else if this.Field7 != nil {
return fmt.Errorf("this.Field7 == nil && that.Field7 != nil")
} else if that1.Field7 != nil {
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", this.Field7, that1.Field7)
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", *this.Field13, *that1.Field13)
}
} else if this.Field13 != nil {
return fmt.Errorf("this.Field13 == nil && that.Field13 != nil")
} else if that1.Field13 != nil {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", this.Field13, that1.Field13)
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", *this.Field14, *that1.Field14)
}
} else if this.Field14 != nil {
return fmt.Errorf("this.Field14 == nil && that.Field14 != nil")
} else if that1.Field14 != nil {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", this.Field14, that1.Field14)
}
if !bytes.Equal(this.Field15, that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", this.Field15, that1.Field15)
}
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 *NinOptStructUnion) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinOptStructUnion)
if !ok {
that2, ok := that.(NinOptStructUnion)
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.Equal(that1.Field3) {
return false
}
if !this.Field4.Equal(that1.Field4) {
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 this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
return false
}
} else if this.Field7 != nil {
return false
} else if that1.Field7 != nil {
return false
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return false
}
} else if this.Field13 != nil {
return false
} else if that1.Field13 != nil {
return false
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
return false
}
} else if this.Field14 != nil {
return false
} else if that1.Field14 != nil {
return false
}
if !bytes.Equal(this.Field15, that1.Field15) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinEmbeddedStructUnion) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinEmbeddedStructUnion)
if !ok {
that2, ok := that.(NinEmbeddedStructUnion)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinEmbeddedStructUnion")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinEmbeddedStructUnion but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinEmbeddedStructUnion but is not nil && this == nil")
}
if !this.NidOptNative.Equal(that1.NidOptNative) {
return fmt.Errorf("NidOptNative this(%v) Not Equal that(%v)", this.NidOptNative, that1.NidOptNative)
}
if !this.Field200.Equal(that1.Field200) {
return fmt.Errorf("Field200 this(%v) Not Equal that(%v)", this.Field200, that1.Field200)
}
if this.Field210 != nil && that1.Field210 != nil {
if *this.Field210 != *that1.Field210 {
return fmt.Errorf("Field210 this(%v) Not Equal that(%v)", *this.Field210, *that1.Field210)
}
} else if this.Field210 != nil {
return fmt.Errorf("this.Field210 == nil && that.Field210 != nil")
} else if that1.Field210 != nil {
return fmt.Errorf("Field210 this(%v) Not Equal that(%v)", this.Field210, that1.Field210)
}
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 *NinEmbeddedStructUnion) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinEmbeddedStructUnion)
if !ok {
that2, ok := that.(NinEmbeddedStructUnion)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.NidOptNative.Equal(that1.NidOptNative) {
return false
}
if !this.Field200.Equal(that1.Field200) {
return false
}
if this.Field210 != nil && that1.Field210 != nil {
if *this.Field210 != *that1.Field210 {
return false
}
} else if this.Field210 != nil {
return false
} else if that1.Field210 != nil {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinNestedStructUnion) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinNestedStructUnion)
if !ok {
that2, ok := that.(NinNestedStructUnion)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinNestedStructUnion")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinNestedStructUnion but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinNestedStructUnion but is not nil && this == nil")
}
if !this.Field1.Equal(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", this.Field1, that1.Field1)
}
if !this.Field2.Equal(that1.Field2) {
return fmt.Errorf("Field2 this(%v) Not Equal that(%v)", this.Field2, that1.Field2)
}
if !this.Field3.Equal(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", this.Field3, that1.Field3)
}
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 *NinNestedStructUnion) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinNestedStructUnion)
if !ok {
that2, ok := that.(NinNestedStructUnion)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Field1.Equal(that1.Field1) {
return false
}
if !this.Field2.Equal(that1.Field2) {
return false
}
if !this.Field3.Equal(that1.Field3) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *Tree) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*Tree)
if !ok {
that2, ok := that.(Tree)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *Tree")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *Tree but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *Tree but is not nil && this == nil")
}
if !this.Or.Equal(that1.Or) {
return fmt.Errorf("Or this(%v) Not Equal that(%v)", this.Or, that1.Or)
}
if !this.And.Equal(that1.And) {
return fmt.Errorf("And this(%v) Not Equal that(%v)", this.And, that1.And)
}
if !this.Leaf.Equal(that1.Leaf) {
return fmt.Errorf("Leaf this(%v) Not Equal that(%v)", this.Leaf, that1.Leaf)
}
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 *Tree) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*Tree)
if !ok {
that2, ok := that.(Tree)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Or.Equal(that1.Or) {
return false
}
if !this.And.Equal(that1.And) {
return false
}
if !this.Leaf.Equal(that1.Leaf) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *OrBranch) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*OrBranch)
if !ok {
that2, ok := that.(OrBranch)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *OrBranch")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *OrBranch but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *OrBranch but is not nil && this == nil")
}
if !this.Left.Equal(&that1.Left) {
return fmt.Errorf("Left this(%v) Not Equal that(%v)", this.Left, that1.Left)
}
if !this.Right.Equal(&that1.Right) {
return fmt.Errorf("Right this(%v) Not Equal that(%v)", this.Right, that1.Right)
}
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 *OrBranch) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*OrBranch)
if !ok {
that2, ok := that.(OrBranch)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Left.Equal(&that1.Left) {
return false
}
if !this.Right.Equal(&that1.Right) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *AndBranch) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*AndBranch)
if !ok {
that2, ok := that.(AndBranch)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *AndBranch")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *AndBranch but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *AndBranch but is not nil && this == nil")
}
if !this.Left.Equal(&that1.Left) {
return fmt.Errorf("Left this(%v) Not Equal that(%v)", this.Left, that1.Left)
}
if !this.Right.Equal(&that1.Right) {
return fmt.Errorf("Right this(%v) Not Equal that(%v)", this.Right, that1.Right)
}
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 *AndBranch) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*AndBranch)
if !ok {
that2, ok := that.(AndBranch)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Left.Equal(&that1.Left) {
return false
}
if !this.Right.Equal(&that1.Right) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *Leaf) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*Leaf)
if !ok {
that2, ok := that.(Leaf)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *Leaf")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *Leaf but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *Leaf but is not nil && this == nil")
}
if this.Value != that1.Value {
return fmt.Errorf("Value this(%v) Not Equal that(%v)", this.Value, that1.Value)
}
if this.StrValue != that1.StrValue {
return fmt.Errorf("StrValue this(%v) Not Equal that(%v)", this.StrValue, that1.StrValue)
}
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 *Leaf) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*Leaf)
if !ok {
that2, ok := that.(Leaf)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.Value != that1.Value {
return false
}
if this.StrValue != that1.StrValue {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *DeepTree) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*DeepTree)
if !ok {
that2, ok := that.(DeepTree)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *DeepTree")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *DeepTree but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *DeepTree but is not nil && this == nil")
}
if !this.Down.Equal(that1.Down) {
return fmt.Errorf("Down this(%v) Not Equal that(%v)", this.Down, that1.Down)
}
if !this.And.Equal(that1.And) {
return fmt.Errorf("And this(%v) Not Equal that(%v)", this.And, that1.And)
}
if !this.Leaf.Equal(that1.Leaf) {
return fmt.Errorf("Leaf this(%v) Not Equal that(%v)", this.Leaf, that1.Leaf)
}
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 *DeepTree) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*DeepTree)
if !ok {
that2, ok := that.(DeepTree)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Down.Equal(that1.Down) {
return false
}
if !this.And.Equal(that1.And) {
return false
}
if !this.Leaf.Equal(that1.Leaf) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *ADeepBranch) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*ADeepBranch)
if !ok {
that2, ok := that.(ADeepBranch)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *ADeepBranch")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *ADeepBranch but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *ADeepBranch but is not nil && this == nil")
}
if !this.Down.Equal(&that1.Down) {
return fmt.Errorf("Down this(%v) Not Equal that(%v)", this.Down, that1.Down)
}
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 *ADeepBranch) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*ADeepBranch)
if !ok {
that2, ok := that.(ADeepBranch)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Down.Equal(&that1.Down) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *AndDeepBranch) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*AndDeepBranch)
if !ok {
that2, ok := that.(AndDeepBranch)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *AndDeepBranch")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *AndDeepBranch but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *AndDeepBranch but is not nil && this == nil")
}
if !this.Left.Equal(&that1.Left) {
return fmt.Errorf("Left this(%v) Not Equal that(%v)", this.Left, that1.Left)
}
if !this.Right.Equal(&that1.Right) {
return fmt.Errorf("Right this(%v) Not Equal that(%v)", this.Right, that1.Right)
}
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 *AndDeepBranch) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*AndDeepBranch)
if !ok {
that2, ok := that.(AndDeepBranch)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Left.Equal(&that1.Left) {
return false
}
if !this.Right.Equal(&that1.Right) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *DeepLeaf) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*DeepLeaf)
if !ok {
that2, ok := that.(DeepLeaf)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *DeepLeaf")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *DeepLeaf but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *DeepLeaf but is not nil && this == nil")
}
if !this.Tree.Equal(&that1.Tree) {
return fmt.Errorf("Tree this(%v) Not Equal that(%v)", this.Tree, that1.Tree)
}
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 *DeepLeaf) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*DeepLeaf)
if !ok {
that2, ok := that.(DeepLeaf)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Tree.Equal(&that1.Tree) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *Nil) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*Nil)
if !ok {
that2, ok := that.(Nil)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *Nil")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *Nil but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *Nil but is not nil && this == nil")
}
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 *Nil) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*Nil)
if !ok {
that2, ok := that.(Nil)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidOptEnum) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidOptEnum)
if !ok {
that2, ok := that.(NidOptEnum)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidOptEnum")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidOptEnum but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidOptEnum but is not nil && this == nil")
}
if this.Field1 != that1.Field1 {
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 *NidOptEnum) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidOptEnum)
if !ok {
that2, ok := that.(NidOptEnum)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.Field1 != that1.Field1 {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinOptEnum) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinOptEnum)
if !ok {
that2, ok := that.(NinOptEnum)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinOptEnum")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinOptEnum but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinOptEnum 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 !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 *NinOptEnum) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinOptEnum)
if !ok {
that2, ok := that.(NinOptEnum)
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 !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidRepEnum) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidRepEnum)
if !ok {
that2, ok := that.(NidRepEnum)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidRepEnum")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidRepEnum but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidRepEnum but is not nil && this == nil")
}
if len(this.Field1) != len(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", len(this.Field1), len(that1.Field1))
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
return fmt.Errorf("Field1 this[%v](%v) Not Equal that[%v](%v)", i, this.Field1[i], i, that1.Field1[i])
}
}
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 len(this.Field3) != len(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return fmt.Errorf("XXX_unrecognized this(%v) Not Equal that(%v)", this.XXX_unrecognized, that1.XXX_unrecognized)
}
return nil
}
func (this *NidRepEnum) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidRepEnum)
if !ok {
that2, ok := that.(NidRepEnum)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Field1) != len(that1.Field1) {
return false
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
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 len(this.Field3) != len(that1.Field3) {
return false
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinRepEnum) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinRepEnum)
if !ok {
that2, ok := that.(NinRepEnum)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinRepEnum")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinRepEnum but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinRepEnum but is not nil && this == nil")
}
if len(this.Field1) != len(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", len(this.Field1), len(that1.Field1))
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
return fmt.Errorf("Field1 this[%v](%v) Not Equal that[%v](%v)", i, this.Field1[i], i, that1.Field1[i])
}
}
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 len(this.Field3) != len(that1.Field3) {
return fmt.Errorf("Field3 this(%v) Not Equal that(%v)", len(this.Field3), len(that1.Field3))
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return fmt.Errorf("Field3 this[%v](%v) Not Equal that[%v](%v)", i, this.Field3[i], i, that1.Field3[i])
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return fmt.Errorf("XXX_unrecognized this(%v) Not Equal that(%v)", this.XXX_unrecognized, that1.XXX_unrecognized)
}
return nil
}
func (this *NinRepEnum) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinRepEnum)
if !ok {
that2, ok := that.(NinRepEnum)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Field1) != len(that1.Field1) {
return false
}
for i := range this.Field1 {
if this.Field1[i] != that1.Field1[i] {
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 len(this.Field3) != len(that1.Field3) {
return false
}
for i := range this.Field3 {
if this.Field3[i] != that1.Field3[i] {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinOptEnumDefault) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinOptEnumDefault)
if !ok {
that2, ok := that.(NinOptEnumDefault)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinOptEnumDefault")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinOptEnumDefault but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinOptEnumDefault 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 !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 *NinOptEnumDefault) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinOptEnumDefault)
if !ok {
that2, ok := that.(NinOptEnumDefault)
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 !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *AnotherNinOptEnum) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*AnotherNinOptEnum)
if !ok {
that2, ok := that.(AnotherNinOptEnum)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *AnotherNinOptEnum")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *AnotherNinOptEnum but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *AnotherNinOptEnum 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 !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 *AnotherNinOptEnum) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*AnotherNinOptEnum)
if !ok {
that2, ok := that.(AnotherNinOptEnum)
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 !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *AnotherNinOptEnumDefault) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*AnotherNinOptEnumDefault)
if !ok {
that2, ok := that.(AnotherNinOptEnumDefault)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *AnotherNinOptEnumDefault")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *AnotherNinOptEnumDefault but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *AnotherNinOptEnumDefault 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 !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 *AnotherNinOptEnumDefault) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*AnotherNinOptEnumDefault)
if !ok {
that2, ok := that.(AnotherNinOptEnumDefault)
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 !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *Timer) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*Timer)
if !ok {
that2, ok := that.(Timer)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *Timer")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *Timer but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *Timer but is not nil && this == nil")
}
if this.Time1 != that1.Time1 {
return fmt.Errorf("Time1 this(%v) Not Equal that(%v)", this.Time1, that1.Time1)
}
if this.Time2 != that1.Time2 {
return fmt.Errorf("Time2 this(%v) Not Equal that(%v)", this.Time2, that1.Time2)
}
if !bytes.Equal(this.Data, that1.Data) {
return fmt.Errorf("Data this(%v) Not Equal that(%v)", this.Data, that1.Data)
}
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 *Timer) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*Timer)
if !ok {
that2, ok := that.(Timer)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.Time1 != that1.Time1 {
return false
}
if this.Time2 != that1.Time2 {
return false
}
if !bytes.Equal(this.Data, that1.Data) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *MyExtendable) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*MyExtendable)
if !ok {
that2, ok := that.(MyExtendable)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *MyExtendable")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *MyExtendable but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *MyExtendable 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)
}
thismap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(this)
thatmap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(that1)
for k, v := range thismap {
if v2, ok := thatmap[k]; ok {
if !v.Equal(&v2) {
return fmt.Errorf("XXX_InternalExtensions this[%v](%v) Not Equal that[%v](%v)", k, thismap[k], k, thatmap[k])
}
} else {
return fmt.Errorf("XXX_InternalExtensions[%v] Not In that", k)
}
}
for k := range thatmap {
if _, ok := thismap[k]; !ok {
return fmt.Errorf("XXX_InternalExtensions[%v] Not In this", k)
}
}
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 *MyExtendable) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*MyExtendable)
if !ok {
that2, ok := that.(MyExtendable)
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
}
thismap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(this)
thatmap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(that1)
for k, v := range thismap {
if v2, ok := thatmap[k]; ok {
if !v.Equal(&v2) {
return false
}
} else {
return false
}
}
for k := range thatmap {
if _, ok := thismap[k]; !ok {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *OtherExtenable) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*OtherExtenable)
if !ok {
that2, ok := that.(OtherExtenable)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *OtherExtenable")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *OtherExtenable but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *OtherExtenable 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.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", *this.Field13, *that1.Field13)
}
} else if this.Field13 != nil {
return fmt.Errorf("this.Field13 == nil && that.Field13 != nil")
} else if that1.Field13 != nil {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", this.Field13, that1.Field13)
}
if !this.M.Equal(that1.M) {
return fmt.Errorf("M this(%v) Not Equal that(%v)", this.M, that1.M)
}
thismap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(this)
thatmap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(that1)
for k, v := range thismap {
if v2, ok := thatmap[k]; ok {
if !v.Equal(&v2) {
return fmt.Errorf("XXX_InternalExtensions this[%v](%v) Not Equal that[%v](%v)", k, thismap[k], k, thatmap[k])
}
} else {
return fmt.Errorf("XXX_InternalExtensions[%v] Not In that", k)
}
}
for k := range thatmap {
if _, ok := thismap[k]; !ok {
return fmt.Errorf("XXX_InternalExtensions[%v] Not In this", k)
}
}
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 *OtherExtenable) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*OtherExtenable)
if !ok {
that2, ok := that.(OtherExtenable)
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.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return false
}
} else if this.Field13 != nil {
return false
} else if that1.Field13 != nil {
return false
}
if !this.M.Equal(that1.M) {
return false
}
thismap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(this)
thatmap := github_com_gogo_protobuf_proto.GetUnsafeExtensionsMap(that1)
for k, v := range thismap {
if v2, ok := thatmap[k]; ok {
if !v.Equal(&v2) {
return false
}
} else {
return false
}
}
for k := range thatmap {
if _, ok := thismap[k]; !ok {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NestedDefinition) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NestedDefinition)
if !ok {
that2, ok := that.(NestedDefinition)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NestedDefinition")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NestedDefinition but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NestedDefinition 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.EnumField != nil && that1.EnumField != nil {
if *this.EnumField != *that1.EnumField {
return fmt.Errorf("EnumField this(%v) Not Equal that(%v)", *this.EnumField, *that1.EnumField)
}
} else if this.EnumField != nil {
return fmt.Errorf("this.EnumField == nil && that.EnumField != nil")
} else if that1.EnumField != nil {
return fmt.Errorf("EnumField this(%v) Not Equal that(%v)", this.EnumField, that1.EnumField)
}
if !this.NNM.Equal(that1.NNM) {
return fmt.Errorf("NNM this(%v) Not Equal that(%v)", this.NNM, that1.NNM)
}
if !this.NM.Equal(that1.NM) {
return fmt.Errorf("NM this(%v) Not Equal that(%v)", this.NM, that1.NM)
}
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 *NestedDefinition) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NestedDefinition)
if !ok {
that2, ok := that.(NestedDefinition)
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.EnumField != nil && that1.EnumField != nil {
if *this.EnumField != *that1.EnumField {
return false
}
} else if this.EnumField != nil {
return false
} else if that1.EnumField != nil {
return false
}
if !this.NNM.Equal(that1.NNM) {
return false
}
if !this.NM.Equal(that1.NM) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NestedDefinition_NestedMessage) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NestedDefinition_NestedMessage)
if !ok {
that2, ok := that.(NestedDefinition_NestedMessage)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NestedDefinition_NestedMessage")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NestedDefinition_NestedMessage but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NestedDefinition_NestedMessage but is not nil && this == nil")
}
if this.NestedField1 != nil && that1.NestedField1 != nil {
if *this.NestedField1 != *that1.NestedField1 {
return fmt.Errorf("NestedField1 this(%v) Not Equal that(%v)", *this.NestedField1, *that1.NestedField1)
}
} else if this.NestedField1 != nil {
return fmt.Errorf("this.NestedField1 == nil && that.NestedField1 != nil")
} else if that1.NestedField1 != nil {
return fmt.Errorf("NestedField1 this(%v) Not Equal that(%v)", this.NestedField1, that1.NestedField1)
}
if !this.NNM.Equal(that1.NNM) {
return fmt.Errorf("NNM this(%v) Not Equal that(%v)", this.NNM, that1.NNM)
}
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 *NestedDefinition_NestedMessage) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NestedDefinition_NestedMessage)
if !ok {
that2, ok := that.(NestedDefinition_NestedMessage)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.NestedField1 != nil && that1.NestedField1 != nil {
if *this.NestedField1 != *that1.NestedField1 {
return false
}
} else if this.NestedField1 != nil {
return false
} else if that1.NestedField1 != nil {
return false
}
if !this.NNM.Equal(that1.NNM) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NestedDefinition_NestedMessage_NestedNestedMsg) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NestedDefinition_NestedMessage_NestedNestedMsg)
if !ok {
that2, ok := that.(NestedDefinition_NestedMessage_NestedNestedMsg)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NestedDefinition_NestedMessage_NestedNestedMsg")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NestedDefinition_NestedMessage_NestedNestedMsg but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NestedDefinition_NestedMessage_NestedNestedMsg but is not nil && this == nil")
}
if this.NestedNestedField1 != nil && that1.NestedNestedField1 != nil {
if *this.NestedNestedField1 != *that1.NestedNestedField1 {
return fmt.Errorf("NestedNestedField1 this(%v) Not Equal that(%v)", *this.NestedNestedField1, *that1.NestedNestedField1)
}
} else if this.NestedNestedField1 != nil {
return fmt.Errorf("this.NestedNestedField1 == nil && that.NestedNestedField1 != nil")
} else if that1.NestedNestedField1 != nil {
return fmt.Errorf("NestedNestedField1 this(%v) Not Equal that(%v)", this.NestedNestedField1, that1.NestedNestedField1)
}
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 *NestedDefinition_NestedMessage_NestedNestedMsg) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NestedDefinition_NestedMessage_NestedNestedMsg)
if !ok {
that2, ok := that.(NestedDefinition_NestedMessage_NestedNestedMsg)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.NestedNestedField1 != nil && that1.NestedNestedField1 != nil {
if *this.NestedNestedField1 != *that1.NestedNestedField1 {
return false
}
} else if this.NestedNestedField1 != nil {
return false
} else if that1.NestedNestedField1 != nil {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NestedScope) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NestedScope)
if !ok {
that2, ok := that.(NestedScope)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NestedScope")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NestedScope but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NestedScope but is not nil && this == nil")
}
if !this.A.Equal(that1.A) {
return fmt.Errorf("A this(%v) Not Equal that(%v)", this.A, that1.A)
}
if this.B != nil && that1.B != nil {
if *this.B != *that1.B {
return fmt.Errorf("B this(%v) Not Equal that(%v)", *this.B, *that1.B)
}
} else if this.B != nil {
return fmt.Errorf("this.B == nil && that.B != nil")
} else if that1.B != nil {
return fmt.Errorf("B this(%v) Not Equal that(%v)", this.B, that1.B)
}
if !this.C.Equal(that1.C) {
return fmt.Errorf("C this(%v) Not Equal that(%v)", this.C, that1.C)
}
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 *NestedScope) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NestedScope)
if !ok {
that2, ok := that.(NestedScope)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.A.Equal(that1.A) {
return false
}
if this.B != nil && that1.B != nil {
if *this.B != *that1.B {
return false
}
} else if this.B != nil {
return false
} else if that1.B != nil {
return false
}
if !this.C.Equal(that1.C) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinOptNativeDefault) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinOptNativeDefault)
if !ok {
that2, ok := that.(NinOptNativeDefault)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinOptNativeDefault")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinOptNativeDefault but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinOptNativeDefault 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.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 this.Field5 != nil && that1.Field5 != nil {
if *this.Field5 != *that1.Field5 {
return fmt.Errorf("Field5 this(%v) Not Equal that(%v)", *this.Field5, *that1.Field5)
}
} else if this.Field5 != nil {
return fmt.Errorf("this.Field5 == nil && that.Field5 != nil")
} else if that1.Field5 != nil {
return fmt.Errorf("Field5 this(%v) Not Equal that(%v)", this.Field5, that1.Field5)
}
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 this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", *this.Field7, *that1.Field7)
}
} else if this.Field7 != nil {
return fmt.Errorf("this.Field7 == nil && that.Field7 != nil")
} else if that1.Field7 != nil {
return fmt.Errorf("Field7 this(%v) Not Equal that(%v)", this.Field7, that1.Field7)
}
if this.Field8 != nil && that1.Field8 != nil {
if *this.Field8 != *that1.Field8 {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", *this.Field8, *that1.Field8)
}
} else if this.Field8 != nil {
return fmt.Errorf("this.Field8 == nil && that.Field8 != nil")
} else if that1.Field8 != nil {
return fmt.Errorf("Field8 this(%v) Not Equal that(%v)", this.Field8, that1.Field8)
}
if this.Field9 != nil && that1.Field9 != nil {
if *this.Field9 != *that1.Field9 {
return fmt.Errorf("Field9 this(%v) Not Equal that(%v)", *this.Field9, *that1.Field9)
}
} else if this.Field9 != nil {
return fmt.Errorf("this.Field9 == nil && that.Field9 != nil")
} else if that1.Field9 != nil {
return fmt.Errorf("Field9 this(%v) Not Equal that(%v)", this.Field9, that1.Field9)
}
if this.Field10 != nil && that1.Field10 != nil {
if *this.Field10 != *that1.Field10 {
return fmt.Errorf("Field10 this(%v) Not Equal that(%v)", *this.Field10, *that1.Field10)
}
} else if this.Field10 != nil {
return fmt.Errorf("this.Field10 == nil && that.Field10 != nil")
} else if that1.Field10 != nil {
return fmt.Errorf("Field10 this(%v) Not Equal that(%v)", this.Field10, that1.Field10)
}
if this.Field11 != nil && that1.Field11 != nil {
if *this.Field11 != *that1.Field11 {
return fmt.Errorf("Field11 this(%v) Not Equal that(%v)", *this.Field11, *that1.Field11)
}
} else if this.Field11 != nil {
return fmt.Errorf("this.Field11 == nil && that.Field11 != nil")
} else if that1.Field11 != nil {
return fmt.Errorf("Field11 this(%v) Not Equal that(%v)", this.Field11, that1.Field11)
}
if this.Field12 != nil && that1.Field12 != nil {
if *this.Field12 != *that1.Field12 {
return fmt.Errorf("Field12 this(%v) Not Equal that(%v)", *this.Field12, *that1.Field12)
}
} else if this.Field12 != nil {
return fmt.Errorf("this.Field12 == nil && that.Field12 != nil")
} else if that1.Field12 != nil {
return fmt.Errorf("Field12 this(%v) Not Equal that(%v)", this.Field12, that1.Field12)
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", *this.Field13, *that1.Field13)
}
} else if this.Field13 != nil {
return fmt.Errorf("this.Field13 == nil && that.Field13 != nil")
} else if that1.Field13 != nil {
return fmt.Errorf("Field13 this(%v) Not Equal that(%v)", this.Field13, that1.Field13)
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", *this.Field14, *that1.Field14)
}
} else if this.Field14 != nil {
return fmt.Errorf("this.Field14 == nil && that.Field14 != nil")
} else if that1.Field14 != nil {
return fmt.Errorf("Field14 this(%v) Not Equal that(%v)", this.Field14, that1.Field14)
}
if !bytes.Equal(this.Field15, that1.Field15) {
return fmt.Errorf("Field15 this(%v) Not Equal that(%v)", this.Field15, that1.Field15)
}
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 *NinOptNativeDefault) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinOptNativeDefault)
if !ok {
that2, ok := that.(NinOptNativeDefault)
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.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 this.Field5 != nil && that1.Field5 != nil {
if *this.Field5 != *that1.Field5 {
return false
}
} else if this.Field5 != nil {
return false
} else if that1.Field5 != 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 this.Field7 != nil && that1.Field7 != nil {
if *this.Field7 != *that1.Field7 {
return false
}
} else if this.Field7 != nil {
return false
} else if that1.Field7 != nil {
return false
}
if this.Field8 != nil && that1.Field8 != nil {
if *this.Field8 != *that1.Field8 {
return false
}
} else if this.Field8 != nil {
return false
} else if that1.Field8 != nil {
return false
}
if this.Field9 != nil && that1.Field9 != nil {
if *this.Field9 != *that1.Field9 {
return false
}
} else if this.Field9 != nil {
return false
} else if that1.Field9 != nil {
return false
}
if this.Field10 != nil && that1.Field10 != nil {
if *this.Field10 != *that1.Field10 {
return false
}
} else if this.Field10 != nil {
return false
} else if that1.Field10 != nil {
return false
}
if this.Field11 != nil && that1.Field11 != nil {
if *this.Field11 != *that1.Field11 {
return false
}
} else if this.Field11 != nil {
return false
} else if that1.Field11 != nil {
return false
}
if this.Field12 != nil && that1.Field12 != nil {
if *this.Field12 != *that1.Field12 {
return false
}
} else if this.Field12 != nil {
return false
} else if that1.Field12 != nil {
return false
}
if this.Field13 != nil && that1.Field13 != nil {
if *this.Field13 != *that1.Field13 {
return false
}
} else if this.Field13 != nil {
return false
} else if that1.Field13 != nil {
return false
}
if this.Field14 != nil && that1.Field14 != nil {
if *this.Field14 != *that1.Field14 {
return false
}
} else if this.Field14 != nil {
return false
} else if that1.Field14 != nil {
return false
}
if !bytes.Equal(this.Field15, that1.Field15) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *CustomContainer) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*CustomContainer)
if !ok {
that2, ok := that.(CustomContainer)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *CustomContainer")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *CustomContainer but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *CustomContainer but is not nil && this == nil")
}
if !this.CustomStruct.Equal(&that1.CustomStruct) {
return fmt.Errorf("CustomStruct this(%v) Not Equal that(%v)", this.CustomStruct, that1.CustomStruct)
}
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 *CustomContainer) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*CustomContainer)
if !ok {
that2, ok := that.(CustomContainer)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.CustomStruct.Equal(&that1.CustomStruct) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *CustomNameNidOptNative) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*CustomNameNidOptNative)
if !ok {
that2, ok := that.(CustomNameNidOptNative)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *CustomNameNidOptNative")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *CustomNameNidOptNative but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *CustomNameNidOptNative but is not nil && this == nil")
}
if this.FieldA != that1.FieldA {
return fmt.Errorf("FieldA this(%v) Not Equal that(%v)", this.FieldA, that1.FieldA)
}
if this.FieldB != that1.FieldB {
return fmt.Errorf("FieldB this(%v) Not Equal that(%v)", this.FieldB, that1.FieldB)
}
if this.FieldC != that1.FieldC {
return fmt.Errorf("FieldC this(%v) Not Equal that(%v)", this.FieldC, that1.FieldC)
}
if this.FieldD != that1.FieldD {
return fmt.Errorf("FieldD this(%v) Not Equal that(%v)", this.FieldD, that1.FieldD)
}
if this.FieldE != that1.FieldE {
return fmt.Errorf("FieldE this(%v) Not Equal that(%v)", this.FieldE, that1.FieldE)
}
if this.FieldF != that1.FieldF {
return fmt.Errorf("FieldF this(%v) Not Equal that(%v)", this.FieldF, that1.FieldF)
}
if this.FieldG != that1.FieldG {
return fmt.Errorf("FieldG this(%v) Not Equal that(%v)", this.FieldG, that1.FieldG)
}
if this.FieldH != that1.FieldH {
return fmt.Errorf("FieldH this(%v) Not Equal that(%v)", this.FieldH, that1.FieldH)
}
if this.FieldI != that1.FieldI {
return fmt.Errorf("FieldI this(%v) Not Equal that(%v)", this.FieldI, that1.FieldI)
}
if this.FieldJ != that1.FieldJ {
return fmt.Errorf("FieldJ this(%v) Not Equal that(%v)", this.FieldJ, that1.FieldJ)
}
if this.FieldK != that1.FieldK {
return fmt.Errorf("FieldK this(%v) Not Equal that(%v)", this.FieldK, that1.FieldK)
}
if this.FieldL != that1.FieldL {
return fmt.Errorf("FieldL this(%v) Not Equal that(%v)", this.FieldL, that1.FieldL)
}
if this.FieldM != that1.FieldM {
return fmt.Errorf("FieldM this(%v) Not Equal that(%v)", this.FieldM, that1.FieldM)
}
if this.FieldN != that1.FieldN {
return fmt.Errorf("FieldN this(%v) Not Equal that(%v)", this.FieldN, that1.FieldN)
}
if !bytes.Equal(this.FieldO, that1.FieldO) {
return fmt.Errorf("FieldO this(%v) Not Equal that(%v)", this.FieldO, that1.FieldO)
}
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 *CustomNameNidOptNative) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*CustomNameNidOptNative)
if !ok {
that2, ok := that.(CustomNameNidOptNative)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.FieldA != that1.FieldA {
return false
}
if this.FieldB != that1.FieldB {
return false
}
if this.FieldC != that1.FieldC {
return false
}
if this.FieldD != that1.FieldD {
return false
}
if this.FieldE != that1.FieldE {
return false
}
if this.FieldF != that1.FieldF {
return false
}
if this.FieldG != that1.FieldG {
return false
}
if this.FieldH != that1.FieldH {
return false
}
if this.FieldI != that1.FieldI {
return false
}
if this.FieldJ != that1.FieldJ {
return false
}
if this.FieldK != that1.FieldK {
return false
}
if this.FieldL != that1.FieldL {
return false
}
if this.FieldM != that1.FieldM {
return false
}
if this.FieldN != that1.FieldN {
return false
}
if !bytes.Equal(this.FieldO, that1.FieldO) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *CustomNameNinOptNative) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*CustomNameNinOptNative)
if !ok {
that2, ok := that.(CustomNameNinOptNative)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *CustomNameNinOptNative")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *CustomNameNinOptNative but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *CustomNameNinOptNative but is not nil && this == nil")
}
if this.FieldA != nil && that1.FieldA != nil {
if *this.FieldA != *that1.FieldA {
return fmt.Errorf("FieldA this(%v) Not Equal that(%v)", *this.FieldA, *that1.FieldA)
}
} else if this.FieldA != nil {
return fmt.Errorf("this.FieldA == nil && that.FieldA != nil")
} else if that1.FieldA != nil {
return fmt.Errorf("FieldA this(%v) Not Equal that(%v)", this.FieldA, that1.FieldA)
}
if this.FieldB != nil && that1.FieldB != nil {
if *this.FieldB != *that1.FieldB {
return fmt.Errorf("FieldB this(%v) Not Equal that(%v)", *this.FieldB, *that1.FieldB)
}
} else if this.FieldB != nil {
return fmt.Errorf("this.FieldB == nil && that.FieldB != nil")
} else if that1.FieldB != nil {
return fmt.Errorf("FieldB this(%v) Not Equal that(%v)", this.FieldB, that1.FieldB)
}
if this.FieldC != nil && that1.FieldC != nil {
if *this.FieldC != *that1.FieldC {
return fmt.Errorf("FieldC this(%v) Not Equal that(%v)", *this.FieldC, *that1.FieldC)
}
} else if this.FieldC != nil {
return fmt.Errorf("this.FieldC == nil && that.FieldC != nil")
} else if that1.FieldC != nil {
return fmt.Errorf("FieldC this(%v) Not Equal that(%v)", this.FieldC, that1.FieldC)
}
if this.FieldD != nil && that1.FieldD != nil {
if *this.FieldD != *that1.FieldD {
return fmt.Errorf("FieldD this(%v) Not Equal that(%v)", *this.FieldD, *that1.FieldD)
}
} else if this.FieldD != nil {
return fmt.Errorf("this.FieldD == nil && that.FieldD != nil")
} else if that1.FieldD != nil {
return fmt.Errorf("FieldD this(%v) Not Equal that(%v)", this.FieldD, that1.FieldD)
}
if this.FieldE != nil && that1.FieldE != nil {
if *this.FieldE != *that1.FieldE {
return fmt.Errorf("FieldE this(%v) Not Equal that(%v)", *this.FieldE, *that1.FieldE)
}
} else if this.FieldE != nil {
return fmt.Errorf("this.FieldE == nil && that.FieldE != nil")
} else if that1.FieldE != nil {
return fmt.Errorf("FieldE this(%v) Not Equal that(%v)", this.FieldE, that1.FieldE)
}
if this.FieldF != nil && that1.FieldF != nil {
if *this.FieldF != *that1.FieldF {
return fmt.Errorf("FieldF this(%v) Not Equal that(%v)", *this.FieldF, *that1.FieldF)
}
} else if this.FieldF != nil {
return fmt.Errorf("this.FieldF == nil && that.FieldF != nil")
} else if that1.FieldF != nil {
return fmt.Errorf("FieldF this(%v) Not Equal that(%v)", this.FieldF, that1.FieldF)
}
if this.FieldG != nil && that1.FieldG != nil {
if *this.FieldG != *that1.FieldG {
return fmt.Errorf("FieldG this(%v) Not Equal that(%v)", *this.FieldG, *that1.FieldG)
}
} else if this.FieldG != nil {
return fmt.Errorf("this.FieldG == nil && that.FieldG != nil")
} else if that1.FieldG != nil {
return fmt.Errorf("FieldG this(%v) Not Equal that(%v)", this.FieldG, that1.FieldG)
}
if this.FieldH != nil && that1.FieldH != nil {
if *this.FieldH != *that1.FieldH {
return fmt.Errorf("FieldH this(%v) Not Equal that(%v)", *this.FieldH, *that1.FieldH)
}
} else if this.FieldH != nil {
return fmt.Errorf("this.FieldH == nil && that.FieldH != nil")
} else if that1.FieldH != nil {
return fmt.Errorf("FieldH this(%v) Not Equal that(%v)", this.FieldH, that1.FieldH)
}
if this.FieldI != nil && that1.FieldI != nil {
if *this.FieldI != *that1.FieldI {
return fmt.Errorf("FieldI this(%v) Not Equal that(%v)", *this.FieldI, *that1.FieldI)
}
} else if this.FieldI != nil {
return fmt.Errorf("this.FieldI == nil && that.FieldI != nil")
} else if that1.FieldI != nil {
return fmt.Errorf("FieldI this(%v) Not Equal that(%v)", this.FieldI, that1.FieldI)
}
if this.FieldJ != nil && that1.FieldJ != nil {
if *this.FieldJ != *that1.FieldJ {
return fmt.Errorf("FieldJ this(%v) Not Equal that(%v)", *this.FieldJ, *that1.FieldJ)
}
} else if this.FieldJ != nil {
return fmt.Errorf("this.FieldJ == nil && that.FieldJ != nil")
} else if that1.FieldJ != nil {
return fmt.Errorf("FieldJ this(%v) Not Equal that(%v)", this.FieldJ, that1.FieldJ)
}
if this.FieldK != nil && that1.FieldK != nil {
if *this.FieldK != *that1.FieldK {
return fmt.Errorf("FieldK this(%v) Not Equal that(%v)", *this.FieldK, *that1.FieldK)
}
} else if this.FieldK != nil {
return fmt.Errorf("this.FieldK == nil && that.FieldK != nil")
} else if that1.FieldK != nil {
return fmt.Errorf("FieldK this(%v) Not Equal that(%v)", this.FieldK, that1.FieldK)
}
if this.FielL != nil && that1.FielL != nil {
if *this.FielL != *that1.FielL {
return fmt.Errorf("FielL this(%v) Not Equal that(%v)", *this.FielL, *that1.FielL)
}
} else if this.FielL != nil {
return fmt.Errorf("this.FielL == nil && that.FielL != nil")
} else if that1.FielL != nil {
return fmt.Errorf("FielL this(%v) Not Equal that(%v)", this.FielL, that1.FielL)
}
if this.FieldM != nil && that1.FieldM != nil {
if *this.FieldM != *that1.FieldM {
return fmt.Errorf("FieldM this(%v) Not Equal that(%v)", *this.FieldM, *that1.FieldM)
}
} else if this.FieldM != nil {
return fmt.Errorf("this.FieldM == nil && that.FieldM != nil")
} else if that1.FieldM != nil {
return fmt.Errorf("FieldM this(%v) Not Equal that(%v)", this.FieldM, that1.FieldM)
}
if this.FieldN != nil && that1.FieldN != nil {
if *this.FieldN != *that1.FieldN {
return fmt.Errorf("FieldN this(%v) Not Equal that(%v)", *this.FieldN, *that1.FieldN)
}
} else if this.FieldN != nil {
return fmt.Errorf("this.FieldN == nil && that.FieldN != nil")
} else if that1.FieldN != nil {
return fmt.Errorf("FieldN this(%v) Not Equal that(%v)", this.FieldN, that1.FieldN)
}
if !bytes.Equal(this.FieldO, that1.FieldO) {
return fmt.Errorf("FieldO this(%v) Not Equal that(%v)", this.FieldO, that1.FieldO)
}
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 *CustomNameNinOptNative) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*CustomNameNinOptNative)
if !ok {
that2, ok := that.(CustomNameNinOptNative)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.FieldA != nil && that1.FieldA != nil {
if *this.FieldA != *that1.FieldA {
return false
}
} else if this.FieldA != nil {
return false
} else if that1.FieldA != nil {
return false
}
if this.FieldB != nil && that1.FieldB != nil {
if *this.FieldB != *that1.FieldB {
return false
}
} else if this.FieldB != nil {
return false
} else if that1.FieldB != nil {
return false
}
if this.FieldC != nil && that1.FieldC != nil {
if *this.FieldC != *that1.FieldC {
return false
}
} else if this.FieldC != nil {
return false
} else if that1.FieldC != nil {
return false
}
if this.FieldD != nil && that1.FieldD != nil {
if *this.FieldD != *that1.FieldD {
return false
}
} else if this.FieldD != nil {
return false
} else if that1.FieldD != nil {
return false
}
if this.FieldE != nil && that1.FieldE != nil {
if *this.FieldE != *that1.FieldE {
return false
}
} else if this.FieldE != nil {
return false
} else if that1.FieldE != nil {
return false
}
if this.FieldF != nil && that1.FieldF != nil {
if *this.FieldF != *that1.FieldF {
return false
}
} else if this.FieldF != nil {
return false
} else if that1.FieldF != nil {
return false
}
if this.FieldG != nil && that1.FieldG != nil {
if *this.FieldG != *that1.FieldG {
return false
}
} else if this.FieldG != nil {
return false
} else if that1.FieldG != nil {
return false
}
if this.FieldH != nil && that1.FieldH != nil {
if *this.FieldH != *that1.FieldH {
return false
}
} else if this.FieldH != nil {
return false
} else if that1.FieldH != nil {
return false
}
if this.FieldI != nil && that1.FieldI != nil {
if *this.FieldI != *that1.FieldI {
return false
}
} else if this.FieldI != nil {
return false
} else if that1.FieldI != nil {
return false
}
if this.FieldJ != nil && that1.FieldJ != nil {
if *this.FieldJ != *that1.FieldJ {
return false
}
} else if this.FieldJ != nil {
return false
} else if that1.FieldJ != nil {
return false
}
if this.FieldK != nil && that1.FieldK != nil {
if *this.FieldK != *that1.FieldK {
return false
}
} else if this.FieldK != nil {
return false
} else if that1.FieldK != nil {
return false
}
if this.FielL != nil && that1.FielL != nil {
if *this.FielL != *that1.FielL {
return false
}
} else if this.FielL != nil {
return false
} else if that1.FielL != nil {
return false
}
if this.FieldM != nil && that1.FieldM != nil {
if *this.FieldM != *that1.FieldM {
return false
}
} else if this.FieldM != nil {
return false
} else if that1.FieldM != nil {
return false
}
if this.FieldN != nil && that1.FieldN != nil {
if *this.FieldN != *that1.FieldN {
return false
}
} else if this.FieldN != nil {
return false
} else if that1.FieldN != nil {
return false
}
if !bytes.Equal(this.FieldO, that1.FieldO) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *CustomNameNinRepNative) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*CustomNameNinRepNative)
if !ok {
that2, ok := that.(CustomNameNinRepNative)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *CustomNameNinRepNative")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *CustomNameNinRepNative but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *CustomNameNinRepNative but is not nil && this == nil")
}
if len(this.FieldA) != len(that1.FieldA) {
return fmt.Errorf("FieldA this(%v) Not Equal that(%v)", len(this.FieldA), len(that1.FieldA))
}
for i := range this.FieldA {
if this.FieldA[i] != that1.FieldA[i] {
return fmt.Errorf("FieldA this[%v](%v) Not Equal that[%v](%v)", i, this.FieldA[i], i, that1.FieldA[i])
}
}
if len(this.FieldB) != len(that1.FieldB) {
return fmt.Errorf("FieldB this(%v) Not Equal that(%v)", len(this.FieldB), len(that1.FieldB))
}
for i := range this.FieldB {
if this.FieldB[i] != that1.FieldB[i] {
return fmt.Errorf("FieldB this[%v](%v) Not Equal that[%v](%v)", i, this.FieldB[i], i, that1.FieldB[i])
}
}
if len(this.FieldC) != len(that1.FieldC) {
return fmt.Errorf("FieldC this(%v) Not Equal that(%v)", len(this.FieldC), len(that1.FieldC))
}
for i := range this.FieldC {
if this.FieldC[i] != that1.FieldC[i] {
return fmt.Errorf("FieldC this[%v](%v) Not Equal that[%v](%v)", i, this.FieldC[i], i, that1.FieldC[i])
}
}
if len(this.FieldD) != len(that1.FieldD) {
return fmt.Errorf("FieldD this(%v) Not Equal that(%v)", len(this.FieldD), len(that1.FieldD))
}
for i := range this.FieldD {
if this.FieldD[i] != that1.FieldD[i] {
return fmt.Errorf("FieldD this[%v](%v) Not Equal that[%v](%v)", i, this.FieldD[i], i, that1.FieldD[i])
}
}
if len(this.FieldE) != len(that1.FieldE) {
return fmt.Errorf("FieldE this(%v) Not Equal that(%v)", len(this.FieldE), len(that1.FieldE))
}
for i := range this.FieldE {
if this.FieldE[i] != that1.FieldE[i] {
return fmt.Errorf("FieldE this[%v](%v) Not Equal that[%v](%v)", i, this.FieldE[i], i, that1.FieldE[i])
}
}
if len(this.FieldF) != len(that1.FieldF) {
return fmt.Errorf("FieldF this(%v) Not Equal that(%v)", len(this.FieldF), len(that1.FieldF))
}
for i := range this.FieldF {
if this.FieldF[i] != that1.FieldF[i] {
return fmt.Errorf("FieldF this[%v](%v) Not Equal that[%v](%v)", i, this.FieldF[i], i, that1.FieldF[i])
}
}
if len(this.FieldG) != len(that1.FieldG) {
return fmt.Errorf("FieldG this(%v) Not Equal that(%v)", len(this.FieldG), len(that1.FieldG))
}
for i := range this.FieldG {
if this.FieldG[i] != that1.FieldG[i] {
return fmt.Errorf("FieldG this[%v](%v) Not Equal that[%v](%v)", i, this.FieldG[i], i, that1.FieldG[i])
}
}
if len(this.FieldH) != len(that1.FieldH) {
return fmt.Errorf("FieldH this(%v) Not Equal that(%v)", len(this.FieldH), len(that1.FieldH))
}
for i := range this.FieldH {
if this.FieldH[i] != that1.FieldH[i] {
return fmt.Errorf("FieldH this[%v](%v) Not Equal that[%v](%v)", i, this.FieldH[i], i, that1.FieldH[i])
}
}
if len(this.FieldI) != len(that1.FieldI) {
return fmt.Errorf("FieldI this(%v) Not Equal that(%v)", len(this.FieldI), len(that1.FieldI))
}
for i := range this.FieldI {
if this.FieldI[i] != that1.FieldI[i] {
return fmt.Errorf("FieldI this[%v](%v) Not Equal that[%v](%v)", i, this.FieldI[i], i, that1.FieldI[i])
}
}
if len(this.FieldJ) != len(that1.FieldJ) {
return fmt.Errorf("FieldJ this(%v) Not Equal that(%v)", len(this.FieldJ), len(that1.FieldJ))
}
for i := range this.FieldJ {
if this.FieldJ[i] != that1.FieldJ[i] {
return fmt.Errorf("FieldJ this[%v](%v) Not Equal that[%v](%v)", i, this.FieldJ[i], i, that1.FieldJ[i])
}
}
if len(this.FieldK) != len(that1.FieldK) {
return fmt.Errorf("FieldK this(%v) Not Equal that(%v)", len(this.FieldK), len(that1.FieldK))
}
for i := range this.FieldK {
if this.FieldK[i] != that1.FieldK[i] {
return fmt.Errorf("FieldK this[%v](%v) Not Equal that[%v](%v)", i, this.FieldK[i], i, that1.FieldK[i])
}
}
if len(this.FieldL) != len(that1.FieldL) {
return fmt.Errorf("FieldL this(%v) Not Equal that(%v)", len(this.FieldL), len(that1.FieldL))
}
for i := range this.FieldL {
if this.FieldL[i] != that1.FieldL[i] {
return fmt.Errorf("FieldL this[%v](%v) Not Equal that[%v](%v)", i, this.FieldL[i], i, that1.FieldL[i])
}
}
if len(this.FieldM) != len(that1.FieldM) {
return fmt.Errorf("FieldM this(%v) Not Equal that(%v)", len(this.FieldM), len(that1.FieldM))
}
for i := range this.FieldM {
if this.FieldM[i] != that1.FieldM[i] {
return fmt.Errorf("FieldM this[%v](%v) Not Equal that[%v](%v)", i, this.FieldM[i], i, that1.FieldM[i])
}
}
if len(this.FieldN) != len(that1.FieldN) {
return fmt.Errorf("FieldN this(%v) Not Equal that(%v)", len(this.FieldN), len(that1.FieldN))
}
for i := range this.FieldN {
if this.FieldN[i] != that1.FieldN[i] {
return fmt.Errorf("FieldN this[%v](%v) Not Equal that[%v](%v)", i, this.FieldN[i], i, that1.FieldN[i])
}
}
if len(this.FieldO) != len(that1.FieldO) {
return fmt.Errorf("FieldO this(%v) Not Equal that(%v)", len(this.FieldO), len(that1.FieldO))
}
for i := range this.FieldO {
if !bytes.Equal(this.FieldO[i], that1.FieldO[i]) {
return fmt.Errorf("FieldO this[%v](%v) Not Equal that[%v](%v)", i, this.FieldO[i], i, that1.FieldO[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 *CustomNameNinRepNative) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*CustomNameNinRepNative)
if !ok {
that2, ok := that.(CustomNameNinRepNative)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.FieldA) != len(that1.FieldA) {
return false
}
for i := range this.FieldA {
if this.FieldA[i] != that1.FieldA[i] {
return false
}
}
if len(this.FieldB) != len(that1.FieldB) {
return false
}
for i := range this.FieldB {
if this.FieldB[i] != that1.FieldB[i] {
return false
}
}
if len(this.FieldC) != len(that1.FieldC) {
return false
}
for i := range this.FieldC {
if this.FieldC[i] != that1.FieldC[i] {
return false
}
}
if len(this.FieldD) != len(that1.FieldD) {
return false
}
for i := range this.FieldD {
if this.FieldD[i] != that1.FieldD[i] {
return false
}
}
if len(this.FieldE) != len(that1.FieldE) {
return false
}
for i := range this.FieldE {
if this.FieldE[i] != that1.FieldE[i] {
return false
}
}
if len(this.FieldF) != len(that1.FieldF) {
return false
}
for i := range this.FieldF {
if this.FieldF[i] != that1.FieldF[i] {
return false
}
}
if len(this.FieldG) != len(that1.FieldG) {
return false
}
for i := range this.FieldG {
if this.FieldG[i] != that1.FieldG[i] {
return false
}
}
if len(this.FieldH) != len(that1.FieldH) {
return false
}
for i := range this.FieldH {
if this.FieldH[i] != that1.FieldH[i] {
return false
}
}
if len(this.FieldI) != len(that1.FieldI) {
return false
}
for i := range this.FieldI {
if this.FieldI[i] != that1.FieldI[i] {
return false
}
}
if len(this.FieldJ) != len(that1.FieldJ) {
return false
}
for i := range this.FieldJ {
if this.FieldJ[i] != that1.FieldJ[i] {
return false
}
}
if len(this.FieldK) != len(that1.FieldK) {
return false
}
for i := range this.FieldK {
if this.FieldK[i] != that1.FieldK[i] {
return false
}
}
if len(this.FieldL) != len(that1.FieldL) {
return false
}
for i := range this.FieldL {
if this.FieldL[i] != that1.FieldL[i] {
return false
}
}
if len(this.FieldM) != len(that1.FieldM) {
return false
}
for i := range this.FieldM {
if this.FieldM[i] != that1.FieldM[i] {
return false
}
}
if len(this.FieldN) != len(that1.FieldN) {
return false
}
for i := range this.FieldN {
if this.FieldN[i] != that1.FieldN[i] {
return false
}
}
if len(this.FieldO) != len(that1.FieldO) {
return false
}
for i := range this.FieldO {
if !bytes.Equal(this.FieldO[i], that1.FieldO[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *CustomNameNinStruct) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*CustomNameNinStruct)
if !ok {
that2, ok := that.(CustomNameNinStruct)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *CustomNameNinStruct")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *CustomNameNinStruct but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *CustomNameNinStruct but is not nil && this == nil")
}
if this.FieldA != nil && that1.FieldA != nil {
if *this.FieldA != *that1.FieldA {
return fmt.Errorf("FieldA this(%v) Not Equal that(%v)", *this.FieldA, *that1.FieldA)
}
} else if this.FieldA != nil {
return fmt.Errorf("this.FieldA == nil && that.FieldA != nil")
} else if that1.FieldA != nil {
return fmt.Errorf("FieldA this(%v) Not Equal that(%v)", this.FieldA, that1.FieldA)
}
if this.FieldB != nil && that1.FieldB != nil {
if *this.FieldB != *that1.FieldB {
return fmt.Errorf("FieldB this(%v) Not Equal that(%v)", *this.FieldB, *that1.FieldB)
}
} else if this.FieldB != nil {
return fmt.Errorf("this.FieldB == nil && that.FieldB != nil")
} else if that1.FieldB != nil {
return fmt.Errorf("FieldB this(%v) Not Equal that(%v)", this.FieldB, that1.FieldB)
}
if !this.FieldC.Equal(that1.FieldC) {
return fmt.Errorf("FieldC this(%v) Not Equal that(%v)", this.FieldC, that1.FieldC)
}
if len(this.FieldD) != len(that1.FieldD) {
return fmt.Errorf("FieldD this(%v) Not Equal that(%v)", len(this.FieldD), len(that1.FieldD))
}
for i := range this.FieldD {
if !this.FieldD[i].Equal(that1.FieldD[i]) {
return fmt.Errorf("FieldD this[%v](%v) Not Equal that[%v](%v)", i, this.FieldD[i], i, that1.FieldD[i])
}
}
if this.FieldE != nil && that1.FieldE != nil {
if *this.FieldE != *that1.FieldE {
return fmt.Errorf("FieldE this(%v) Not Equal that(%v)", *this.FieldE, *that1.FieldE)
}
} else if this.FieldE != nil {
return fmt.Errorf("this.FieldE == nil && that.FieldE != nil")
} else if that1.FieldE != nil {
return fmt.Errorf("FieldE this(%v) Not Equal that(%v)", this.FieldE, that1.FieldE)
}
if this.FieldF != nil && that1.FieldF != nil {
if *this.FieldF != *that1.FieldF {
return fmt.Errorf("FieldF this(%v) Not Equal that(%v)", *this.FieldF, *that1.FieldF)
}
} else if this.FieldF != nil {
return fmt.Errorf("this.FieldF == nil && that.FieldF != nil")
} else if that1.FieldF != nil {
return fmt.Errorf("FieldF this(%v) Not Equal that(%v)", this.FieldF, that1.FieldF)
}
if !this.FieldG.Equal(that1.FieldG) {
return fmt.Errorf("FieldG this(%v) Not Equal that(%v)", this.FieldG, that1.FieldG)
}
if this.FieldH != nil && that1.FieldH != nil {
if *this.FieldH != *that1.FieldH {
return fmt.Errorf("FieldH this(%v) Not Equal that(%v)", *this.FieldH, *that1.FieldH)
}
} else if this.FieldH != nil {
return fmt.Errorf("this.FieldH == nil && that.FieldH != nil")
} else if that1.FieldH != nil {
return fmt.Errorf("FieldH this(%v) Not Equal that(%v)", this.FieldH, that1.FieldH)
}
if this.FieldI != nil && that1.FieldI != nil {
if *this.FieldI != *that1.FieldI {
return fmt.Errorf("FieldI this(%v) Not Equal that(%v)", *this.FieldI, *that1.FieldI)
}
} else if this.FieldI != nil {
return fmt.Errorf("this.FieldI == nil && that.FieldI != nil")
} else if that1.FieldI != nil {
return fmt.Errorf("FieldI this(%v) Not Equal that(%v)", this.FieldI, that1.FieldI)
}
if !bytes.Equal(this.FieldJ, that1.FieldJ) {
return fmt.Errorf("FieldJ this(%v) Not Equal that(%v)", this.FieldJ, that1.FieldJ)
}
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 *CustomNameNinStruct) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*CustomNameNinStruct)
if !ok {
that2, ok := that.(CustomNameNinStruct)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.FieldA != nil && that1.FieldA != nil {
if *this.FieldA != *that1.FieldA {
return false
}
} else if this.FieldA != nil {
return false
} else if that1.FieldA != nil {
return false
}
if this.FieldB != nil && that1.FieldB != nil {
if *this.FieldB != *that1.FieldB {
return false
}
} else if this.FieldB != nil {
return false
} else if that1.FieldB != nil {
return false
}
if !this.FieldC.Equal(that1.FieldC) {
return false
}
if len(this.FieldD) != len(that1.FieldD) {
return false
}
for i := range this.FieldD {
if !this.FieldD[i].Equal(that1.FieldD[i]) {
return false
}
}
if this.FieldE != nil && that1.FieldE != nil {
if *this.FieldE != *that1.FieldE {
return false
}
} else if this.FieldE != nil {
return false
} else if that1.FieldE != nil {
return false
}
if this.FieldF != nil && that1.FieldF != nil {
if *this.FieldF != *that1.FieldF {
return false
}
} else if this.FieldF != nil {
return false
} else if that1.FieldF != nil {
return false
}
if !this.FieldG.Equal(that1.FieldG) {
return false
}
if this.FieldH != nil && that1.FieldH != nil {
if *this.FieldH != *that1.FieldH {
return false
}
} else if this.FieldH != nil {
return false
} else if that1.FieldH != nil {
return false
}
if this.FieldI != nil && that1.FieldI != nil {
if *this.FieldI != *that1.FieldI {
return false
}
} else if this.FieldI != nil {
return false
} else if that1.FieldI != nil {
return false
}
if !bytes.Equal(this.FieldJ, that1.FieldJ) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *CustomNameCustomType) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*CustomNameCustomType)
if !ok {
that2, ok := that.(CustomNameCustomType)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *CustomNameCustomType")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *CustomNameCustomType but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *CustomNameCustomType but is not nil && this == nil")
}
if that1.FieldA == nil {
if this.FieldA != nil {
return fmt.Errorf("this.FieldA != nil && that1.FieldA == nil")
}
} else if !this.FieldA.Equal(*that1.FieldA) {
return fmt.Errorf("FieldA this(%v) Not Equal that(%v)", this.FieldA, that1.FieldA)
}
if that1.FieldB == nil {
if this.FieldB != nil {
return fmt.Errorf("this.FieldB != nil && that1.FieldB == nil")
}
} else if !this.FieldB.Equal(*that1.FieldB) {
return fmt.Errorf("FieldB this(%v) Not Equal that(%v)", this.FieldB, that1.FieldB)
}
if len(this.FieldC) != len(that1.FieldC) {
return fmt.Errorf("FieldC this(%v) Not Equal that(%v)", len(this.FieldC), len(that1.FieldC))
}
for i := range this.FieldC {
if !this.FieldC[i].Equal(that1.FieldC[i]) {
return fmt.Errorf("FieldC this[%v](%v) Not Equal that[%v](%v)", i, this.FieldC[i], i, that1.FieldC[i])
}
}
if len(this.FieldD) != len(that1.FieldD) {
return fmt.Errorf("FieldD this(%v) Not Equal that(%v)", len(this.FieldD), len(that1.FieldD))
}
for i := range this.FieldD {
if !this.FieldD[i].Equal(that1.FieldD[i]) {
return fmt.Errorf("FieldD this[%v](%v) Not Equal that[%v](%v)", i, this.FieldD[i], i, that1.FieldD[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 *CustomNameCustomType) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*CustomNameCustomType)
if !ok {
that2, ok := that.(CustomNameCustomType)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if that1.FieldA == nil {
if this.FieldA != nil {
return false
}
} else if !this.FieldA.Equal(*that1.FieldA) {
return false
}
if that1.FieldB == nil {
if this.FieldB != nil {
return false
}
} else if !this.FieldB.Equal(*that1.FieldB) {
return false
}
if len(this.FieldC) != len(that1.FieldC) {
return false
}
for i := range this.FieldC {
if !this.FieldC[i].Equal(that1.FieldC[i]) {
return false
}
}
if len(this.FieldD) != len(that1.FieldD) {
return false
}
for i := range this.FieldD {
if !this.FieldD[i].Equal(that1.FieldD[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *CustomNameNinEmbeddedStructUnion) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*CustomNameNinEmbeddedStructUnion)
if !ok {
that2, ok := that.(CustomNameNinEmbeddedStructUnion)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *CustomNameNinEmbeddedStructUnion")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *CustomNameNinEmbeddedStructUnion but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *CustomNameNinEmbeddedStructUnion but is not nil && this == nil")
}
if !this.NidOptNative.Equal(that1.NidOptNative) {
return fmt.Errorf("NidOptNative this(%v) Not Equal that(%v)", this.NidOptNative, that1.NidOptNative)
}
if !this.FieldA.Equal(that1.FieldA) {
return fmt.Errorf("FieldA this(%v) Not Equal that(%v)", this.FieldA, that1.FieldA)
}
if this.FieldB != nil && that1.FieldB != nil {
if *this.FieldB != *that1.FieldB {
return fmt.Errorf("FieldB this(%v) Not Equal that(%v)", *this.FieldB, *that1.FieldB)
}
} else if this.FieldB != nil {
return fmt.Errorf("this.FieldB == nil && that.FieldB != nil")
} else if that1.FieldB != nil {
return fmt.Errorf("FieldB this(%v) Not Equal that(%v)", this.FieldB, that1.FieldB)
}
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 *CustomNameNinEmbeddedStructUnion) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*CustomNameNinEmbeddedStructUnion)
if !ok {
that2, ok := that.(CustomNameNinEmbeddedStructUnion)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.NidOptNative.Equal(that1.NidOptNative) {
return false
}
if !this.FieldA.Equal(that1.FieldA) {
return false
}
if this.FieldB != nil && that1.FieldB != nil {
if *this.FieldB != *that1.FieldB {
return false
}
} else if this.FieldB != nil {
return false
} else if that1.FieldB != nil {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *CustomNameEnum) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*CustomNameEnum)
if !ok {
that2, ok := that.(CustomNameEnum)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *CustomNameEnum")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *CustomNameEnum but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *CustomNameEnum but is not nil && this == nil")
}
if this.FieldA != nil && that1.FieldA != nil {
if *this.FieldA != *that1.FieldA {
return fmt.Errorf("FieldA this(%v) Not Equal that(%v)", *this.FieldA, *that1.FieldA)
}
} else if this.FieldA != nil {
return fmt.Errorf("this.FieldA == nil && that.FieldA != nil")
} else if that1.FieldA != nil {
return fmt.Errorf("FieldA this(%v) Not Equal that(%v)", this.FieldA, that1.FieldA)
}
if len(this.FieldB) != len(that1.FieldB) {
return fmt.Errorf("FieldB this(%v) Not Equal that(%v)", len(this.FieldB), len(that1.FieldB))
}
for i := range this.FieldB {
if this.FieldB[i] != that1.FieldB[i] {
return fmt.Errorf("FieldB this[%v](%v) Not Equal that[%v](%v)", i, this.FieldB[i], i, that1.FieldB[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 *CustomNameEnum) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*CustomNameEnum)
if !ok {
that2, ok := that.(CustomNameEnum)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.FieldA != nil && that1.FieldA != nil {
if *this.FieldA != *that1.FieldA {
return false
}
} else if this.FieldA != nil {
return false
} else if that1.FieldA != nil {
return false
}
if len(this.FieldB) != len(that1.FieldB) {
return false
}
for i := range this.FieldB {
if this.FieldB[i] != that1.FieldB[i] {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NoExtensionsMap) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NoExtensionsMap)
if !ok {
that2, ok := that.(NoExtensionsMap)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NoExtensionsMap")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NoExtensionsMap but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NoExtensionsMap 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_extensions, that1.XXX_extensions) {
return fmt.Errorf("XXX_extensions this(%v) Not Equal that(%v)", this.XXX_extensions, that1.XXX_extensions)
}
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 *NoExtensionsMap) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NoExtensionsMap)
if !ok {
that2, ok := that.(NoExtensionsMap)
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_extensions, that1.XXX_extensions) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *Unrecognized) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*Unrecognized)
if !ok {
that2, ok := that.(Unrecognized)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *Unrecognized")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *Unrecognized but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *Unrecognized 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)
}
return nil
}
func (this *Unrecognized) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*Unrecognized)
if !ok {
that2, ok := that.(Unrecognized)
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
}
return true
}
func (this *UnrecognizedWithInner) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*UnrecognizedWithInner)
if !ok {
that2, ok := that.(UnrecognizedWithInner)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *UnrecognizedWithInner")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *UnrecognizedWithInner but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *UnrecognizedWithInner but is not nil && this == nil")
}
if len(this.Embedded) != len(that1.Embedded) {
return fmt.Errorf("Embedded this(%v) Not Equal that(%v)", len(this.Embedded), len(that1.Embedded))
}
for i := range this.Embedded {
if !this.Embedded[i].Equal(that1.Embedded[i]) {
return fmt.Errorf("Embedded this[%v](%v) Not Equal that[%v](%v)", i, this.Embedded[i], i, that1.Embedded[i])
}
}
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 !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 *UnrecognizedWithInner) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*UnrecognizedWithInner)
if !ok {
that2, ok := that.(UnrecognizedWithInner)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Embedded) != len(that1.Embedded) {
return false
}
for i := range this.Embedded {
if !this.Embedded[i].Equal(that1.Embedded[i]) {
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 !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *UnrecognizedWithInner_Inner) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*UnrecognizedWithInner_Inner)
if !ok {
that2, ok := that.(UnrecognizedWithInner_Inner)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *UnrecognizedWithInner_Inner")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *UnrecognizedWithInner_Inner but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *UnrecognizedWithInner_Inner 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)
}
return nil
}
func (this *UnrecognizedWithInner_Inner) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*UnrecognizedWithInner_Inner)
if !ok {
that2, ok := that.(UnrecognizedWithInner_Inner)
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
}
return true
}
func (this *UnrecognizedWithEmbed) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*UnrecognizedWithEmbed)
if !ok {
that2, ok := that.(UnrecognizedWithEmbed)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *UnrecognizedWithEmbed")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *UnrecognizedWithEmbed but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *UnrecognizedWithEmbed but is not nil && this == nil")
}
if !this.UnrecognizedWithEmbed_Embedded.Equal(&that1.UnrecognizedWithEmbed_Embedded) {
return fmt.Errorf("UnrecognizedWithEmbed_Embedded this(%v) Not Equal that(%v)", this.UnrecognizedWithEmbed_Embedded, that1.UnrecognizedWithEmbed_Embedded)
}
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 !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 *UnrecognizedWithEmbed) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*UnrecognizedWithEmbed)
if !ok {
that2, ok := that.(UnrecognizedWithEmbed)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.UnrecognizedWithEmbed_Embedded.Equal(&that1.UnrecognizedWithEmbed_Embedded) {
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 !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *UnrecognizedWithEmbed_Embedded) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*UnrecognizedWithEmbed_Embedded)
if !ok {
that2, ok := that.(UnrecognizedWithEmbed_Embedded)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *UnrecognizedWithEmbed_Embedded")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *UnrecognizedWithEmbed_Embedded but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *UnrecognizedWithEmbed_Embedded 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)
}
return nil
}
func (this *UnrecognizedWithEmbed_Embedded) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*UnrecognizedWithEmbed_Embedded)
if !ok {
that2, ok := that.(UnrecognizedWithEmbed_Embedded)
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
}
return true
}
func (this *Node) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*Node)
if !ok {
that2, ok := that.(Node)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *Node")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *Node but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *Node but is not nil && this == nil")
}
if this.Label != nil && that1.Label != nil {
if *this.Label != *that1.Label {
return fmt.Errorf("Label this(%v) Not Equal that(%v)", *this.Label, *that1.Label)
}
} else if this.Label != nil {
return fmt.Errorf("this.Label == nil && that.Label != nil")
} else if that1.Label != nil {
return fmt.Errorf("Label this(%v) Not Equal that(%v)", this.Label, that1.Label)
}
if len(this.Children) != len(that1.Children) {
return fmt.Errorf("Children this(%v) Not Equal that(%v)", len(this.Children), len(that1.Children))
}
for i := range this.Children {
if !this.Children[i].Equal(that1.Children[i]) {
return fmt.Errorf("Children this[%v](%v) Not Equal that[%v](%v)", i, this.Children[i], i, that1.Children[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 *Node) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*Node)
if !ok {
that2, ok := that.(Node)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if this.Label != nil && that1.Label != nil {
if *this.Label != *that1.Label {
return false
}
} else if this.Label != nil {
return false
} else if that1.Label != nil {
return false
}
if len(this.Children) != len(that1.Children) {
return false
}
for i := range this.Children {
if !this.Children[i].Equal(that1.Children[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NonByteCustomType) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NonByteCustomType)
if !ok {
that2, ok := that.(NonByteCustomType)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NonByteCustomType")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NonByteCustomType but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NonByteCustomType but is not nil && this == nil")
}
if that1.Field1 == nil {
if this.Field1 != nil {
return fmt.Errorf("this.Field1 != nil && that1.Field1 == nil")
}
} else if !this.Field1.Equal(*that1.Field1) {
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 *NonByteCustomType) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NonByteCustomType)
if !ok {
that2, ok := that.(NonByteCustomType)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if that1.Field1 == nil {
if this.Field1 != nil {
return false
}
} else if !this.Field1.Equal(*that1.Field1) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidOptNonByteCustomType) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidOptNonByteCustomType)
if !ok {
that2, ok := that.(NidOptNonByteCustomType)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidOptNonByteCustomType")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidOptNonByteCustomType but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidOptNonByteCustomType but is not nil && this == nil")
}
if !this.Field1.Equal(that1.Field1) {
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 *NidOptNonByteCustomType) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidOptNonByteCustomType)
if !ok {
that2, ok := that.(NidOptNonByteCustomType)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if !this.Field1.Equal(that1.Field1) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinOptNonByteCustomType) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinOptNonByteCustomType)
if !ok {
that2, ok := that.(NinOptNonByteCustomType)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinOptNonByteCustomType")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinOptNonByteCustomType but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinOptNonByteCustomType but is not nil && this == nil")
}
if that1.Field1 == nil {
if this.Field1 != nil {
return fmt.Errorf("this.Field1 != nil && that1.Field1 == nil")
}
} else if !this.Field1.Equal(*that1.Field1) {
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 *NinOptNonByteCustomType) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinOptNonByteCustomType)
if !ok {
that2, ok := that.(NinOptNonByteCustomType)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if that1.Field1 == nil {
if this.Field1 != nil {
return false
}
} else if !this.Field1.Equal(*that1.Field1) {
return false
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NidRepNonByteCustomType) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NidRepNonByteCustomType)
if !ok {
that2, ok := that.(NidRepNonByteCustomType)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NidRepNonByteCustomType")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NidRepNonByteCustomType but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NidRepNonByteCustomType but is not nil && this == nil")
}
if len(this.Field1) != len(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", len(this.Field1), len(that1.Field1))
}
for i := range this.Field1 {
if !this.Field1[i].Equal(that1.Field1[i]) {
return fmt.Errorf("Field1 this[%v](%v) Not Equal that[%v](%v)", i, this.Field1[i], i, that1.Field1[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 *NidRepNonByteCustomType) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NidRepNonByteCustomType)
if !ok {
that2, ok := that.(NidRepNonByteCustomType)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Field1) != len(that1.Field1) {
return false
}
for i := range this.Field1 {
if !this.Field1[i].Equal(that1.Field1[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *NinRepNonByteCustomType) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*NinRepNonByteCustomType)
if !ok {
that2, ok := that.(NinRepNonByteCustomType)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *NinRepNonByteCustomType")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *NinRepNonByteCustomType but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *NinRepNonByteCustomType but is not nil && this == nil")
}
if len(this.Field1) != len(that1.Field1) {
return fmt.Errorf("Field1 this(%v) Not Equal that(%v)", len(this.Field1), len(that1.Field1))
}
for i := range this.Field1 {
if !this.Field1[i].Equal(that1.Field1[i]) {
return fmt.Errorf("Field1 this[%v](%v) Not Equal that[%v](%v)", i, this.Field1[i], i, that1.Field1[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 *NinRepNonByteCustomType) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*NinRepNonByteCustomType)
if !ok {
that2, ok := that.(NinRepNonByteCustomType)
if ok {
that1 = &that2
} else {
return false
}
}
if that1 == nil {
return this == nil
} else if this == nil {
return false
}
if len(this.Field1) != len(that1.Field1) {
return false
}
for i := range this.Field1 {
if !this.Field1[i].Equal(that1.Field1[i]) {
return false
}
}
if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
func (this *ProtoType) VerboseEqual(that interface{}) error {
if that == nil {
if this == nil {
return nil
}
return fmt.Errorf("that == nil && this != nil")
}
that1, ok := that.(*ProtoType)
if !ok {
that2, ok := that.(ProtoType)
if ok {
that1 = &that2
} else {
return fmt.Errorf("that is not of type *ProtoType")
}
}
if that1 == nil {
if this == nil {
return nil
}
return fmt.Errorf("that is type *ProtoType but is nil && this != nil")
} else if this == nil {
return fmt.Errorf("that is type *ProtoType 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 !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 *ProtoType) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
that1, ok := that.(*ProtoType)
if !ok {
that2, ok := that.(ProtoType)
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 !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) {
return false
}
return true
}
type NidOptNativeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() float64
GetField2() float32
GetField3() int32
GetField4() int64
GetField5() uint32
GetField6() uint64
GetField7() int32
GetField8() int64
GetField9() uint32
GetField10() int32
GetField11() uint64
GetField12() int64
GetField13() bool
GetField14() string
GetField15() []byte
}
func (this *NidOptNative) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidOptNative) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidOptNativeFromFace(this)
}
func (this *NidOptNative) GetField1() float64 {
return this.Field1
}
func (this *NidOptNative) GetField2() float32 {
return this.Field2
}
func (this *NidOptNative) GetField3() int32 {
return this.Field3
}
func (this *NidOptNative) GetField4() int64 {
return this.Field4
}
func (this *NidOptNative) GetField5() uint32 {
return this.Field5
}
func (this *NidOptNative) GetField6() uint64 {
return this.Field6
}
func (this *NidOptNative) GetField7() int32 {
return this.Field7
}
func (this *NidOptNative) GetField8() int64 {
return this.Field8
}
func (this *NidOptNative) GetField9() uint32 {
return this.Field9
}
func (this *NidOptNative) GetField10() int32 {
return this.Field10
}
func (this *NidOptNative) GetField11() uint64 {
return this.Field11
}
func (this *NidOptNative) GetField12() int64 {
return this.Field12
}
func (this *NidOptNative) GetField13() bool {
return this.Field13
}
func (this *NidOptNative) GetField14() string {
return this.Field14
}
func (this *NidOptNative) GetField15() []byte {
return this.Field15
}
func NewNidOptNativeFromFace(that NidOptNativeFace) *NidOptNative {
this := &NidOptNative{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field5 = that.GetField5()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field8 = that.GetField8()
this.Field9 = that.GetField9()
this.Field10 = that.GetField10()
this.Field11 = that.GetField11()
this.Field12 = that.GetField12()
this.Field13 = that.GetField13()
this.Field14 = that.GetField14()
this.Field15 = that.GetField15()
return this
}
type NinOptNativeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *float64
GetField2() *float32
GetField3() *int32
GetField4() *int64
GetField5() *uint32
GetField6() *uint64
GetField7() *int32
GetField8() *int64
GetField9() *uint32
GetField10() *int32
GetField11() *uint64
GetField12() *int64
GetField13() *bool
GetField14() *string
GetField15() []byte
}
func (this *NinOptNative) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinOptNative) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinOptNativeFromFace(this)
}
func (this *NinOptNative) GetField1() *float64 {
return this.Field1
}
func (this *NinOptNative) GetField2() *float32 {
return this.Field2
}
func (this *NinOptNative) GetField3() *int32 {
return this.Field3
}
func (this *NinOptNative) GetField4() *int64 {
return this.Field4
}
func (this *NinOptNative) GetField5() *uint32 {
return this.Field5
}
func (this *NinOptNative) GetField6() *uint64 {
return this.Field6
}
func (this *NinOptNative) GetField7() *int32 {
return this.Field7
}
func (this *NinOptNative) GetField8() *int64 {
return this.Field8
}
func (this *NinOptNative) GetField9() *uint32 {
return this.Field9
}
func (this *NinOptNative) GetField10() *int32 {
return this.Field10
}
func (this *NinOptNative) GetField11() *uint64 {
return this.Field11
}
func (this *NinOptNative) GetField12() *int64 {
return this.Field12
}
func (this *NinOptNative) GetField13() *bool {
return this.Field13
}
func (this *NinOptNative) GetField14() *string {
return this.Field14
}
func (this *NinOptNative) GetField15() []byte {
return this.Field15
}
func NewNinOptNativeFromFace(that NinOptNativeFace) *NinOptNative {
this := &NinOptNative{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field5 = that.GetField5()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field8 = that.GetField8()
this.Field9 = that.GetField9()
this.Field10 = that.GetField10()
this.Field11 = that.GetField11()
this.Field12 = that.GetField12()
this.Field13 = that.GetField13()
this.Field14 = that.GetField14()
this.Field15 = that.GetField15()
return this
}
type NidRepNativeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() []float64
GetField2() []float32
GetField3() []int32
GetField4() []int64
GetField5() []uint32
GetField6() []uint64
GetField7() []int32
GetField8() []int64
GetField9() []uint32
GetField10() []int32
GetField11() []uint64
GetField12() []int64
GetField13() []bool
GetField14() []string
GetField15() [][]byte
}
func (this *NidRepNative) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidRepNative) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidRepNativeFromFace(this)
}
func (this *NidRepNative) GetField1() []float64 {
return this.Field1
}
func (this *NidRepNative) GetField2() []float32 {
return this.Field2
}
func (this *NidRepNative) GetField3() []int32 {
return this.Field3
}
func (this *NidRepNative) GetField4() []int64 {
return this.Field4
}
func (this *NidRepNative) GetField5() []uint32 {
return this.Field5
}
func (this *NidRepNative) GetField6() []uint64 {
return this.Field6
}
func (this *NidRepNative) GetField7() []int32 {
return this.Field7
}
func (this *NidRepNative) GetField8() []int64 {
return this.Field8
}
func (this *NidRepNative) GetField9() []uint32 {
return this.Field9
}
func (this *NidRepNative) GetField10() []int32 {
return this.Field10
}
func (this *NidRepNative) GetField11() []uint64 {
return this.Field11
}
func (this *NidRepNative) GetField12() []int64 {
return this.Field12
}
func (this *NidRepNative) GetField13() []bool {
return this.Field13
}
func (this *NidRepNative) GetField14() []string {
return this.Field14
}
func (this *NidRepNative) GetField15() [][]byte {
return this.Field15
}
func NewNidRepNativeFromFace(that NidRepNativeFace) *NidRepNative {
this := &NidRepNative{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field5 = that.GetField5()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field8 = that.GetField8()
this.Field9 = that.GetField9()
this.Field10 = that.GetField10()
this.Field11 = that.GetField11()
this.Field12 = that.GetField12()
this.Field13 = that.GetField13()
this.Field14 = that.GetField14()
this.Field15 = that.GetField15()
return this
}
type NinRepNativeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() []float64
GetField2() []float32
GetField3() []int32
GetField4() []int64
GetField5() []uint32
GetField6() []uint64
GetField7() []int32
GetField8() []int64
GetField9() []uint32
GetField10() []int32
GetField11() []uint64
GetField12() []int64
GetField13() []bool
GetField14() []string
GetField15() [][]byte
}
func (this *NinRepNative) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinRepNative) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinRepNativeFromFace(this)
}
func (this *NinRepNative) GetField1() []float64 {
return this.Field1
}
func (this *NinRepNative) GetField2() []float32 {
return this.Field2
}
func (this *NinRepNative) GetField3() []int32 {
return this.Field3
}
func (this *NinRepNative) GetField4() []int64 {
return this.Field4
}
func (this *NinRepNative) GetField5() []uint32 {
return this.Field5
}
func (this *NinRepNative) GetField6() []uint64 {
return this.Field6
}
func (this *NinRepNative) GetField7() []int32 {
return this.Field7
}
func (this *NinRepNative) GetField8() []int64 {
return this.Field8
}
func (this *NinRepNative) GetField9() []uint32 {
return this.Field9
}
func (this *NinRepNative) GetField10() []int32 {
return this.Field10
}
func (this *NinRepNative) GetField11() []uint64 {
return this.Field11
}
func (this *NinRepNative) GetField12() []int64 {
return this.Field12
}
func (this *NinRepNative) GetField13() []bool {
return this.Field13
}
func (this *NinRepNative) GetField14() []string {
return this.Field14
}
func (this *NinRepNative) GetField15() [][]byte {
return this.Field15
}
func NewNinRepNativeFromFace(that NinRepNativeFace) *NinRepNative {
this := &NinRepNative{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field5 = that.GetField5()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field8 = that.GetField8()
this.Field9 = that.GetField9()
this.Field10 = that.GetField10()
this.Field11 = that.GetField11()
this.Field12 = that.GetField12()
this.Field13 = that.GetField13()
this.Field14 = that.GetField14()
this.Field15 = that.GetField15()
return this
}
type NidRepPackedNativeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() []float64
GetField2() []float32
GetField3() []int32
GetField4() []int64
GetField5() []uint32
GetField6() []uint64
GetField7() []int32
GetField8() []int64
GetField9() []uint32
GetField10() []int32
GetField11() []uint64
GetField12() []int64
GetField13() []bool
}
func (this *NidRepPackedNative) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidRepPackedNative) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidRepPackedNativeFromFace(this)
}
func (this *NidRepPackedNative) GetField1() []float64 {
return this.Field1
}
func (this *NidRepPackedNative) GetField2() []float32 {
return this.Field2
}
func (this *NidRepPackedNative) GetField3() []int32 {
return this.Field3
}
func (this *NidRepPackedNative) GetField4() []int64 {
return this.Field4
}
func (this *NidRepPackedNative) GetField5() []uint32 {
return this.Field5
}
func (this *NidRepPackedNative) GetField6() []uint64 {
return this.Field6
}
func (this *NidRepPackedNative) GetField7() []int32 {
return this.Field7
}
func (this *NidRepPackedNative) GetField8() []int64 {
return this.Field8
}
func (this *NidRepPackedNative) GetField9() []uint32 {
return this.Field9
}
func (this *NidRepPackedNative) GetField10() []int32 {
return this.Field10
}
func (this *NidRepPackedNative) GetField11() []uint64 {
return this.Field11
}
func (this *NidRepPackedNative) GetField12() []int64 {
return this.Field12
}
func (this *NidRepPackedNative) GetField13() []bool {
return this.Field13
}
func NewNidRepPackedNativeFromFace(that NidRepPackedNativeFace) *NidRepPackedNative {
this := &NidRepPackedNative{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field5 = that.GetField5()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field8 = that.GetField8()
this.Field9 = that.GetField9()
this.Field10 = that.GetField10()
this.Field11 = that.GetField11()
this.Field12 = that.GetField12()
this.Field13 = that.GetField13()
return this
}
type NinRepPackedNativeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() []float64
GetField2() []float32
GetField3() []int32
GetField4() []int64
GetField5() []uint32
GetField6() []uint64
GetField7() []int32
GetField8() []int64
GetField9() []uint32
GetField10() []int32
GetField11() []uint64
GetField12() []int64
GetField13() []bool
}
func (this *NinRepPackedNative) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinRepPackedNative) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinRepPackedNativeFromFace(this)
}
func (this *NinRepPackedNative) GetField1() []float64 {
return this.Field1
}
func (this *NinRepPackedNative) GetField2() []float32 {
return this.Field2
}
func (this *NinRepPackedNative) GetField3() []int32 {
return this.Field3
}
func (this *NinRepPackedNative) GetField4() []int64 {
return this.Field4
}
func (this *NinRepPackedNative) GetField5() []uint32 {
return this.Field5
}
func (this *NinRepPackedNative) GetField6() []uint64 {
return this.Field6
}
func (this *NinRepPackedNative) GetField7() []int32 {
return this.Field7
}
func (this *NinRepPackedNative) GetField8() []int64 {
return this.Field8
}
func (this *NinRepPackedNative) GetField9() []uint32 {
return this.Field9
}
func (this *NinRepPackedNative) GetField10() []int32 {
return this.Field10
}
func (this *NinRepPackedNative) GetField11() []uint64 {
return this.Field11
}
func (this *NinRepPackedNative) GetField12() []int64 {
return this.Field12
}
func (this *NinRepPackedNative) GetField13() []bool {
return this.Field13
}
func NewNinRepPackedNativeFromFace(that NinRepPackedNativeFace) *NinRepPackedNative {
this := &NinRepPackedNative{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field5 = that.GetField5()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field8 = that.GetField8()
this.Field9 = that.GetField9()
this.Field10 = that.GetField10()
this.Field11 = that.GetField11()
this.Field12 = that.GetField12()
this.Field13 = that.GetField13()
return this
}
type NidOptStructFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() float64
GetField2() float32
GetField3() NidOptNative
GetField4() NinOptNative
GetField6() uint64
GetField7() int32
GetField8() NidOptNative
GetField13() bool
GetField14() string
GetField15() []byte
}
func (this *NidOptStruct) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidOptStruct) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidOptStructFromFace(this)
}
func (this *NidOptStruct) GetField1() float64 {
return this.Field1
}
func (this *NidOptStruct) GetField2() float32 {
return this.Field2
}
func (this *NidOptStruct) GetField3() NidOptNative {
return this.Field3
}
func (this *NidOptStruct) GetField4() NinOptNative {
return this.Field4
}
func (this *NidOptStruct) GetField6() uint64 {
return this.Field6
}
func (this *NidOptStruct) GetField7() int32 {
return this.Field7
}
func (this *NidOptStruct) GetField8() NidOptNative {
return this.Field8
}
func (this *NidOptStruct) GetField13() bool {
return this.Field13
}
func (this *NidOptStruct) GetField14() string {
return this.Field14
}
func (this *NidOptStruct) GetField15() []byte {
return this.Field15
}
func NewNidOptStructFromFace(that NidOptStructFace) *NidOptStruct {
this := &NidOptStruct{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field8 = that.GetField8()
this.Field13 = that.GetField13()
this.Field14 = that.GetField14()
this.Field15 = that.GetField15()
return this
}
type NinOptStructFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *float64
GetField2() *float32
GetField3() *NidOptNative
GetField4() *NinOptNative
GetField6() *uint64
GetField7() *int32
GetField8() *NidOptNative
GetField13() *bool
GetField14() *string
GetField15() []byte
}
func (this *NinOptStruct) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinOptStruct) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinOptStructFromFace(this)
}
func (this *NinOptStruct) GetField1() *float64 {
return this.Field1
}
func (this *NinOptStruct) GetField2() *float32 {
return this.Field2
}
func (this *NinOptStruct) GetField3() *NidOptNative {
return this.Field3
}
func (this *NinOptStruct) GetField4() *NinOptNative {
return this.Field4
}
func (this *NinOptStruct) GetField6() *uint64 {
return this.Field6
}
func (this *NinOptStruct) GetField7() *int32 {
return this.Field7
}
func (this *NinOptStruct) GetField8() *NidOptNative {
return this.Field8
}
func (this *NinOptStruct) GetField13() *bool {
return this.Field13
}
func (this *NinOptStruct) GetField14() *string {
return this.Field14
}
func (this *NinOptStruct) GetField15() []byte {
return this.Field15
}
func NewNinOptStructFromFace(that NinOptStructFace) *NinOptStruct {
this := &NinOptStruct{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field8 = that.GetField8()
this.Field13 = that.GetField13()
this.Field14 = that.GetField14()
this.Field15 = that.GetField15()
return this
}
type NidRepStructFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() []float64
GetField2() []float32
GetField3() []NidOptNative
GetField4() []NinOptNative
GetField6() []uint64
GetField7() []int32
GetField8() []NidOptNative
GetField13() []bool
GetField14() []string
GetField15() [][]byte
}
func (this *NidRepStruct) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidRepStruct) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidRepStructFromFace(this)
}
func (this *NidRepStruct) GetField1() []float64 {
return this.Field1
}
func (this *NidRepStruct) GetField2() []float32 {
return this.Field2
}
func (this *NidRepStruct) GetField3() []NidOptNative {
return this.Field3
}
func (this *NidRepStruct) GetField4() []NinOptNative {
return this.Field4
}
func (this *NidRepStruct) GetField6() []uint64 {
return this.Field6
}
func (this *NidRepStruct) GetField7() []int32 {
return this.Field7
}
func (this *NidRepStruct) GetField8() []NidOptNative {
return this.Field8
}
func (this *NidRepStruct) GetField13() []bool {
return this.Field13
}
func (this *NidRepStruct) GetField14() []string {
return this.Field14
}
func (this *NidRepStruct) GetField15() [][]byte {
return this.Field15
}
func NewNidRepStructFromFace(that NidRepStructFace) *NidRepStruct {
this := &NidRepStruct{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field8 = that.GetField8()
this.Field13 = that.GetField13()
this.Field14 = that.GetField14()
this.Field15 = that.GetField15()
return this
}
type NinRepStructFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() []float64
GetField2() []float32
GetField3() []*NidOptNative
GetField4() []*NinOptNative
GetField6() []uint64
GetField7() []int32
GetField8() []*NidOptNative
GetField13() []bool
GetField14() []string
GetField15() [][]byte
}
func (this *NinRepStruct) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinRepStruct) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinRepStructFromFace(this)
}
func (this *NinRepStruct) GetField1() []float64 {
return this.Field1
}
func (this *NinRepStruct) GetField2() []float32 {
return this.Field2
}
func (this *NinRepStruct) GetField3() []*NidOptNative {
return this.Field3
}
func (this *NinRepStruct) GetField4() []*NinOptNative {
return this.Field4
}
func (this *NinRepStruct) GetField6() []uint64 {
return this.Field6
}
func (this *NinRepStruct) GetField7() []int32 {
return this.Field7
}
func (this *NinRepStruct) GetField8() []*NidOptNative {
return this.Field8
}
func (this *NinRepStruct) GetField13() []bool {
return this.Field13
}
func (this *NinRepStruct) GetField14() []string {
return this.Field14
}
func (this *NinRepStruct) GetField15() [][]byte {
return this.Field15
}
func NewNinRepStructFromFace(that NinRepStructFace) *NinRepStruct {
this := &NinRepStruct{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field8 = that.GetField8()
this.Field13 = that.GetField13()
this.Field14 = that.GetField14()
this.Field15 = that.GetField15()
return this
}
type NidEmbeddedStructFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetNidOptNative() *NidOptNative
GetField200() NidOptNative
GetField210() bool
}
func (this *NidEmbeddedStruct) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidEmbeddedStruct) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidEmbeddedStructFromFace(this)
}
func (this *NidEmbeddedStruct) GetNidOptNative() *NidOptNative {
return this.NidOptNative
}
func (this *NidEmbeddedStruct) GetField200() NidOptNative {
return this.Field200
}
func (this *NidEmbeddedStruct) GetField210() bool {
return this.Field210
}
func NewNidEmbeddedStructFromFace(that NidEmbeddedStructFace) *NidEmbeddedStruct {
this := &NidEmbeddedStruct{}
this.NidOptNative = that.GetNidOptNative()
this.Field200 = that.GetField200()
this.Field210 = that.GetField210()
return this
}
type NinEmbeddedStructFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetNidOptNative() *NidOptNative
GetField200() *NidOptNative
GetField210() *bool
}
func (this *NinEmbeddedStruct) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinEmbeddedStruct) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinEmbeddedStructFromFace(this)
}
func (this *NinEmbeddedStruct) GetNidOptNative() *NidOptNative {
return this.NidOptNative
}
func (this *NinEmbeddedStruct) GetField200() *NidOptNative {
return this.Field200
}
func (this *NinEmbeddedStruct) GetField210() *bool {
return this.Field210
}
func NewNinEmbeddedStructFromFace(that NinEmbeddedStructFace) *NinEmbeddedStruct {
this := &NinEmbeddedStruct{}
this.NidOptNative = that.GetNidOptNative()
this.Field200 = that.GetField200()
this.Field210 = that.GetField210()
return this
}
type NidNestedStructFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() NidOptStruct
GetField2() []NidRepStruct
}
func (this *NidNestedStruct) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidNestedStruct) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidNestedStructFromFace(this)
}
func (this *NidNestedStruct) GetField1() NidOptStruct {
return this.Field1
}
func (this *NidNestedStruct) GetField2() []NidRepStruct {
return this.Field2
}
func NewNidNestedStructFromFace(that NidNestedStructFace) *NidNestedStruct {
this := &NidNestedStruct{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
return this
}
type NinNestedStructFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *NinOptStruct
GetField2() []*NinRepStruct
}
func (this *NinNestedStruct) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinNestedStruct) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinNestedStructFromFace(this)
}
func (this *NinNestedStruct) GetField1() *NinOptStruct {
return this.Field1
}
func (this *NinNestedStruct) GetField2() []*NinRepStruct {
return this.Field2
}
func NewNinNestedStructFromFace(that NinNestedStructFace) *NinNestedStruct {
this := &NinNestedStruct{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
return this
}
type NidOptCustomFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetId() Uuid
GetValue() github_com_gogo_protobuf_test_custom.Uint128
}
func (this *NidOptCustom) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidOptCustom) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidOptCustomFromFace(this)
}
func (this *NidOptCustom) GetId() Uuid {
return this.Id
}
func (this *NidOptCustom) GetValue() github_com_gogo_protobuf_test_custom.Uint128 {
return this.Value
}
func NewNidOptCustomFromFace(that NidOptCustomFace) *NidOptCustom {
this := &NidOptCustom{}
this.Id = that.GetId()
this.Value = that.GetValue()
return this
}
type CustomDashFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetValue() *github_com_gogo_protobuf_test_custom_dash_type.Bytes
}
func (this *CustomDash) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *CustomDash) TestProto() github_com_gogo_protobuf_proto.Message {
return NewCustomDashFromFace(this)
}
func (this *CustomDash) GetValue() *github_com_gogo_protobuf_test_custom_dash_type.Bytes {
return this.Value
}
func NewCustomDashFromFace(that CustomDashFace) *CustomDash {
this := &CustomDash{}
this.Value = that.GetValue()
return this
}
type NinOptCustomFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetId() *Uuid
GetValue() *github_com_gogo_protobuf_test_custom.Uint128
}
func (this *NinOptCustom) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinOptCustom) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinOptCustomFromFace(this)
}
func (this *NinOptCustom) GetId() *Uuid {
return this.Id
}
func (this *NinOptCustom) GetValue() *github_com_gogo_protobuf_test_custom.Uint128 {
return this.Value
}
func NewNinOptCustomFromFace(that NinOptCustomFace) *NinOptCustom {
this := &NinOptCustom{}
this.Id = that.GetId()
this.Value = that.GetValue()
return this
}
type NidRepCustomFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetId() []Uuid
GetValue() []github_com_gogo_protobuf_test_custom.Uint128
}
func (this *NidRepCustom) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidRepCustom) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidRepCustomFromFace(this)
}
func (this *NidRepCustom) GetId() []Uuid {
return this.Id
}
func (this *NidRepCustom) GetValue() []github_com_gogo_protobuf_test_custom.Uint128 {
return this.Value
}
func NewNidRepCustomFromFace(that NidRepCustomFace) *NidRepCustom {
this := &NidRepCustom{}
this.Id = that.GetId()
this.Value = that.GetValue()
return this
}
type NinRepCustomFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetId() []Uuid
GetValue() []github_com_gogo_protobuf_test_custom.Uint128
}
func (this *NinRepCustom) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinRepCustom) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinRepCustomFromFace(this)
}
func (this *NinRepCustom) GetId() []Uuid {
return this.Id
}
func (this *NinRepCustom) GetValue() []github_com_gogo_protobuf_test_custom.Uint128 {
return this.Value
}
func NewNinRepCustomFromFace(that NinRepCustomFace) *NinRepCustom {
this := &NinRepCustom{}
this.Id = that.GetId()
this.Value = that.GetValue()
return this
}
type NinOptNativeUnionFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *float64
GetField2() *float32
GetField3() *int32
GetField4() *int64
GetField5() *uint32
GetField6() *uint64
GetField13() *bool
GetField14() *string
GetField15() []byte
}
func (this *NinOptNativeUnion) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinOptNativeUnion) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinOptNativeUnionFromFace(this)
}
func (this *NinOptNativeUnion) GetField1() *float64 {
return this.Field1
}
func (this *NinOptNativeUnion) GetField2() *float32 {
return this.Field2
}
func (this *NinOptNativeUnion) GetField3() *int32 {
return this.Field3
}
func (this *NinOptNativeUnion) GetField4() *int64 {
return this.Field4
}
func (this *NinOptNativeUnion) GetField5() *uint32 {
return this.Field5
}
func (this *NinOptNativeUnion) GetField6() *uint64 {
return this.Field6
}
func (this *NinOptNativeUnion) GetField13() *bool {
return this.Field13
}
func (this *NinOptNativeUnion) GetField14() *string {
return this.Field14
}
func (this *NinOptNativeUnion) GetField15() []byte {
return this.Field15
}
func NewNinOptNativeUnionFromFace(that NinOptNativeUnionFace) *NinOptNativeUnion {
this := &NinOptNativeUnion{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field5 = that.GetField5()
this.Field6 = that.GetField6()
this.Field13 = that.GetField13()
this.Field14 = that.GetField14()
this.Field15 = that.GetField15()
return this
}
type NinOptStructUnionFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *float64
GetField2() *float32
GetField3() *NidOptNative
GetField4() *NinOptNative
GetField6() *uint64
GetField7() *int32
GetField13() *bool
GetField14() *string
GetField15() []byte
}
func (this *NinOptStructUnion) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinOptStructUnion) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinOptStructUnionFromFace(this)
}
func (this *NinOptStructUnion) GetField1() *float64 {
return this.Field1
}
func (this *NinOptStructUnion) GetField2() *float32 {
return this.Field2
}
func (this *NinOptStructUnion) GetField3() *NidOptNative {
return this.Field3
}
func (this *NinOptStructUnion) GetField4() *NinOptNative {
return this.Field4
}
func (this *NinOptStructUnion) GetField6() *uint64 {
return this.Field6
}
func (this *NinOptStructUnion) GetField7() *int32 {
return this.Field7
}
func (this *NinOptStructUnion) GetField13() *bool {
return this.Field13
}
func (this *NinOptStructUnion) GetField14() *string {
return this.Field14
}
func (this *NinOptStructUnion) GetField15() []byte {
return this.Field15
}
func NewNinOptStructUnionFromFace(that NinOptStructUnionFace) *NinOptStructUnion {
this := &NinOptStructUnion{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
this.Field4 = that.GetField4()
this.Field6 = that.GetField6()
this.Field7 = that.GetField7()
this.Field13 = that.GetField13()
this.Field14 = that.GetField14()
this.Field15 = that.GetField15()
return this
}
type NinEmbeddedStructUnionFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetNidOptNative() *NidOptNative
GetField200() *NinOptNative
GetField210() *bool
}
func (this *NinEmbeddedStructUnion) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinEmbeddedStructUnion) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinEmbeddedStructUnionFromFace(this)
}
func (this *NinEmbeddedStructUnion) GetNidOptNative() *NidOptNative {
return this.NidOptNative
}
func (this *NinEmbeddedStructUnion) GetField200() *NinOptNative {
return this.Field200
}
func (this *NinEmbeddedStructUnion) GetField210() *bool {
return this.Field210
}
func NewNinEmbeddedStructUnionFromFace(that NinEmbeddedStructUnionFace) *NinEmbeddedStructUnion {
this := &NinEmbeddedStructUnion{}
this.NidOptNative = that.GetNidOptNative()
this.Field200 = that.GetField200()
this.Field210 = that.GetField210()
return this
}
type NinNestedStructUnionFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *NinOptNativeUnion
GetField2() *NinOptStructUnion
GetField3() *NinEmbeddedStructUnion
}
func (this *NinNestedStructUnion) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinNestedStructUnion) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinNestedStructUnionFromFace(this)
}
func (this *NinNestedStructUnion) GetField1() *NinOptNativeUnion {
return this.Field1
}
func (this *NinNestedStructUnion) GetField2() *NinOptStructUnion {
return this.Field2
}
func (this *NinNestedStructUnion) GetField3() *NinEmbeddedStructUnion {
return this.Field3
}
func NewNinNestedStructUnionFromFace(that NinNestedStructUnionFace) *NinNestedStructUnion {
this := &NinNestedStructUnion{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
return this
}
type TreeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetOr() *OrBranch
GetAnd() *AndBranch
GetLeaf() *Leaf
}
func (this *Tree) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *Tree) TestProto() github_com_gogo_protobuf_proto.Message {
return NewTreeFromFace(this)
}
func (this *Tree) GetOr() *OrBranch {
return this.Or
}
func (this *Tree) GetAnd() *AndBranch {
return this.And
}
func (this *Tree) GetLeaf() *Leaf {
return this.Leaf
}
func NewTreeFromFace(that TreeFace) *Tree {
this := &Tree{}
this.Or = that.GetOr()
this.And = that.GetAnd()
this.Leaf = that.GetLeaf()
return this
}
type OrBranchFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetLeft() Tree
GetRight() Tree
}
func (this *OrBranch) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *OrBranch) TestProto() github_com_gogo_protobuf_proto.Message {
return NewOrBranchFromFace(this)
}
func (this *OrBranch) GetLeft() Tree {
return this.Left
}
func (this *OrBranch) GetRight() Tree {
return this.Right
}
func NewOrBranchFromFace(that OrBranchFace) *OrBranch {
this := &OrBranch{}
this.Left = that.GetLeft()
this.Right = that.GetRight()
return this
}
type AndBranchFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetLeft() Tree
GetRight() Tree
}
func (this *AndBranch) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *AndBranch) TestProto() github_com_gogo_protobuf_proto.Message {
return NewAndBranchFromFace(this)
}
func (this *AndBranch) GetLeft() Tree {
return this.Left
}
func (this *AndBranch) GetRight() Tree {
return this.Right
}
func NewAndBranchFromFace(that AndBranchFace) *AndBranch {
this := &AndBranch{}
this.Left = that.GetLeft()
this.Right = that.GetRight()
return this
}
type LeafFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetValue() int64
GetStrValue() string
}
func (this *Leaf) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *Leaf) TestProto() github_com_gogo_protobuf_proto.Message {
return NewLeafFromFace(this)
}
func (this *Leaf) GetValue() int64 {
return this.Value
}
func (this *Leaf) GetStrValue() string {
return this.StrValue
}
func NewLeafFromFace(that LeafFace) *Leaf {
this := &Leaf{}
this.Value = that.GetValue()
this.StrValue = that.GetStrValue()
return this
}
type DeepTreeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetDown() *ADeepBranch
GetAnd() *AndDeepBranch
GetLeaf() *DeepLeaf
}
func (this *DeepTree) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *DeepTree) TestProto() github_com_gogo_protobuf_proto.Message {
return NewDeepTreeFromFace(this)
}
func (this *DeepTree) GetDown() *ADeepBranch {
return this.Down
}
func (this *DeepTree) GetAnd() *AndDeepBranch {
return this.And
}
func (this *DeepTree) GetLeaf() *DeepLeaf {
return this.Leaf
}
func NewDeepTreeFromFace(that DeepTreeFace) *DeepTree {
this := &DeepTree{}
this.Down = that.GetDown()
this.And = that.GetAnd()
this.Leaf = that.GetLeaf()
return this
}
type ADeepBranchFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetDown() DeepTree
}
func (this *ADeepBranch) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *ADeepBranch) TestProto() github_com_gogo_protobuf_proto.Message {
return NewADeepBranchFromFace(this)
}
func (this *ADeepBranch) GetDown() DeepTree {
return this.Down
}
func NewADeepBranchFromFace(that ADeepBranchFace) *ADeepBranch {
this := &ADeepBranch{}
this.Down = that.GetDown()
return this
}
type AndDeepBranchFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetLeft() DeepTree
GetRight() DeepTree
}
func (this *AndDeepBranch) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *AndDeepBranch) TestProto() github_com_gogo_protobuf_proto.Message {
return NewAndDeepBranchFromFace(this)
}
func (this *AndDeepBranch) GetLeft() DeepTree {
return this.Left
}
func (this *AndDeepBranch) GetRight() DeepTree {
return this.Right
}
func NewAndDeepBranchFromFace(that AndDeepBranchFace) *AndDeepBranch {
this := &AndDeepBranch{}
this.Left = that.GetLeft()
this.Right = that.GetRight()
return this
}
type DeepLeafFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetTree() Tree
}
func (this *DeepLeaf) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *DeepLeaf) TestProto() github_com_gogo_protobuf_proto.Message {
return NewDeepLeafFromFace(this)
}
func (this *DeepLeaf) GetTree() Tree {
return this.Tree
}
func NewDeepLeafFromFace(that DeepLeafFace) *DeepLeaf {
this := &DeepLeaf{}
this.Tree = that.GetTree()
return this
}
type NilFace interface {
Proto() github_com_gogo_protobuf_proto.Message
}
func (this *Nil) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *Nil) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNilFromFace(this)
}
func NewNilFromFace(that NilFace) *Nil {
this := &Nil{}
return this
}
type NidOptEnumFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() TheTestEnum
}
func (this *NidOptEnum) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidOptEnum) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidOptEnumFromFace(this)
}
func (this *NidOptEnum) GetField1() TheTestEnum {
return this.Field1
}
func NewNidOptEnumFromFace(that NidOptEnumFace) *NidOptEnum {
this := &NidOptEnum{}
this.Field1 = that.GetField1()
return this
}
type NinOptEnumFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *TheTestEnum
GetField2() *YetAnotherTestEnum
GetField3() *YetYetAnotherTestEnum
}
func (this *NinOptEnum) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinOptEnum) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinOptEnumFromFace(this)
}
func (this *NinOptEnum) GetField1() *TheTestEnum {
return this.Field1
}
func (this *NinOptEnum) GetField2() *YetAnotherTestEnum {
return this.Field2
}
func (this *NinOptEnum) GetField3() *YetYetAnotherTestEnum {
return this.Field3
}
func NewNinOptEnumFromFace(that NinOptEnumFace) *NinOptEnum {
this := &NinOptEnum{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
return this
}
type NidRepEnumFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() []TheTestEnum
GetField2() []YetAnotherTestEnum
GetField3() []YetYetAnotherTestEnum
}
func (this *NidRepEnum) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidRepEnum) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidRepEnumFromFace(this)
}
func (this *NidRepEnum) GetField1() []TheTestEnum {
return this.Field1
}
func (this *NidRepEnum) GetField2() []YetAnotherTestEnum {
return this.Field2
}
func (this *NidRepEnum) GetField3() []YetYetAnotherTestEnum {
return this.Field3
}
func NewNidRepEnumFromFace(that NidRepEnumFace) *NidRepEnum {
this := &NidRepEnum{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
return this
}
type NinRepEnumFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() []TheTestEnum
GetField2() []YetAnotherTestEnum
GetField3() []YetYetAnotherTestEnum
}
func (this *NinRepEnum) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinRepEnum) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinRepEnumFromFace(this)
}
func (this *NinRepEnum) GetField1() []TheTestEnum {
return this.Field1
}
func (this *NinRepEnum) GetField2() []YetAnotherTestEnum {
return this.Field2
}
func (this *NinRepEnum) GetField3() []YetYetAnotherTestEnum {
return this.Field3
}
func NewNinRepEnumFromFace(that NinRepEnumFace) *NinRepEnum {
this := &NinRepEnum{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
return this
}
type AnotherNinOptEnumFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *AnotherTestEnum
GetField2() *YetAnotherTestEnum
GetField3() *YetYetAnotherTestEnum
}
func (this *AnotherNinOptEnum) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *AnotherNinOptEnum) TestProto() github_com_gogo_protobuf_proto.Message {
return NewAnotherNinOptEnumFromFace(this)
}
func (this *AnotherNinOptEnum) GetField1() *AnotherTestEnum {
return this.Field1
}
func (this *AnotherNinOptEnum) GetField2() *YetAnotherTestEnum {
return this.Field2
}
func (this *AnotherNinOptEnum) GetField3() *YetYetAnotherTestEnum {
return this.Field3
}
func NewAnotherNinOptEnumFromFace(that AnotherNinOptEnumFace) *AnotherNinOptEnum {
this := &AnotherNinOptEnum{}
this.Field1 = that.GetField1()
this.Field2 = that.GetField2()
this.Field3 = that.GetField3()
return this
}
type TimerFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetTime1() int64
GetTime2() int64
GetData() []byte
}
func (this *Timer) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *Timer) TestProto() github_com_gogo_protobuf_proto.Message {
return NewTimerFromFace(this)
}
func (this *Timer) GetTime1() int64 {
return this.Time1
}
func (this *Timer) GetTime2() int64 {
return this.Time2
}
func (this *Timer) GetData() []byte {
return this.Data
}
func NewTimerFromFace(that TimerFace) *Timer {
this := &Timer{}
this.Time1 = that.GetTime1()
this.Time2 = that.GetTime2()
this.Data = that.GetData()
return this
}
type NestedDefinitionFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *int64
GetEnumField() *NestedDefinition_NestedEnum
GetNNM() *NestedDefinition_NestedMessage_NestedNestedMsg
GetNM() *NestedDefinition_NestedMessage
}
func (this *NestedDefinition) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NestedDefinition) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNestedDefinitionFromFace(this)
}
func (this *NestedDefinition) GetField1() *int64 {
return this.Field1
}
func (this *NestedDefinition) GetEnumField() *NestedDefinition_NestedEnum {
return this.EnumField
}
func (this *NestedDefinition) GetNNM() *NestedDefinition_NestedMessage_NestedNestedMsg {
return this.NNM
}
func (this *NestedDefinition) GetNM() *NestedDefinition_NestedMessage {
return this.NM
}
func NewNestedDefinitionFromFace(that NestedDefinitionFace) *NestedDefinition {
this := &NestedDefinition{}
this.Field1 = that.GetField1()
this.EnumField = that.GetEnumField()
this.NNM = that.GetNNM()
this.NM = that.GetNM()
return this
}
type NestedDefinition_NestedMessageFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetNestedField1() *uint64
GetNNM() *NestedDefinition_NestedMessage_NestedNestedMsg
}
func (this *NestedDefinition_NestedMessage) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NestedDefinition_NestedMessage) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNestedDefinition_NestedMessageFromFace(this)
}
func (this *NestedDefinition_NestedMessage) GetNestedField1() *uint64 {
return this.NestedField1
}
func (this *NestedDefinition_NestedMessage) GetNNM() *NestedDefinition_NestedMessage_NestedNestedMsg {
return this.NNM
}
func NewNestedDefinition_NestedMessageFromFace(that NestedDefinition_NestedMessageFace) *NestedDefinition_NestedMessage {
this := &NestedDefinition_NestedMessage{}
this.NestedField1 = that.GetNestedField1()
this.NNM = that.GetNNM()
return this
}
type NestedDefinition_NestedMessage_NestedNestedMsgFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetNestedNestedField1() *string
}
func (this *NestedDefinition_NestedMessage_NestedNestedMsg) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NestedDefinition_NestedMessage_NestedNestedMsg) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNestedDefinition_NestedMessage_NestedNestedMsgFromFace(this)
}
func (this *NestedDefinition_NestedMessage_NestedNestedMsg) GetNestedNestedField1() *string {
return this.NestedNestedField1
}
func NewNestedDefinition_NestedMessage_NestedNestedMsgFromFace(that NestedDefinition_NestedMessage_NestedNestedMsgFace) *NestedDefinition_NestedMessage_NestedNestedMsg {
this := &NestedDefinition_NestedMessage_NestedNestedMsg{}
this.NestedNestedField1 = that.GetNestedNestedField1()
return this
}
type NestedScopeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetA() *NestedDefinition_NestedMessage_NestedNestedMsg
GetB() *NestedDefinition_NestedEnum
GetC() *NestedDefinition_NestedMessage
}
func (this *NestedScope) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NestedScope) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNestedScopeFromFace(this)
}
func (this *NestedScope) GetA() *NestedDefinition_NestedMessage_NestedNestedMsg {
return this.A
}
func (this *NestedScope) GetB() *NestedDefinition_NestedEnum {
return this.B
}
func (this *NestedScope) GetC() *NestedDefinition_NestedMessage {
return this.C
}
func NewNestedScopeFromFace(that NestedScopeFace) *NestedScope {
this := &NestedScope{}
this.A = that.GetA()
this.B = that.GetB()
this.C = that.GetC()
return this
}
type CustomContainerFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetCustomStruct() NidOptCustom
}
func (this *CustomContainer) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *CustomContainer) TestProto() github_com_gogo_protobuf_proto.Message {
return NewCustomContainerFromFace(this)
}
func (this *CustomContainer) GetCustomStruct() NidOptCustom {
return this.CustomStruct
}
func NewCustomContainerFromFace(that CustomContainerFace) *CustomContainer {
this := &CustomContainer{}
this.CustomStruct = that.GetCustomStruct()
return this
}
type CustomNameNidOptNativeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetFieldA() float64
GetFieldB() float32
GetFieldC() int32
GetFieldD() int64
GetFieldE() uint32
GetFieldF() uint64
GetFieldG() int32
GetFieldH() int64
GetFieldI() uint32
GetFieldJ() int32
GetFieldK() uint64
GetFieldL() int64
GetFieldM() bool
GetFieldN() string
GetFieldO() []byte
}
func (this *CustomNameNidOptNative) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *CustomNameNidOptNative) TestProto() github_com_gogo_protobuf_proto.Message {
return NewCustomNameNidOptNativeFromFace(this)
}
func (this *CustomNameNidOptNative) GetFieldA() float64 {
return this.FieldA
}
func (this *CustomNameNidOptNative) GetFieldB() float32 {
return this.FieldB
}
func (this *CustomNameNidOptNative) GetFieldC() int32 {
return this.FieldC
}
func (this *CustomNameNidOptNative) GetFieldD() int64 {
return this.FieldD
}
func (this *CustomNameNidOptNative) GetFieldE() uint32 {
return this.FieldE
}
func (this *CustomNameNidOptNative) GetFieldF() uint64 {
return this.FieldF
}
func (this *CustomNameNidOptNative) GetFieldG() int32 {
return this.FieldG
}
func (this *CustomNameNidOptNative) GetFieldH() int64 {
return this.FieldH
}
func (this *CustomNameNidOptNative) GetFieldI() uint32 {
return this.FieldI
}
func (this *CustomNameNidOptNative) GetFieldJ() int32 {
return this.FieldJ
}
func (this *CustomNameNidOptNative) GetFieldK() uint64 {
return this.FieldK
}
func (this *CustomNameNidOptNative) GetFieldL() int64 {
return this.FieldL
}
func (this *CustomNameNidOptNative) GetFieldM() bool {
return this.FieldM
}
func (this *CustomNameNidOptNative) GetFieldN() string {
return this.FieldN
}
func (this *CustomNameNidOptNative) GetFieldO() []byte {
return this.FieldO
}
func NewCustomNameNidOptNativeFromFace(that CustomNameNidOptNativeFace) *CustomNameNidOptNative {
this := &CustomNameNidOptNative{}
this.FieldA = that.GetFieldA()
this.FieldB = that.GetFieldB()
this.FieldC = that.GetFieldC()
this.FieldD = that.GetFieldD()
this.FieldE = that.GetFieldE()
this.FieldF = that.GetFieldF()
this.FieldG = that.GetFieldG()
this.FieldH = that.GetFieldH()
this.FieldI = that.GetFieldI()
this.FieldJ = that.GetFieldJ()
this.FieldK = that.GetFieldK()
this.FieldL = that.GetFieldL()
this.FieldM = that.GetFieldM()
this.FieldN = that.GetFieldN()
this.FieldO = that.GetFieldO()
return this
}
type CustomNameNinOptNativeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetFieldA() *float64
GetFieldB() *float32
GetFieldC() *int32
GetFieldD() *int64
GetFieldE() *uint32
GetFieldF() *uint64
GetFieldG() *int32
GetFieldH() *int64
GetFieldI() *uint32
GetFieldJ() *int32
GetFieldK() *uint64
GetFielL() *int64
GetFieldM() *bool
GetFieldN() *string
GetFieldO() []byte
}
func (this *CustomNameNinOptNative) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *CustomNameNinOptNative) TestProto() github_com_gogo_protobuf_proto.Message {
return NewCustomNameNinOptNativeFromFace(this)
}
func (this *CustomNameNinOptNative) GetFieldA() *float64 {
return this.FieldA
}
func (this *CustomNameNinOptNative) GetFieldB() *float32 {
return this.FieldB
}
func (this *CustomNameNinOptNative) GetFieldC() *int32 {
return this.FieldC
}
func (this *CustomNameNinOptNative) GetFieldD() *int64 {
return this.FieldD
}
func (this *CustomNameNinOptNative) GetFieldE() *uint32 {
return this.FieldE
}
func (this *CustomNameNinOptNative) GetFieldF() *uint64 {
return this.FieldF
}
func (this *CustomNameNinOptNative) GetFieldG() *int32 {
return this.FieldG
}
func (this *CustomNameNinOptNative) GetFieldH() *int64 {
return this.FieldH
}
func (this *CustomNameNinOptNative) GetFieldI() *uint32 {
return this.FieldI
}
func (this *CustomNameNinOptNative) GetFieldJ() *int32 {
return this.FieldJ
}
func (this *CustomNameNinOptNative) GetFieldK() *uint64 {
return this.FieldK
}
func (this *CustomNameNinOptNative) GetFielL() *int64 {
return this.FielL
}
func (this *CustomNameNinOptNative) GetFieldM() *bool {
return this.FieldM
}
func (this *CustomNameNinOptNative) GetFieldN() *string {
return this.FieldN
}
func (this *CustomNameNinOptNative) GetFieldO() []byte {
return this.FieldO
}
func NewCustomNameNinOptNativeFromFace(that CustomNameNinOptNativeFace) *CustomNameNinOptNative {
this := &CustomNameNinOptNative{}
this.FieldA = that.GetFieldA()
this.FieldB = that.GetFieldB()
this.FieldC = that.GetFieldC()
this.FieldD = that.GetFieldD()
this.FieldE = that.GetFieldE()
this.FieldF = that.GetFieldF()
this.FieldG = that.GetFieldG()
this.FieldH = that.GetFieldH()
this.FieldI = that.GetFieldI()
this.FieldJ = that.GetFieldJ()
this.FieldK = that.GetFieldK()
this.FielL = that.GetFielL()
this.FieldM = that.GetFieldM()
this.FieldN = that.GetFieldN()
this.FieldO = that.GetFieldO()
return this
}
type CustomNameNinRepNativeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetFieldA() []float64
GetFieldB() []float32
GetFieldC() []int32
GetFieldD() []int64
GetFieldE() []uint32
GetFieldF() []uint64
GetFieldG() []int32
GetFieldH() []int64
GetFieldI() []uint32
GetFieldJ() []int32
GetFieldK() []uint64
GetFieldL() []int64
GetFieldM() []bool
GetFieldN() []string
GetFieldO() [][]byte
}
func (this *CustomNameNinRepNative) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *CustomNameNinRepNative) TestProto() github_com_gogo_protobuf_proto.Message {
return NewCustomNameNinRepNativeFromFace(this)
}
func (this *CustomNameNinRepNative) GetFieldA() []float64 {
return this.FieldA
}
func (this *CustomNameNinRepNative) GetFieldB() []float32 {
return this.FieldB
}
func (this *CustomNameNinRepNative) GetFieldC() []int32 {
return this.FieldC
}
func (this *CustomNameNinRepNative) GetFieldD() []int64 {
return this.FieldD
}
func (this *CustomNameNinRepNative) GetFieldE() []uint32 {
return this.FieldE
}
func (this *CustomNameNinRepNative) GetFieldF() []uint64 {
return this.FieldF
}
func (this *CustomNameNinRepNative) GetFieldG() []int32 {
return this.FieldG
}
func (this *CustomNameNinRepNative) GetFieldH() []int64 {
return this.FieldH
}
func (this *CustomNameNinRepNative) GetFieldI() []uint32 {
return this.FieldI
}
func (this *CustomNameNinRepNative) GetFieldJ() []int32 {
return this.FieldJ
}
func (this *CustomNameNinRepNative) GetFieldK() []uint64 {
return this.FieldK
}
func (this *CustomNameNinRepNative) GetFieldL() []int64 {
return this.FieldL
}
func (this *CustomNameNinRepNative) GetFieldM() []bool {
return this.FieldM
}
func (this *CustomNameNinRepNative) GetFieldN() []string {
return this.FieldN
}
func (this *CustomNameNinRepNative) GetFieldO() [][]byte {
return this.FieldO
}
func NewCustomNameNinRepNativeFromFace(that CustomNameNinRepNativeFace) *CustomNameNinRepNative {
this := &CustomNameNinRepNative{}
this.FieldA = that.GetFieldA()
this.FieldB = that.GetFieldB()
this.FieldC = that.GetFieldC()
this.FieldD = that.GetFieldD()
this.FieldE = that.GetFieldE()
this.FieldF = that.GetFieldF()
this.FieldG = that.GetFieldG()
this.FieldH = that.GetFieldH()
this.FieldI = that.GetFieldI()
this.FieldJ = that.GetFieldJ()
this.FieldK = that.GetFieldK()
this.FieldL = that.GetFieldL()
this.FieldM = that.GetFieldM()
this.FieldN = that.GetFieldN()
this.FieldO = that.GetFieldO()
return this
}
type CustomNameNinStructFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetFieldA() *float64
GetFieldB() *float32
GetFieldC() *NidOptNative
GetFieldD() []*NinOptNative
GetFieldE() *uint64
GetFieldF() *int32
GetFieldG() *NidOptNative
GetFieldH() *bool
GetFieldI() *string
GetFieldJ() []byte
}
func (this *CustomNameNinStruct) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *CustomNameNinStruct) TestProto() github_com_gogo_protobuf_proto.Message {
return NewCustomNameNinStructFromFace(this)
}
func (this *CustomNameNinStruct) GetFieldA() *float64 {
return this.FieldA
}
func (this *CustomNameNinStruct) GetFieldB() *float32 {
return this.FieldB
}
func (this *CustomNameNinStruct) GetFieldC() *NidOptNative {
return this.FieldC
}
func (this *CustomNameNinStruct) GetFieldD() []*NinOptNative {
return this.FieldD
}
func (this *CustomNameNinStruct) GetFieldE() *uint64 {
return this.FieldE
}
func (this *CustomNameNinStruct) GetFieldF() *int32 {
return this.FieldF
}
func (this *CustomNameNinStruct) GetFieldG() *NidOptNative {
return this.FieldG
}
func (this *CustomNameNinStruct) GetFieldH() *bool {
return this.FieldH
}
func (this *CustomNameNinStruct) GetFieldI() *string {
return this.FieldI
}
func (this *CustomNameNinStruct) GetFieldJ() []byte {
return this.FieldJ
}
func NewCustomNameNinStructFromFace(that CustomNameNinStructFace) *CustomNameNinStruct {
this := &CustomNameNinStruct{}
this.FieldA = that.GetFieldA()
this.FieldB = that.GetFieldB()
this.FieldC = that.GetFieldC()
this.FieldD = that.GetFieldD()
this.FieldE = that.GetFieldE()
this.FieldF = that.GetFieldF()
this.FieldG = that.GetFieldG()
this.FieldH = that.GetFieldH()
this.FieldI = that.GetFieldI()
this.FieldJ = that.GetFieldJ()
return this
}
type CustomNameCustomTypeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetFieldA() *Uuid
GetFieldB() *github_com_gogo_protobuf_test_custom.Uint128
GetFieldC() []Uuid
GetFieldD() []github_com_gogo_protobuf_test_custom.Uint128
}
func (this *CustomNameCustomType) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *CustomNameCustomType) TestProto() github_com_gogo_protobuf_proto.Message {
return NewCustomNameCustomTypeFromFace(this)
}
func (this *CustomNameCustomType) GetFieldA() *Uuid {
return this.FieldA
}
func (this *CustomNameCustomType) GetFieldB() *github_com_gogo_protobuf_test_custom.Uint128 {
return this.FieldB
}
func (this *CustomNameCustomType) GetFieldC() []Uuid {
return this.FieldC
}
func (this *CustomNameCustomType) GetFieldD() []github_com_gogo_protobuf_test_custom.Uint128 {
return this.FieldD
}
func NewCustomNameCustomTypeFromFace(that CustomNameCustomTypeFace) *CustomNameCustomType {
this := &CustomNameCustomType{}
this.FieldA = that.GetFieldA()
this.FieldB = that.GetFieldB()
this.FieldC = that.GetFieldC()
this.FieldD = that.GetFieldD()
return this
}
type CustomNameNinEmbeddedStructUnionFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetNidOptNative() *NidOptNative
GetFieldA() *NinOptNative
GetFieldB() *bool
}
func (this *CustomNameNinEmbeddedStructUnion) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *CustomNameNinEmbeddedStructUnion) TestProto() github_com_gogo_protobuf_proto.Message {
return NewCustomNameNinEmbeddedStructUnionFromFace(this)
}
func (this *CustomNameNinEmbeddedStructUnion) GetNidOptNative() *NidOptNative {
return this.NidOptNative
}
func (this *CustomNameNinEmbeddedStructUnion) GetFieldA() *NinOptNative {
return this.FieldA
}
func (this *CustomNameNinEmbeddedStructUnion) GetFieldB() *bool {
return this.FieldB
}
func NewCustomNameNinEmbeddedStructUnionFromFace(that CustomNameNinEmbeddedStructUnionFace) *CustomNameNinEmbeddedStructUnion {
this := &CustomNameNinEmbeddedStructUnion{}
this.NidOptNative = that.GetNidOptNative()
this.FieldA = that.GetFieldA()
this.FieldB = that.GetFieldB()
return this
}
type CustomNameEnumFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetFieldA() *TheTestEnum
GetFieldB() []TheTestEnum
}
func (this *CustomNameEnum) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *CustomNameEnum) TestProto() github_com_gogo_protobuf_proto.Message {
return NewCustomNameEnumFromFace(this)
}
func (this *CustomNameEnum) GetFieldA() *TheTestEnum {
return this.FieldA
}
func (this *CustomNameEnum) GetFieldB() []TheTestEnum {
return this.FieldB
}
func NewCustomNameEnumFromFace(that CustomNameEnumFace) *CustomNameEnum {
this := &CustomNameEnum{}
this.FieldA = that.GetFieldA()
this.FieldB = that.GetFieldB()
return this
}
type UnrecognizedFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *string
}
func (this *Unrecognized) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *Unrecognized) TestProto() github_com_gogo_protobuf_proto.Message {
return NewUnrecognizedFromFace(this)
}
func (this *Unrecognized) GetField1() *string {
return this.Field1
}
func NewUnrecognizedFromFace(that UnrecognizedFace) *Unrecognized {
this := &Unrecognized{}
this.Field1 = that.GetField1()
return this
}
type UnrecognizedWithInnerFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetEmbedded() []*UnrecognizedWithInner_Inner
GetField2() *string
}
func (this *UnrecognizedWithInner) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *UnrecognizedWithInner) TestProto() github_com_gogo_protobuf_proto.Message {
return NewUnrecognizedWithInnerFromFace(this)
}
func (this *UnrecognizedWithInner) GetEmbedded() []*UnrecognizedWithInner_Inner {
return this.Embedded
}
func (this *UnrecognizedWithInner) GetField2() *string {
return this.Field2
}
func NewUnrecognizedWithInnerFromFace(that UnrecognizedWithInnerFace) *UnrecognizedWithInner {
this := &UnrecognizedWithInner{}
this.Embedded = that.GetEmbedded()
this.Field2 = that.GetField2()
return this
}
type UnrecognizedWithInner_InnerFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *uint32
}
func (this *UnrecognizedWithInner_Inner) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *UnrecognizedWithInner_Inner) TestProto() github_com_gogo_protobuf_proto.Message {
return NewUnrecognizedWithInner_InnerFromFace(this)
}
func (this *UnrecognizedWithInner_Inner) GetField1() *uint32 {
return this.Field1
}
func NewUnrecognizedWithInner_InnerFromFace(that UnrecognizedWithInner_InnerFace) *UnrecognizedWithInner_Inner {
this := &UnrecognizedWithInner_Inner{}
this.Field1 = that.GetField1()
return this
}
type UnrecognizedWithEmbedFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetUnrecognizedWithEmbed_Embedded() UnrecognizedWithEmbed_Embedded
GetField2() *string
}
func (this *UnrecognizedWithEmbed) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *UnrecognizedWithEmbed) TestProto() github_com_gogo_protobuf_proto.Message {
return NewUnrecognizedWithEmbedFromFace(this)
}
func (this *UnrecognizedWithEmbed) GetUnrecognizedWithEmbed_Embedded() UnrecognizedWithEmbed_Embedded {
return this.UnrecognizedWithEmbed_Embedded
}
func (this *UnrecognizedWithEmbed) GetField2() *string {
return this.Field2
}
func NewUnrecognizedWithEmbedFromFace(that UnrecognizedWithEmbedFace) *UnrecognizedWithEmbed {
this := &UnrecognizedWithEmbed{}
this.UnrecognizedWithEmbed_Embedded = that.GetUnrecognizedWithEmbed_Embedded()
this.Field2 = that.GetField2()
return this
}
type UnrecognizedWithEmbed_EmbeddedFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *uint32
}
func (this *UnrecognizedWithEmbed_Embedded) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *UnrecognizedWithEmbed_Embedded) TestProto() github_com_gogo_protobuf_proto.Message {
return NewUnrecognizedWithEmbed_EmbeddedFromFace(this)
}
func (this *UnrecognizedWithEmbed_Embedded) GetField1() *uint32 {
return this.Field1
}
func NewUnrecognizedWithEmbed_EmbeddedFromFace(that UnrecognizedWithEmbed_EmbeddedFace) *UnrecognizedWithEmbed_Embedded {
this := &UnrecognizedWithEmbed_Embedded{}
this.Field1 = that.GetField1()
return this
}
type NodeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetLabel() *string
GetChildren() []*Node
}
func (this *Node) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *Node) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNodeFromFace(this)
}
func (this *Node) GetLabel() *string {
return this.Label
}
func (this *Node) GetChildren() []*Node {
return this.Children
}
func NewNodeFromFace(that NodeFace) *Node {
this := &Node{}
this.Label = that.GetLabel()
this.Children = that.GetChildren()
return this
}
type NonByteCustomTypeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *T
}
func (this *NonByteCustomType) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NonByteCustomType) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNonByteCustomTypeFromFace(this)
}
func (this *NonByteCustomType) GetField1() *T {
return this.Field1
}
func NewNonByteCustomTypeFromFace(that NonByteCustomTypeFace) *NonByteCustomType {
this := &NonByteCustomType{}
this.Field1 = that.GetField1()
return this
}
type NidOptNonByteCustomTypeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() T
}
func (this *NidOptNonByteCustomType) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidOptNonByteCustomType) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidOptNonByteCustomTypeFromFace(this)
}
func (this *NidOptNonByteCustomType) GetField1() T {
return this.Field1
}
func NewNidOptNonByteCustomTypeFromFace(that NidOptNonByteCustomTypeFace) *NidOptNonByteCustomType {
this := &NidOptNonByteCustomType{}
this.Field1 = that.GetField1()
return this
}
type NinOptNonByteCustomTypeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() *T
}
func (this *NinOptNonByteCustomType) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinOptNonByteCustomType) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinOptNonByteCustomTypeFromFace(this)
}
func (this *NinOptNonByteCustomType) GetField1() *T {
return this.Field1
}
func NewNinOptNonByteCustomTypeFromFace(that NinOptNonByteCustomTypeFace) *NinOptNonByteCustomType {
this := &NinOptNonByteCustomType{}
this.Field1 = that.GetField1()
return this
}
type NidRepNonByteCustomTypeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() []T
}
func (this *NidRepNonByteCustomType) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NidRepNonByteCustomType) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNidRepNonByteCustomTypeFromFace(this)
}
func (this *NidRepNonByteCustomType) GetField1() []T {
return this.Field1
}
func NewNidRepNonByteCustomTypeFromFace(that NidRepNonByteCustomTypeFace) *NidRepNonByteCustomType {
this := &NidRepNonByteCustomType{}
this.Field1 = that.GetField1()
return this
}
type NinRepNonByteCustomTypeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField1() []T
}
func (this *NinRepNonByteCustomType) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *NinRepNonByteCustomType) TestProto() github_com_gogo_protobuf_proto.Message {
return NewNinRepNonByteCustomTypeFromFace(this)
}
func (this *NinRepNonByteCustomType) GetField1() []T {
return this.Field1
}
func NewNinRepNonByteCustomTypeFromFace(that NinRepNonByteCustomTypeFace) *NinRepNonByteCustomType {
this := &NinRepNonByteCustomType{}
this.Field1 = that.GetField1()
return this
}
type ProtoTypeFace interface {
Proto() github_com_gogo_protobuf_proto.Message
GetField2() *string
}
func (this *ProtoType) Proto() github_com_gogo_protobuf_proto.Message {
return this
}
func (this *ProtoType) TestProto() github_com_gogo_protobuf_proto.Message {
return NewProtoTypeFromFace(this)
}
func (this *ProtoType) GetField2() *string {
return this.Field2
}
func NewProtoTypeFromFace(that ProtoTypeFace) *ProtoType {
this := &ProtoType{}
this.Field2 = that.GetField2()
return this
}
func (this *NidOptNative) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 19)
s = append(s, "&test.NidOptNative{")
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
s = append(s, "Field4: "+fmt.Sprintf("%#v", this.Field4)+",\n")
s = append(s, "Field5: "+fmt.Sprintf("%#v", this.Field5)+",\n")
s = append(s, "Field6: "+fmt.Sprintf("%#v", this.Field6)+",\n")
s = append(s, "Field7: "+fmt.Sprintf("%#v", this.Field7)+",\n")
s = append(s, "Field8: "+fmt.Sprintf("%#v", this.Field8)+",\n")
s = append(s, "Field9: "+fmt.Sprintf("%#v", this.Field9)+",\n")
s = append(s, "Field10: "+fmt.Sprintf("%#v", this.Field10)+",\n")
s = append(s, "Field11: "+fmt.Sprintf("%#v", this.Field11)+",\n")
s = append(s, "Field12: "+fmt.Sprintf("%#v", this.Field12)+",\n")
s = append(s, "Field13: "+fmt.Sprintf("%#v", this.Field13)+",\n")
s = append(s, "Field14: "+fmt.Sprintf("%#v", this.Field14)+",\n")
s = append(s, "Field15: "+fmt.Sprintf("%#v", this.Field15)+",\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 *NinOptNative) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 19)
s = append(s, "&test.NinOptNative{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "float64")+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+valueToGoStringThetest(this.Field2, "float32")+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+valueToGoStringThetest(this.Field3, "int32")+",\n")
}
if this.Field4 != nil {
s = append(s, "Field4: "+valueToGoStringThetest(this.Field4, "int64")+",\n")
}
if this.Field5 != nil {
s = append(s, "Field5: "+valueToGoStringThetest(this.Field5, "uint32")+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+valueToGoStringThetest(this.Field6, "uint64")+",\n")
}
if this.Field7 != nil {
s = append(s, "Field7: "+valueToGoStringThetest(this.Field7, "int32")+",\n")
}
if this.Field8 != nil {
s = append(s, "Field8: "+valueToGoStringThetest(this.Field8, "int64")+",\n")
}
if this.Field9 != nil {
s = append(s, "Field9: "+valueToGoStringThetest(this.Field9, "uint32")+",\n")
}
if this.Field10 != nil {
s = append(s, "Field10: "+valueToGoStringThetest(this.Field10, "int32")+",\n")
}
if this.Field11 != nil {
s = append(s, "Field11: "+valueToGoStringThetest(this.Field11, "uint64")+",\n")
}
if this.Field12 != nil {
s = append(s, "Field12: "+valueToGoStringThetest(this.Field12, "int64")+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+valueToGoStringThetest(this.Field13, "bool")+",\n")
}
if this.Field14 != nil {
s = append(s, "Field14: "+valueToGoStringThetest(this.Field14, "string")+",\n")
}
if this.Field15 != nil {
s = append(s, "Field15: "+valueToGoStringThetest(this.Field15, "byte")+",\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 *NidRepNative) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 19)
s = append(s, "&test.NidRepNative{")
if this.Field1 != nil {
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
}
if this.Field4 != nil {
s = append(s, "Field4: "+fmt.Sprintf("%#v", this.Field4)+",\n")
}
if this.Field5 != nil {
s = append(s, "Field5: "+fmt.Sprintf("%#v", this.Field5)+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+fmt.Sprintf("%#v", this.Field6)+",\n")
}
if this.Field7 != nil {
s = append(s, "Field7: "+fmt.Sprintf("%#v", this.Field7)+",\n")
}
if this.Field8 != nil {
s = append(s, "Field8: "+fmt.Sprintf("%#v", this.Field8)+",\n")
}
if this.Field9 != nil {
s = append(s, "Field9: "+fmt.Sprintf("%#v", this.Field9)+",\n")
}
if this.Field10 != nil {
s = append(s, "Field10: "+fmt.Sprintf("%#v", this.Field10)+",\n")
}
if this.Field11 != nil {
s = append(s, "Field11: "+fmt.Sprintf("%#v", this.Field11)+",\n")
}
if this.Field12 != nil {
s = append(s, "Field12: "+fmt.Sprintf("%#v", this.Field12)+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+fmt.Sprintf("%#v", this.Field13)+",\n")
}
if this.Field14 != nil {
s = append(s, "Field14: "+fmt.Sprintf("%#v", this.Field14)+",\n")
}
if this.Field15 != nil {
s = append(s, "Field15: "+fmt.Sprintf("%#v", this.Field15)+",\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 *NinRepNative) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 19)
s = append(s, "&test.NinRepNative{")
if this.Field1 != nil {
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
}
if this.Field4 != nil {
s = append(s, "Field4: "+fmt.Sprintf("%#v", this.Field4)+",\n")
}
if this.Field5 != nil {
s = append(s, "Field5: "+fmt.Sprintf("%#v", this.Field5)+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+fmt.Sprintf("%#v", this.Field6)+",\n")
}
if this.Field7 != nil {
s = append(s, "Field7: "+fmt.Sprintf("%#v", this.Field7)+",\n")
}
if this.Field8 != nil {
s = append(s, "Field8: "+fmt.Sprintf("%#v", this.Field8)+",\n")
}
if this.Field9 != nil {
s = append(s, "Field9: "+fmt.Sprintf("%#v", this.Field9)+",\n")
}
if this.Field10 != nil {
s = append(s, "Field10: "+fmt.Sprintf("%#v", this.Field10)+",\n")
}
if this.Field11 != nil {
s = append(s, "Field11: "+fmt.Sprintf("%#v", this.Field11)+",\n")
}
if this.Field12 != nil {
s = append(s, "Field12: "+fmt.Sprintf("%#v", this.Field12)+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+fmt.Sprintf("%#v", this.Field13)+",\n")
}
if this.Field14 != nil {
s = append(s, "Field14: "+fmt.Sprintf("%#v", this.Field14)+",\n")
}
if this.Field15 != nil {
s = append(s, "Field15: "+fmt.Sprintf("%#v", this.Field15)+",\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 *NidRepPackedNative) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 17)
s = append(s, "&test.NidRepPackedNative{")
if this.Field1 != nil {
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
}
if this.Field4 != nil {
s = append(s, "Field4: "+fmt.Sprintf("%#v", this.Field4)+",\n")
}
if this.Field5 != nil {
s = append(s, "Field5: "+fmt.Sprintf("%#v", this.Field5)+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+fmt.Sprintf("%#v", this.Field6)+",\n")
}
if this.Field7 != nil {
s = append(s, "Field7: "+fmt.Sprintf("%#v", this.Field7)+",\n")
}
if this.Field8 != nil {
s = append(s, "Field8: "+fmt.Sprintf("%#v", this.Field8)+",\n")
}
if this.Field9 != nil {
s = append(s, "Field9: "+fmt.Sprintf("%#v", this.Field9)+",\n")
}
if this.Field10 != nil {
s = append(s, "Field10: "+fmt.Sprintf("%#v", this.Field10)+",\n")
}
if this.Field11 != nil {
s = append(s, "Field11: "+fmt.Sprintf("%#v", this.Field11)+",\n")
}
if this.Field12 != nil {
s = append(s, "Field12: "+fmt.Sprintf("%#v", this.Field12)+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+fmt.Sprintf("%#v", this.Field13)+",\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 *NinRepPackedNative) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 17)
s = append(s, "&test.NinRepPackedNative{")
if this.Field1 != nil {
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
}
if this.Field4 != nil {
s = append(s, "Field4: "+fmt.Sprintf("%#v", this.Field4)+",\n")
}
if this.Field5 != nil {
s = append(s, "Field5: "+fmt.Sprintf("%#v", this.Field5)+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+fmt.Sprintf("%#v", this.Field6)+",\n")
}
if this.Field7 != nil {
s = append(s, "Field7: "+fmt.Sprintf("%#v", this.Field7)+",\n")
}
if this.Field8 != nil {
s = append(s, "Field8: "+fmt.Sprintf("%#v", this.Field8)+",\n")
}
if this.Field9 != nil {
s = append(s, "Field9: "+fmt.Sprintf("%#v", this.Field9)+",\n")
}
if this.Field10 != nil {
s = append(s, "Field10: "+fmt.Sprintf("%#v", this.Field10)+",\n")
}
if this.Field11 != nil {
s = append(s, "Field11: "+fmt.Sprintf("%#v", this.Field11)+",\n")
}
if this.Field12 != nil {
s = append(s, "Field12: "+fmt.Sprintf("%#v", this.Field12)+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+fmt.Sprintf("%#v", this.Field13)+",\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 *NidOptStruct) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 14)
s = append(s, "&test.NidOptStruct{")
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
s = append(s, "Field3: "+strings.Replace(this.Field3.GoString(), `&`, ``, 1)+",\n")
s = append(s, "Field4: "+strings.Replace(this.Field4.GoString(), `&`, ``, 1)+",\n")
s = append(s, "Field6: "+fmt.Sprintf("%#v", this.Field6)+",\n")
s = append(s, "Field7: "+fmt.Sprintf("%#v", this.Field7)+",\n")
s = append(s, "Field8: "+strings.Replace(this.Field8.GoString(), `&`, ``, 1)+",\n")
s = append(s, "Field13: "+fmt.Sprintf("%#v", this.Field13)+",\n")
s = append(s, "Field14: "+fmt.Sprintf("%#v", this.Field14)+",\n")
s = append(s, "Field15: "+fmt.Sprintf("%#v", this.Field15)+",\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 *NinOptStruct) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 14)
s = append(s, "&test.NinOptStruct{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "float64")+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+valueToGoStringThetest(this.Field2, "float32")+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
}
if this.Field4 != nil {
s = append(s, "Field4: "+fmt.Sprintf("%#v", this.Field4)+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+valueToGoStringThetest(this.Field6, "uint64")+",\n")
}
if this.Field7 != nil {
s = append(s, "Field7: "+valueToGoStringThetest(this.Field7, "int32")+",\n")
}
if this.Field8 != nil {
s = append(s, "Field8: "+fmt.Sprintf("%#v", this.Field8)+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+valueToGoStringThetest(this.Field13, "bool")+",\n")
}
if this.Field14 != nil {
s = append(s, "Field14: "+valueToGoStringThetest(this.Field14, "string")+",\n")
}
if this.Field15 != nil {
s = append(s, "Field15: "+valueToGoStringThetest(this.Field15, "byte")+",\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 *NidRepStruct) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 14)
s = append(s, "&test.NidRepStruct{")
if this.Field1 != nil {
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
}
if this.Field3 != nil {
vs := make([]*NidOptNative, len(this.Field3))
for i := range vs {
vs[i] = &this.Field3[i]
}
s = append(s, "Field3: "+fmt.Sprintf("%#v", vs)+",\n")
}
if this.Field4 != nil {
vs := make([]*NinOptNative, len(this.Field4))
for i := range vs {
vs[i] = &this.Field4[i]
}
s = append(s, "Field4: "+fmt.Sprintf("%#v", vs)+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+fmt.Sprintf("%#v", this.Field6)+",\n")
}
if this.Field7 != nil {
s = append(s, "Field7: "+fmt.Sprintf("%#v", this.Field7)+",\n")
}
if this.Field8 != nil {
vs := make([]*NidOptNative, len(this.Field8))
for i := range vs {
vs[i] = &this.Field8[i]
}
s = append(s, "Field8: "+fmt.Sprintf("%#v", vs)+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+fmt.Sprintf("%#v", this.Field13)+",\n")
}
if this.Field14 != nil {
s = append(s, "Field14: "+fmt.Sprintf("%#v", this.Field14)+",\n")
}
if this.Field15 != nil {
s = append(s, "Field15: "+fmt.Sprintf("%#v", this.Field15)+",\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 *NinRepStruct) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 14)
s = append(s, "&test.NinRepStruct{")
if this.Field1 != nil {
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
}
if this.Field4 != nil {
s = append(s, "Field4: "+fmt.Sprintf("%#v", this.Field4)+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+fmt.Sprintf("%#v", this.Field6)+",\n")
}
if this.Field7 != nil {
s = append(s, "Field7: "+fmt.Sprintf("%#v", this.Field7)+",\n")
}
if this.Field8 != nil {
s = append(s, "Field8: "+fmt.Sprintf("%#v", this.Field8)+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+fmt.Sprintf("%#v", this.Field13)+",\n")
}
if this.Field14 != nil {
s = append(s, "Field14: "+fmt.Sprintf("%#v", this.Field14)+",\n")
}
if this.Field15 != nil {
s = append(s, "Field15: "+fmt.Sprintf("%#v", this.Field15)+",\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 *NidEmbeddedStruct) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.NidEmbeddedStruct{")
if this.NidOptNative != nil {
s = append(s, "NidOptNative: "+fmt.Sprintf("%#v", this.NidOptNative)+",\n")
}
s = append(s, "Field200: "+strings.Replace(this.Field200.GoString(), `&`, ``, 1)+",\n")
s = append(s, "Field210: "+fmt.Sprintf("%#v", this.Field210)+",\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 *NinEmbeddedStruct) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.NinEmbeddedStruct{")
if this.NidOptNative != nil {
s = append(s, "NidOptNative: "+fmt.Sprintf("%#v", this.NidOptNative)+",\n")
}
if this.Field200 != nil {
s = append(s, "Field200: "+fmt.Sprintf("%#v", this.Field200)+",\n")
}
if this.Field210 != nil {
s = append(s, "Field210: "+valueToGoStringThetest(this.Field210, "bool")+",\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 *NidNestedStruct) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.NidNestedStruct{")
s = append(s, "Field1: "+strings.Replace(this.Field1.GoString(), `&`, ``, 1)+",\n")
if this.Field2 != nil {
vs := make([]*NidRepStruct, len(this.Field2))
for i := range vs {
vs[i] = &this.Field2[i]
}
s = append(s, "Field2: "+fmt.Sprintf("%#v", vs)+",\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 *NinNestedStruct) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.NinNestedStruct{")
if this.Field1 != nil {
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\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 *NidOptCustom) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.NidOptCustom{")
s = append(s, "Id: "+fmt.Sprintf("%#v", this.Id)+",\n")
s = append(s, "Value: "+fmt.Sprintf("%#v", this.Value)+",\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 *CustomDash) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 5)
s = append(s, "&test.CustomDash{")
if this.Value != nil {
s = append(s, "Value: "+valueToGoStringThetest(this.Value, "github_com_gogo_protobuf_test_custom_dash_type.Bytes")+",\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 *NinOptCustom) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.NinOptCustom{")
if this.Id != nil {
s = append(s, "Id: "+valueToGoStringThetest(this.Id, "Uuid")+",\n")
}
if this.Value != nil {
s = append(s, "Value: "+valueToGoStringThetest(this.Value, "github_com_gogo_protobuf_test_custom.Uint128")+",\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 *NidRepCustom) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.NidRepCustom{")
if this.Id != nil {
s = append(s, "Id: "+fmt.Sprintf("%#v", this.Id)+",\n")
}
if this.Value != nil {
s = append(s, "Value: "+fmt.Sprintf("%#v", this.Value)+",\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 *NinRepCustom) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.NinRepCustom{")
if this.Id != nil {
s = append(s, "Id: "+fmt.Sprintf("%#v", this.Id)+",\n")
}
if this.Value != nil {
s = append(s, "Value: "+fmt.Sprintf("%#v", this.Value)+",\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 *NinOptNativeUnion) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 13)
s = append(s, "&test.NinOptNativeUnion{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "float64")+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+valueToGoStringThetest(this.Field2, "float32")+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+valueToGoStringThetest(this.Field3, "int32")+",\n")
}
if this.Field4 != nil {
s = append(s, "Field4: "+valueToGoStringThetest(this.Field4, "int64")+",\n")
}
if this.Field5 != nil {
s = append(s, "Field5: "+valueToGoStringThetest(this.Field5, "uint32")+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+valueToGoStringThetest(this.Field6, "uint64")+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+valueToGoStringThetest(this.Field13, "bool")+",\n")
}
if this.Field14 != nil {
s = append(s, "Field14: "+valueToGoStringThetest(this.Field14, "string")+",\n")
}
if this.Field15 != nil {
s = append(s, "Field15: "+valueToGoStringThetest(this.Field15, "byte")+",\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 *NinOptStructUnion) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 13)
s = append(s, "&test.NinOptStructUnion{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "float64")+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+valueToGoStringThetest(this.Field2, "float32")+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
}
if this.Field4 != nil {
s = append(s, "Field4: "+fmt.Sprintf("%#v", this.Field4)+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+valueToGoStringThetest(this.Field6, "uint64")+",\n")
}
if this.Field7 != nil {
s = append(s, "Field7: "+valueToGoStringThetest(this.Field7, "int32")+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+valueToGoStringThetest(this.Field13, "bool")+",\n")
}
if this.Field14 != nil {
s = append(s, "Field14: "+valueToGoStringThetest(this.Field14, "string")+",\n")
}
if this.Field15 != nil {
s = append(s, "Field15: "+valueToGoStringThetest(this.Field15, "byte")+",\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 *NinEmbeddedStructUnion) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.NinEmbeddedStructUnion{")
if this.NidOptNative != nil {
s = append(s, "NidOptNative: "+fmt.Sprintf("%#v", this.NidOptNative)+",\n")
}
if this.Field200 != nil {
s = append(s, "Field200: "+fmt.Sprintf("%#v", this.Field200)+",\n")
}
if this.Field210 != nil {
s = append(s, "Field210: "+valueToGoStringThetest(this.Field210, "bool")+",\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 *NinNestedStructUnion) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.NinNestedStructUnion{")
if this.Field1 != nil {
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
}
if this.XXX_unrecognized != nil {
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
}
s = append(s, "}")
return strings.Join(s, "")
}
func (this *Tree) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.Tree{")
if this.Or != nil {
s = append(s, "Or: "+fmt.Sprintf("%#v", this.Or)+",\n")
}
if this.And != nil {
s = append(s, "And: "+fmt.Sprintf("%#v", this.And)+",\n")
}
if this.Leaf != nil {
s = append(s, "Leaf: "+fmt.Sprintf("%#v", this.Leaf)+",\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 *OrBranch) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.OrBranch{")
s = append(s, "Left: "+strings.Replace(this.Left.GoString(), `&`, ``, 1)+",\n")
s = append(s, "Right: "+strings.Replace(this.Right.GoString(), `&`, ``, 1)+",\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 *AndBranch) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.AndBranch{")
s = append(s, "Left: "+strings.Replace(this.Left.GoString(), `&`, ``, 1)+",\n")
s = append(s, "Right: "+strings.Replace(this.Right.GoString(), `&`, ``, 1)+",\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 *Leaf) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.Leaf{")
s = append(s, "Value: "+fmt.Sprintf("%#v", this.Value)+",\n")
s = append(s, "StrValue: "+fmt.Sprintf("%#v", this.StrValue)+",\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 *DeepTree) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.DeepTree{")
if this.Down != nil {
s = append(s, "Down: "+fmt.Sprintf("%#v", this.Down)+",\n")
}
if this.And != nil {
s = append(s, "And: "+fmt.Sprintf("%#v", this.And)+",\n")
}
if this.Leaf != nil {
s = append(s, "Leaf: "+fmt.Sprintf("%#v", this.Leaf)+",\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 *ADeepBranch) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 5)
s = append(s, "&test.ADeepBranch{")
s = append(s, "Down: "+strings.Replace(this.Down.GoString(), `&`, ``, 1)+",\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 *AndDeepBranch) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.AndDeepBranch{")
s = append(s, "Left: "+strings.Replace(this.Left.GoString(), `&`, ``, 1)+",\n")
s = append(s, "Right: "+strings.Replace(this.Right.GoString(), `&`, ``, 1)+",\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 *DeepLeaf) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 5)
s = append(s, "&test.DeepLeaf{")
s = append(s, "Tree: "+strings.Replace(this.Tree.GoString(), `&`, ``, 1)+",\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 *Nil) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 4)
s = append(s, "&test.Nil{")
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 *NidOptEnum) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 5)
s = append(s, "&test.NidOptEnum{")
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\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 *NinOptEnum) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.NinOptEnum{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "TheTestEnum")+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+valueToGoStringThetest(this.Field2, "YetAnotherTestEnum")+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+valueToGoStringThetest(this.Field3, "YetYetAnotherTestEnum")+",\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 *NidRepEnum) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.NidRepEnum{")
if this.Field1 != nil {
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
}
if this.XXX_unrecognized != nil {
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
}
s = append(s, "}")
return strings.Join(s, "")
}
func (this *NinRepEnum) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.NinRepEnum{")
if this.Field1 != nil {
s = append(s, "Field1: "+fmt.Sprintf("%#v", this.Field1)+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+fmt.Sprintf("%#v", this.Field2)+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+fmt.Sprintf("%#v", this.Field3)+",\n")
}
if this.XXX_unrecognized != nil {
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
}
s = append(s, "}")
return strings.Join(s, "")
}
func (this *NinOptEnumDefault) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.NinOptEnumDefault{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "TheTestEnum")+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+valueToGoStringThetest(this.Field2, "YetAnotherTestEnum")+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+valueToGoStringThetest(this.Field3, "YetYetAnotherTestEnum")+",\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 *AnotherNinOptEnum) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.AnotherNinOptEnum{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "AnotherTestEnum")+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+valueToGoStringThetest(this.Field2, "YetAnotherTestEnum")+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+valueToGoStringThetest(this.Field3, "YetYetAnotherTestEnum")+",\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 *AnotherNinOptEnumDefault) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.AnotherNinOptEnumDefault{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "AnotherTestEnum")+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+valueToGoStringThetest(this.Field2, "YetAnotherTestEnum")+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+valueToGoStringThetest(this.Field3, "YetYetAnotherTestEnum")+",\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 *Timer) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.Timer{")
s = append(s, "Time1: "+fmt.Sprintf("%#v", this.Time1)+",\n")
s = append(s, "Time2: "+fmt.Sprintf("%#v", this.Time2)+",\n")
s = append(s, "Data: "+fmt.Sprintf("%#v", this.Data)+",\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 *MyExtendable) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 5)
s = append(s, "&test.MyExtendable{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "int64")+",\n")
}
s = append(s, "XXX_InternalExtensions: "+extensionToGoStringThetest(this)+",\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 *OtherExtenable) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.OtherExtenable{")
if this.Field2 != nil {
s = append(s, "Field2: "+valueToGoStringThetest(this.Field2, "int64")+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+valueToGoStringThetest(this.Field13, "int64")+",\n")
}
if this.M != nil {
s = append(s, "M: "+fmt.Sprintf("%#v", this.M)+",\n")
}
s = append(s, "XXX_InternalExtensions: "+extensionToGoStringThetest(this)+",\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 *NestedDefinition) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 8)
s = append(s, "&test.NestedDefinition{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "int64")+",\n")
}
if this.EnumField != nil {
s = append(s, "EnumField: "+valueToGoStringThetest(this.EnumField, "NestedDefinition_NestedEnum")+",\n")
}
if this.NNM != nil {
s = append(s, "NNM: "+fmt.Sprintf("%#v", this.NNM)+",\n")
}
if this.NM != nil {
s = append(s, "NM: "+fmt.Sprintf("%#v", this.NM)+",\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 *NestedDefinition_NestedMessage) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&test.NestedDefinition_NestedMessage{")
if this.NestedField1 != nil {
s = append(s, "NestedField1: "+valueToGoStringThetest(this.NestedField1, "uint64")+",\n")
}
if this.NNM != nil {
s = append(s, "NNM: "+fmt.Sprintf("%#v", this.NNM)+",\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 *NestedDefinition_NestedMessage_NestedNestedMsg) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 5)
s = append(s, "&test.NestedDefinition_NestedMessage_NestedNestedMsg{")
if this.NestedNestedField1 != nil {
s = append(s, "NestedNestedField1: "+valueToGoStringThetest(this.NestedNestedField1, "string")+",\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 *NestedScope) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 7)
s = append(s, "&test.NestedScope{")
if this.A != nil {
s = append(s, "A: "+fmt.Sprintf("%#v", this.A)+",\n")
}
if this.B != nil {
s = append(s, "B: "+valueToGoStringThetest(this.B, "NestedDefinition_NestedEnum")+",\n")
}
if this.C != nil {
s = append(s, "C: "+fmt.Sprintf("%#v", this.C)+",\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 *NinOptNativeDefault) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 19)
s = append(s, "&test.NinOptNativeDefault{")
if this.Field1 != nil {
s = append(s, "Field1: "+valueToGoStringThetest(this.Field1, "float64")+",\n")
}
if this.Field2 != nil {
s = append(s, "Field2: "+valueToGoStringThetest(this.Field2, "float32")+",\n")
}
if this.Field3 != nil {
s = append(s, "Field3: "+valueToGoStringThetest(this.Field3, "int32")+",\n")
}
if this.Field4 != nil {
s = append(s, "Field4: "+valueToGoStringThetest(this.Field4, "int64")+",\n")
}
if this.Field5 != nil {
s = append(s, "Field5: "+valueToGoStringThetest(this.Field5, "uint32")+",\n")
}
if this.Field6 != nil {
s = append(s, "Field6: "+valueToGoStringThetest(this.Field6, "uint64")+",\n")
}
if this.Field7 != nil {
s = append(s, "Field7: "+valueToGoStringThetest(this.Field7, "int32")+",\n")
}
if this.Field8 != nil {
s = append(s, "Field8: "+valueToGoStringThetest(this.Field8, "int64")+",\n")
}
if this.Field9 != nil {
s = append(s, "Field9: "+valueToGoStringThetest(this.Field9, "uint32")+",\n")
}
if this.Field10 != nil {
s = append(s, "Field10: "+valueToGoStringThetest(this.Field10, "int32")+",\n")
}
if this.Field11 != nil {
s = append(s, "Field11: "+valueToGoStringThetest(this.Field11, "uint64")+",\n")
}
if this.Field12 != nil {
s = append(s, "Field12: "+valueToGoStringThetest(this.Field12, "int64")+",\n")
}
if this.Field13 != nil {
s = append(s, "Field13: "+valueToGoStringThetest(this.Field13, "bool")+",\n")
}
if this.Field14 != nil {
s = append(s, "Field14: "+valueToGoStringThetest(this.Field14, "string")+",\n")
}
if this.Field15 != nil {
s = append(s, "Field15: "+valueToGoStringThetest(this.Field15, "byte")+",\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 *CustomContainer) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 5)
s = append(s, "&test.CustomContainer{")
s = append(s, "CustomStruct: "+strings.Replace(this.CustomStruct.GoString(), `&`, ``, 1)+",\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 *CustomNameNidOptNative) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 19)
s = append(s, "&test.CustomNameNidOptNative{")
s = append(s, "FieldA: "+fmt.Sprintf("%#v", this.FieldA)+",\n")
s = append(s, "FieldB: "+fmt.Sprintf("%#v", this.FieldB)+",\n")
s = append(s, "FieldC: "+fmt.Sprintf("%#v", this.FieldC)+",\n")
s = append(s, "FieldD: "+fmt.Sprintf("%#v", this.FieldD)+",\n")
s = append(s, "FieldE: "+fmt.Sprintf("%#v", this.FieldE)+",\n")
s = append(s, "FieldF: "+fmt.Sprintf("%#v", this.FieldF)+",\n")
s = append(s, "FieldG: "+fmt.Sprintf("%#v", this.FieldG)+",\n")
s = append(s, "FieldH: "+fmt.Sprintf("%#v", this.FieldH)+",\n")
s = append(s, "FieldI: "+fmt.Sprintf("%#v", this.FieldI)+",\n")
s = append(s, "FieldJ: "+fmt.Sprintf("%#v", this.FieldJ)+",\n")
s = append(s, "FieldK: "+fmt.Sprintf("%#v", this.FieldK)+",\n")
s = append(s, "FieldL: "+fmt.Sprintf("%#v", this.FieldL)+",\n")
s = append(s, "FieldM: "+fmt.Sprintf("%#v", this.FieldM)+",\n")
s = append(s, "FieldN: "+fmt.Sprintf("%#v", this.FieldN)+",\n")
s = append(s, "FieldO: "+fmt.Sprintf("%#v", this.FieldO)+",\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 *CustomNameNinOptNative) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 19)
s = append(s, "&test.CustomNameNinOptNative{")
if this.FieldA != nil {
s = append(s, "FieldA: "+valueToGoStringThetest(this.FieldA, "float64")+",\n")
}
if this.FieldB != nil {
s = append(s, "FieldB: "+valueToGoStringThetest(this.FieldB, "float32")+",\n")
}
if this.FieldC != nil {
s = append(s, "FieldC: "+valueToGoStringThetest(this.FieldC, "int32")+",\n")
}
if this.FieldD != nil {
s = append(s, "FieldD: "+valueToGoStringThetest(this.FieldD, "int64")+",\n")
}
if this.FieldE != nil {
s = append(s, "FieldE: "+valueToGoStringThetest(this.FieldE, "uint32")+",\n")
}
if this.FieldF != nil {
s = append(s, "FieldF: "+valueToGoStringThetest(this.FieldF, "uint64")+",\n")
}
if this.FieldG != nil {
s = append(s, "FieldG: "+valueToGoStringThetest(this.FieldG, "int32")+",\n")
}
if this.FieldH != nil {
s = append(s, "FieldH: "+valueToGoStringThetest(this.FieldH, "int64")+",\n")
}
if this.FieldI != nil {
s = append(s, "FieldI: "+valueToGoStringThetest(this.FieldI, "uint32")+",\n")
}
if this.FieldJ != nil {
s = append(s, "FieldJ: "+valueToGoStringThetest(this.FieldJ, "int32")+",\n")
}
if this.FieldK != nil {
s = append(s, "FieldK: "+valueToGoStringThetest(this.FieldK, "uint64")+",\n")
}
if this.FielL != nil {
s = append(s, "FielL: "+valueToGoStringThetest(this.FielL, "int64")+",\n")
}
if this.FieldM != nil {
s = append(s, "FieldM: "+valueToGoStringThetest(this.FieldM, "bool")+",\n")
}
if this.FieldN != nil {
s = append(s, "FieldN: "+valueToGoStringThetest(this.FieldN, "string")+",\n")
}
if this.FieldO != nil {
s = append(s, "FieldO: "+valueToGoStringThetest(this.FieldO, "byte")+",\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 *CustomNameNinRepNative) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 19)
s = append(s, "&test.CustomNameNinRepNative{")
if this.FieldA != nil {
s = append(s, "FieldA: "+fmt.Sprintf("%#v", this.FieldA)+",\n")
}
if this.FieldB != nil {
s = append(s, "FieldB: "+fmt.Sprintf("%#v", this.FieldB)+",\n")
}
if this.FieldC != nil {
s = append(s, "FieldC: "+fmt.Sprintf("%#v", this.FieldC)+",\n")
}
if this.FieldD != nil {
s = append(s, "FieldD: "+fmt.Sprintf("%#v", this.FieldD)+",\n")
}
if this.FieldE != nil {
s = append(s, "FieldE: "+fmt.Sprintf("%#v", this.FieldE)+",\n")
}
if this.FieldF != nil {
s = append(s, "FieldF: "+fmt.Sprintf("%#v", this.FieldF)+",\n")
}
if this.FieldG != nil {
s = append(s, "FieldG: "+fmt.Sprintf("%#v", this.FieldG)+",\n")
}
if this.FieldH != nil {
s = append(s, "FieldH: "+fmt.Sprintf("%#v", this.FieldH)+",\n")
}
if this.FieldI != nil {
s = append(s, "FieldI: "+fmt.Sprintf("%#v", this.FieldI)+",\n")
}
if this.FieldJ != nil {
s = append(s, "FieldJ: "+fmt.Sprintf("%#v", this.FieldJ)+",\n")
}
if this.FieldK != nil {
s = append(s, "FieldK: "+fmt.Sprintf("%#v", this.FieldK)+",\n")
}
if this.FieldL != nil {
s = append(s, "FieldL: "+fmt.Sprintf("%#v", this.FieldL)+",\n")
}
if this.FieldM != nil {
s = append(s, "FieldM: "+fmt.Sprintf("%#v", this.FieldM)+",\n")
}
if this.FieldN != nil {
s = append(s, "FieldN: "+fmt.Sprintf("%#v", this.FieldN)+",\n")
}
if this.FieldO != nil {
s = append(s, "FieldO: "+fmt.Sprintf("%#v", this.FieldO)+",\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 *CustomNameNinStruct) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 14)
s = append(s, "&test.CustomNameNinStruct{")
if this.FieldA != nil {
s = append(s, "FieldA: "+valueToGoStringThetest(this.FieldA, "float64")+",\n")
}
if this.FieldB != nil {
s = append(s, "FieldB: "+valueToGoStringThetest(this.FieldB, "float32")+",\n")
}
if this.FieldC != nil {
s = append(s, "FieldC: "+fmt.Sprintf("%#v", this.FieldC)+",\n")
}
if this.FieldD != nil {
s = append(s, "FieldD: "+fmt.Sprintf("%#v", this.FieldD)+",\n")