| // Code generated by protoc-gen-gogo. DO NOT EDIT. |
| // source: combos/neither/types.proto |
| |
| package types |
| |
| import proto "github.com/gogo/protobuf/proto" |
| import fmt "fmt" |
| import math "math" |
| import _ "github.com/gogo/protobuf/gogoproto" |
| import types "github.com/gogo/protobuf/types" |
| |
| import time "time" |
| import github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" |
| |
| import bytes "bytes" |
| |
| // Reference imports to suppress errors if they are not otherwise used. |
| var _ = proto.Marshal |
| var _ = fmt.Errorf |
| var _ = math.Inf |
| var _ = time.Kitchen |
| |
| // 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 KnownTypes struct { |
| Dur *types.Duration `protobuf:"bytes,1,opt,name=dur" json:"dur,omitempty"` |
| Ts *types.Timestamp `protobuf:"bytes,2,opt,name=ts" json:"ts,omitempty"` |
| Dbl *types.DoubleValue `protobuf:"bytes,3,opt,name=dbl" json:"dbl,omitempty"` |
| Flt *types.FloatValue `protobuf:"bytes,4,opt,name=flt" json:"flt,omitempty"` |
| I64 *types.Int64Value `protobuf:"bytes,5,opt,name=i64" json:"i64,omitempty"` |
| U64 *types.UInt64Value `protobuf:"bytes,6,opt,name=u64" json:"u64,omitempty"` |
| I32 *types.Int32Value `protobuf:"bytes,7,opt,name=i32" json:"i32,omitempty"` |
| U32 *types.UInt32Value `protobuf:"bytes,8,opt,name=u32" json:"u32,omitempty"` |
| Bool *types.BoolValue `protobuf:"bytes,9,opt,name=bool" json:"bool,omitempty"` |
| Str *types.StringValue `protobuf:"bytes,10,opt,name=str" json:"str,omitempty"` |
| Bytes *types.BytesValue `protobuf:"bytes,11,opt,name=bytes" json:"bytes,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *KnownTypes) Reset() { *m = KnownTypes{} } |
| func (m *KnownTypes) String() string { return proto.CompactTextString(m) } |
| func (*KnownTypes) ProtoMessage() {} |
| func (*KnownTypes) Descriptor() ([]byte, []int) { |
| return fileDescriptor_types_c5bf548d49a2d5e3, []int{0} |
| } |
| func (m *KnownTypes) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_KnownTypes.Unmarshal(m, b) |
| } |
| func (m *KnownTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_KnownTypes.Marshal(b, m, deterministic) |
| } |
| func (dst *KnownTypes) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_KnownTypes.Merge(dst, src) |
| } |
| func (m *KnownTypes) XXX_Size() int { |
| return xxx_messageInfo_KnownTypes.Size(m) |
| } |
| func (m *KnownTypes) XXX_DiscardUnknown() { |
| xxx_messageInfo_KnownTypes.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_KnownTypes proto.InternalMessageInfo |
| |
| func (m *KnownTypes) GetDur() *types.Duration { |
| if m != nil { |
| return m.Dur |
| } |
| return nil |
| } |
| |
| func (m *KnownTypes) GetTs() *types.Timestamp { |
| if m != nil { |
| return m.Ts |
| } |
| return nil |
| } |
| |
| func (m *KnownTypes) GetDbl() *types.DoubleValue { |
| if m != nil { |
| return m.Dbl |
| } |
| return nil |
| } |
| |
| func (m *KnownTypes) GetFlt() *types.FloatValue { |
| if m != nil { |
| return m.Flt |
| } |
| return nil |
| } |
| |
| func (m *KnownTypes) GetI64() *types.Int64Value { |
| if m != nil { |
| return m.I64 |
| } |
| return nil |
| } |
| |
| func (m *KnownTypes) GetU64() *types.UInt64Value { |
| if m != nil { |
| return m.U64 |
| } |
| return nil |
| } |
| |
| func (m *KnownTypes) GetI32() *types.Int32Value { |
| if m != nil { |
| return m.I32 |
| } |
| return nil |
| } |
| |
| func (m *KnownTypes) GetU32() *types.UInt32Value { |
| if m != nil { |
| return m.U32 |
| } |
| return nil |
| } |
| |
| func (m *KnownTypes) GetBool() *types.BoolValue { |
| if m != nil { |
| return m.Bool |
| } |
| return nil |
| } |
| |
| func (m *KnownTypes) GetStr() *types.StringValue { |
| if m != nil { |
| return m.Str |
| } |
| return nil |
| } |
| |
| func (m *KnownTypes) GetBytes() *types.BytesValue { |
| if m != nil { |
| return m.Bytes |
| } |
| return nil |
| } |
| |
| type ProtoTypes struct { |
| NullableTimestamp *types.Timestamp `protobuf:"bytes,1,opt,name=nullableTimestamp" json:"nullableTimestamp,omitempty"` |
| NullableDuration *types.Duration `protobuf:"bytes,2,opt,name=nullableDuration" json:"nullableDuration,omitempty"` |
| Timestamp types.Timestamp `protobuf:"bytes,3,opt,name=timestamp" json:"timestamp"` |
| Duration types.Duration `protobuf:"bytes,4,opt,name=duration" json:"duration"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *ProtoTypes) Reset() { *m = ProtoTypes{} } |
| func (m *ProtoTypes) String() string { return proto.CompactTextString(m) } |
| func (*ProtoTypes) ProtoMessage() {} |
| func (*ProtoTypes) Descriptor() ([]byte, []int) { |
| return fileDescriptor_types_c5bf548d49a2d5e3, []int{1} |
| } |
| func (m *ProtoTypes) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_ProtoTypes.Unmarshal(m, b) |
| } |
| func (m *ProtoTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_ProtoTypes.Marshal(b, m, deterministic) |
| } |
| func (dst *ProtoTypes) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_ProtoTypes.Merge(dst, src) |
| } |
| func (m *ProtoTypes) XXX_Size() int { |
| return xxx_messageInfo_ProtoTypes.Size(m) |
| } |
| func (m *ProtoTypes) XXX_DiscardUnknown() { |
| xxx_messageInfo_ProtoTypes.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_ProtoTypes proto.InternalMessageInfo |
| |
| func (m *ProtoTypes) GetNullableTimestamp() *types.Timestamp { |
| if m != nil { |
| return m.NullableTimestamp |
| } |
| return nil |
| } |
| |
| func (m *ProtoTypes) GetNullableDuration() *types.Duration { |
| if m != nil { |
| return m.NullableDuration |
| } |
| return nil |
| } |
| |
| func (m *ProtoTypes) GetTimestamp() types.Timestamp { |
| if m != nil { |
| return m.Timestamp |
| } |
| return types.Timestamp{} |
| } |
| |
| func (m *ProtoTypes) GetDuration() types.Duration { |
| if m != nil { |
| return m.Duration |
| } |
| return types.Duration{} |
| } |
| |
| type StdTypes struct { |
| NullableTimestamp *time.Time `protobuf:"bytes,1,opt,name=nullableTimestamp,stdtime" json:"nullableTimestamp,omitempty"` |
| NullableDuration *time.Duration `protobuf:"bytes,2,opt,name=nullableDuration,stdduration" json:"nullableDuration,omitempty"` |
| Timestamp time.Time `protobuf:"bytes,3,opt,name=timestamp,stdtime" json:"timestamp"` |
| Duration time.Duration `protobuf:"bytes,4,opt,name=duration,stdduration" json:"duration"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *StdTypes) Reset() { *m = StdTypes{} } |
| func (m *StdTypes) String() string { return proto.CompactTextString(m) } |
| func (*StdTypes) ProtoMessage() {} |
| func (*StdTypes) Descriptor() ([]byte, []int) { |
| return fileDescriptor_types_c5bf548d49a2d5e3, []int{2} |
| } |
| func (m *StdTypes) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_StdTypes.Unmarshal(m, b) |
| } |
| func (m *StdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_StdTypes.Marshal(b, m, deterministic) |
| } |
| func (dst *StdTypes) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_StdTypes.Merge(dst, src) |
| } |
| func (m *StdTypes) XXX_Size() int { |
| return xxx_messageInfo_StdTypes.Size(m) |
| } |
| func (m *StdTypes) XXX_DiscardUnknown() { |
| xxx_messageInfo_StdTypes.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_StdTypes proto.InternalMessageInfo |
| |
| func (m *StdTypes) GetNullableTimestamp() *time.Time { |
| if m != nil { |
| return m.NullableTimestamp |
| } |
| return nil |
| } |
| |
| func (m *StdTypes) GetNullableDuration() *time.Duration { |
| if m != nil { |
| return m.NullableDuration |
| } |
| return nil |
| } |
| |
| func (m *StdTypes) GetTimestamp() time.Time { |
| if m != nil { |
| return m.Timestamp |
| } |
| return time.Time{} |
| } |
| |
| func (m *StdTypes) GetDuration() time.Duration { |
| if m != nil { |
| return m.Duration |
| } |
| return 0 |
| } |
| |
| type RepProtoTypes struct { |
| NullableTimestamps []*types.Timestamp `protobuf:"bytes,1,rep,name=nullableTimestamps" json:"nullableTimestamps,omitempty"` |
| NullableDurations []*types.Duration `protobuf:"bytes,2,rep,name=nullableDurations" json:"nullableDurations,omitempty"` |
| Timestamps []types.Timestamp `protobuf:"bytes,3,rep,name=timestamps" json:"timestamps"` |
| Durations []types.Duration `protobuf:"bytes,4,rep,name=durations" json:"durations"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *RepProtoTypes) Reset() { *m = RepProtoTypes{} } |
| func (m *RepProtoTypes) String() string { return proto.CompactTextString(m) } |
| func (*RepProtoTypes) ProtoMessage() {} |
| func (*RepProtoTypes) Descriptor() ([]byte, []int) { |
| return fileDescriptor_types_c5bf548d49a2d5e3, []int{3} |
| } |
| func (m *RepProtoTypes) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_RepProtoTypes.Unmarshal(m, b) |
| } |
| func (m *RepProtoTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_RepProtoTypes.Marshal(b, m, deterministic) |
| } |
| func (dst *RepProtoTypes) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_RepProtoTypes.Merge(dst, src) |
| } |
| func (m *RepProtoTypes) XXX_Size() int { |
| return xxx_messageInfo_RepProtoTypes.Size(m) |
| } |
| func (m *RepProtoTypes) XXX_DiscardUnknown() { |
| xxx_messageInfo_RepProtoTypes.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_RepProtoTypes proto.InternalMessageInfo |
| |
| func (m *RepProtoTypes) GetNullableTimestamps() []*types.Timestamp { |
| if m != nil { |
| return m.NullableTimestamps |
| } |
| return nil |
| } |
| |
| func (m *RepProtoTypes) GetNullableDurations() []*types.Duration { |
| if m != nil { |
| return m.NullableDurations |
| } |
| return nil |
| } |
| |
| func (m *RepProtoTypes) GetTimestamps() []types.Timestamp { |
| if m != nil { |
| return m.Timestamps |
| } |
| return nil |
| } |
| |
| func (m *RepProtoTypes) GetDurations() []types.Duration { |
| if m != nil { |
| return m.Durations |
| } |
| return nil |
| } |
| |
| type RepStdTypes struct { |
| NullableTimestamps []*time.Time `protobuf:"bytes,1,rep,name=nullableTimestamps,stdtime" json:"nullableTimestamps,omitempty"` |
| NullableDurations []*time.Duration `protobuf:"bytes,2,rep,name=nullableDurations,stdduration" json:"nullableDurations,omitempty"` |
| Timestamps []time.Time `protobuf:"bytes,3,rep,name=timestamps,stdtime" json:"timestamps"` |
| Durations []time.Duration `protobuf:"bytes,4,rep,name=durations,stdduration" json:"durations"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *RepStdTypes) Reset() { *m = RepStdTypes{} } |
| func (m *RepStdTypes) String() string { return proto.CompactTextString(m) } |
| func (*RepStdTypes) ProtoMessage() {} |
| func (*RepStdTypes) Descriptor() ([]byte, []int) { |
| return fileDescriptor_types_c5bf548d49a2d5e3, []int{4} |
| } |
| func (m *RepStdTypes) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_RepStdTypes.Unmarshal(m, b) |
| } |
| func (m *RepStdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_RepStdTypes.Marshal(b, m, deterministic) |
| } |
| func (dst *RepStdTypes) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_RepStdTypes.Merge(dst, src) |
| } |
| func (m *RepStdTypes) XXX_Size() int { |
| return xxx_messageInfo_RepStdTypes.Size(m) |
| } |
| func (m *RepStdTypes) XXX_DiscardUnknown() { |
| xxx_messageInfo_RepStdTypes.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_RepStdTypes proto.InternalMessageInfo |
| |
| func (m *RepStdTypes) GetNullableTimestamps() []*time.Time { |
| if m != nil { |
| return m.NullableTimestamps |
| } |
| return nil |
| } |
| |
| func (m *RepStdTypes) GetNullableDurations() []*time.Duration { |
| if m != nil { |
| return m.NullableDurations |
| } |
| return nil |
| } |
| |
| func (m *RepStdTypes) GetTimestamps() []time.Time { |
| if m != nil { |
| return m.Timestamps |
| } |
| return nil |
| } |
| |
| func (m *RepStdTypes) GetDurations() []time.Duration { |
| if m != nil { |
| return m.Durations |
| } |
| return nil |
| } |
| |
| type MapProtoTypes struct { |
| NullableTimestamp map[int32]*types.Timestamp `protobuf:"bytes,1,rep,name=nullableTimestamp" json:"nullableTimestamp,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"` |
| Timestamp map[int32]types.Timestamp `protobuf:"bytes,2,rep,name=timestamp" json:"timestamp" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"` |
| NullableDuration map[int32]*types.Duration `protobuf:"bytes,3,rep,name=nullableDuration" json:"nullableDuration,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"` |
| Duration map[int32]types.Duration `protobuf:"bytes,4,rep,name=duration" json:"duration" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *MapProtoTypes) Reset() { *m = MapProtoTypes{} } |
| func (m *MapProtoTypes) String() string { return proto.CompactTextString(m) } |
| func (*MapProtoTypes) ProtoMessage() {} |
| func (*MapProtoTypes) Descriptor() ([]byte, []int) { |
| return fileDescriptor_types_c5bf548d49a2d5e3, []int{5} |
| } |
| func (m *MapProtoTypes) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_MapProtoTypes.Unmarshal(m, b) |
| } |
| func (m *MapProtoTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_MapProtoTypes.Marshal(b, m, deterministic) |
| } |
| func (dst *MapProtoTypes) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_MapProtoTypes.Merge(dst, src) |
| } |
| func (m *MapProtoTypes) XXX_Size() int { |
| return xxx_messageInfo_MapProtoTypes.Size(m) |
| } |
| func (m *MapProtoTypes) XXX_DiscardUnknown() { |
| xxx_messageInfo_MapProtoTypes.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_MapProtoTypes proto.InternalMessageInfo |
| |
| func (m *MapProtoTypes) GetNullableTimestamp() map[int32]*types.Timestamp { |
| if m != nil { |
| return m.NullableTimestamp |
| } |
| return nil |
| } |
| |
| func (m *MapProtoTypes) GetTimestamp() map[int32]types.Timestamp { |
| if m != nil { |
| return m.Timestamp |
| } |
| return nil |
| } |
| |
| func (m *MapProtoTypes) GetNullableDuration() map[int32]*types.Duration { |
| if m != nil { |
| return m.NullableDuration |
| } |
| return nil |
| } |
| |
| func (m *MapProtoTypes) GetDuration() map[int32]types.Duration { |
| if m != nil { |
| return m.Duration |
| } |
| return nil |
| } |
| |
| type MapStdTypes struct { |
| NullableTimestamp map[int32]*time.Time `protobuf:"bytes,1,rep,name=nullableTimestamp,stdtime" json:"nullableTimestamp,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"` |
| Timestamp map[int32]time.Time `protobuf:"bytes,2,rep,name=timestamp,stdtime" json:"timestamp" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"` |
| NullableDuration map[int32]*time.Duration `protobuf:"bytes,3,rep,name=nullableDuration,stdduration" json:"nullableDuration,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"` |
| Duration map[int32]time.Duration `protobuf:"bytes,4,rep,name=duration,stdduration" json:"duration" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *MapStdTypes) Reset() { *m = MapStdTypes{} } |
| func (m *MapStdTypes) String() string { return proto.CompactTextString(m) } |
| func (*MapStdTypes) ProtoMessage() {} |
| func (*MapStdTypes) Descriptor() ([]byte, []int) { |
| return fileDescriptor_types_c5bf548d49a2d5e3, []int{6} |
| } |
| func (m *MapStdTypes) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_MapStdTypes.Unmarshal(m, b) |
| } |
| func (m *MapStdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_MapStdTypes.Marshal(b, m, deterministic) |
| } |
| func (dst *MapStdTypes) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_MapStdTypes.Merge(dst, src) |
| } |
| func (m *MapStdTypes) XXX_Size() int { |
| return xxx_messageInfo_MapStdTypes.Size(m) |
| } |
| func (m *MapStdTypes) XXX_DiscardUnknown() { |
| xxx_messageInfo_MapStdTypes.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_MapStdTypes proto.InternalMessageInfo |
| |
| func (m *MapStdTypes) GetNullableTimestamp() map[int32]*time.Time { |
| if m != nil { |
| return m.NullableTimestamp |
| } |
| return nil |
| } |
| |
| func (m *MapStdTypes) GetTimestamp() map[int32]time.Time { |
| if m != nil { |
| return m.Timestamp |
| } |
| return nil |
| } |
| |
| func (m *MapStdTypes) GetNullableDuration() map[int32]*time.Duration { |
| if m != nil { |
| return m.NullableDuration |
| } |
| return nil |
| } |
| |
| func (m *MapStdTypes) GetDuration() map[int32]time.Duration { |
| if m != nil { |
| return m.Duration |
| } |
| return nil |
| } |
| |
| type OneofProtoTypes struct { |
| // Types that are valid to be assigned to OneOfProtoTimes: |
| // *OneofProtoTypes_Timestamp |
| // *OneofProtoTypes_Duration |
| OneOfProtoTimes isOneofProtoTypes_OneOfProtoTimes `protobuf_oneof:"OneOfProtoTimes"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *OneofProtoTypes) Reset() { *m = OneofProtoTypes{} } |
| func (m *OneofProtoTypes) String() string { return proto.CompactTextString(m) } |
| func (*OneofProtoTypes) ProtoMessage() {} |
| func (*OneofProtoTypes) Descriptor() ([]byte, []int) { |
| return fileDescriptor_types_c5bf548d49a2d5e3, []int{7} |
| } |
| func (m *OneofProtoTypes) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_OneofProtoTypes.Unmarshal(m, b) |
| } |
| func (m *OneofProtoTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_OneofProtoTypes.Marshal(b, m, deterministic) |
| } |
| func (dst *OneofProtoTypes) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_OneofProtoTypes.Merge(dst, src) |
| } |
| func (m *OneofProtoTypes) XXX_Size() int { |
| return xxx_messageInfo_OneofProtoTypes.Size(m) |
| } |
| func (m *OneofProtoTypes) XXX_DiscardUnknown() { |
| xxx_messageInfo_OneofProtoTypes.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_OneofProtoTypes proto.InternalMessageInfo |
| |
| type isOneofProtoTypes_OneOfProtoTimes interface { |
| isOneofProtoTypes_OneOfProtoTimes() |
| Equal(interface{}) bool |
| VerboseEqual(interface{}) error |
| Size() int |
| } |
| |
| type OneofProtoTypes_Timestamp struct { |
| Timestamp *types.Timestamp `protobuf:"bytes,1,opt,name=timestamp,oneof"` |
| } |
| type OneofProtoTypes_Duration struct { |
| Duration *types.Duration `protobuf:"bytes,2,opt,name=duration,oneof"` |
| } |
| |
| func (*OneofProtoTypes_Timestamp) isOneofProtoTypes_OneOfProtoTimes() {} |
| func (*OneofProtoTypes_Duration) isOneofProtoTypes_OneOfProtoTimes() {} |
| |
| func (m *OneofProtoTypes) GetOneOfProtoTimes() isOneofProtoTypes_OneOfProtoTimes { |
| if m != nil { |
| return m.OneOfProtoTimes |
| } |
| return nil |
| } |
| |
| func (m *OneofProtoTypes) GetTimestamp() *types.Timestamp { |
| if x, ok := m.GetOneOfProtoTimes().(*OneofProtoTypes_Timestamp); ok { |
| return x.Timestamp |
| } |
| return nil |
| } |
| |
| func (m *OneofProtoTypes) GetDuration() *types.Duration { |
| if x, ok := m.GetOneOfProtoTimes().(*OneofProtoTypes_Duration); ok { |
| return x.Duration |
| } |
| return nil |
| } |
| |
| // XXX_OneofFuncs is for the internal use of the proto package. |
| func (*OneofProtoTypes) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { |
| return _OneofProtoTypes_OneofMarshaler, _OneofProtoTypes_OneofUnmarshaler, _OneofProtoTypes_OneofSizer, []interface{}{ |
| (*OneofProtoTypes_Timestamp)(nil), |
| (*OneofProtoTypes_Duration)(nil), |
| } |
| } |
| |
| func _OneofProtoTypes_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { |
| m := msg.(*OneofProtoTypes) |
| // OneOfProtoTimes |
| switch x := m.OneOfProtoTimes.(type) { |
| case *OneofProtoTypes_Timestamp: |
| _ = b.EncodeVarint(1<<3 | proto.WireBytes) |
| if err := b.EncodeMessage(x.Timestamp); err != nil { |
| return err |
| } |
| case *OneofProtoTypes_Duration: |
| _ = b.EncodeVarint(2<<3 | proto.WireBytes) |
| if err := b.EncodeMessage(x.Duration); err != nil { |
| return err |
| } |
| case nil: |
| default: |
| return fmt.Errorf("OneofProtoTypes.OneOfProtoTimes has unexpected type %T", x) |
| } |
| return nil |
| } |
| |
| func _OneofProtoTypes_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { |
| m := msg.(*OneofProtoTypes) |
| switch tag { |
| case 1: // OneOfProtoTimes.timestamp |
| if wire != proto.WireBytes { |
| return true, proto.ErrInternalBadWireType |
| } |
| msg := new(types.Timestamp) |
| err := b.DecodeMessage(msg) |
| m.OneOfProtoTimes = &OneofProtoTypes_Timestamp{msg} |
| return true, err |
| case 2: // OneOfProtoTimes.duration |
| if wire != proto.WireBytes { |
| return true, proto.ErrInternalBadWireType |
| } |
| msg := new(types.Duration) |
| err := b.DecodeMessage(msg) |
| m.OneOfProtoTimes = &OneofProtoTypes_Duration{msg} |
| return true, err |
| default: |
| return false, nil |
| } |
| } |
| |
| func _OneofProtoTypes_OneofSizer(msg proto.Message) (n int) { |
| m := msg.(*OneofProtoTypes) |
| // OneOfProtoTimes |
| switch x := m.OneOfProtoTimes.(type) { |
| case *OneofProtoTypes_Timestamp: |
| s := proto.Size(x.Timestamp) |
| n += 1 // tag and wire |
| n += proto.SizeVarint(uint64(s)) |
| n += s |
| case *OneofProtoTypes_Duration: |
| s := proto.Size(x.Duration) |
| n += 1 // tag and wire |
| n += proto.SizeVarint(uint64(s)) |
| n += s |
| case nil: |
| default: |
| panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) |
| } |
| return n |
| } |
| |
| type OneofStdTypes struct { |
| // Types that are valid to be assigned to OneOfStdTimes: |
| // *OneofStdTypes_Timestamp |
| // *OneofStdTypes_Duration |
| OneOfStdTimes isOneofStdTypes_OneOfStdTimes `protobuf_oneof:"OneOfStdTimes"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *OneofStdTypes) Reset() { *m = OneofStdTypes{} } |
| func (m *OneofStdTypes) String() string { return proto.CompactTextString(m) } |
| func (*OneofStdTypes) ProtoMessage() {} |
| func (*OneofStdTypes) Descriptor() ([]byte, []int) { |
| return fileDescriptor_types_c5bf548d49a2d5e3, []int{8} |
| } |
| func (m *OneofStdTypes) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_OneofStdTypes.Unmarshal(m, b) |
| } |
| func (m *OneofStdTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_OneofStdTypes.Marshal(b, m, deterministic) |
| } |
| func (dst *OneofStdTypes) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_OneofStdTypes.Merge(dst, src) |
| } |
| func (m *OneofStdTypes) XXX_Size() int { |
| return xxx_messageInfo_OneofStdTypes.Size(m) |
| } |
| func (m *OneofStdTypes) XXX_DiscardUnknown() { |
| xxx_messageInfo_OneofStdTypes.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_OneofStdTypes proto.InternalMessageInfo |
| |
| type isOneofStdTypes_OneOfStdTimes interface { |
| isOneofStdTypes_OneOfStdTimes() |
| Equal(interface{}) bool |
| VerboseEqual(interface{}) error |
| Size() int |
| } |
| |
| type OneofStdTypes_Timestamp struct { |
| Timestamp *time.Time `protobuf:"bytes,1,opt,name=timestamp,oneof,stdtime"` |
| } |
| type OneofStdTypes_Duration struct { |
| Duration *time.Duration `protobuf:"bytes,2,opt,name=duration,oneof,stdduration"` |
| } |
| |
| func (*OneofStdTypes_Timestamp) isOneofStdTypes_OneOfStdTimes() {} |
| func (*OneofStdTypes_Duration) isOneofStdTypes_OneOfStdTimes() {} |
| |
| func (m *OneofStdTypes) GetOneOfStdTimes() isOneofStdTypes_OneOfStdTimes { |
| if m != nil { |
| return m.OneOfStdTimes |
| } |
| return nil |
| } |
| |
| func (m *OneofStdTypes) GetTimestamp() *time.Time { |
| if x, ok := m.GetOneOfStdTimes().(*OneofStdTypes_Timestamp); ok { |
| return x.Timestamp |
| } |
| return nil |
| } |
| |
| func (m *OneofStdTypes) GetDuration() *time.Duration { |
| if x, ok := m.GetOneOfStdTimes().(*OneofStdTypes_Duration); ok { |
| return x.Duration |
| } |
| return nil |
| } |
| |
| // XXX_OneofFuncs is for the internal use of the proto package. |
| func (*OneofStdTypes) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { |
| return _OneofStdTypes_OneofMarshaler, _OneofStdTypes_OneofUnmarshaler, _OneofStdTypes_OneofSizer, []interface{}{ |
| (*OneofStdTypes_Timestamp)(nil), |
| (*OneofStdTypes_Duration)(nil), |
| } |
| } |
| |
| func _OneofStdTypes_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { |
| m := msg.(*OneofStdTypes) |
| // OneOfStdTimes |
| switch x := m.OneOfStdTimes.(type) { |
| case *OneofStdTypes_Timestamp: |
| _ = b.EncodeVarint(1<<3 | proto.WireBytes) |
| dAtA, err := github_com_gogo_protobuf_types.StdTimeMarshal(*x.Timestamp) |
| if err != nil { |
| return err |
| } |
| if err := b.EncodeRawBytes(dAtA); err != nil { |
| return err |
| } |
| case *OneofStdTypes_Duration: |
| _ = b.EncodeVarint(2<<3 | proto.WireBytes) |
| dAtA, err := github_com_gogo_protobuf_types.StdDurationMarshal(*x.Duration) |
| if err != nil { |
| return err |
| } |
| if err := b.EncodeRawBytes(dAtA); err != nil { |
| return err |
| } |
| case nil: |
| default: |
| return fmt.Errorf("OneofStdTypes.OneOfStdTimes has unexpected type %T", x) |
| } |
| return nil |
| } |
| |
| func _OneofStdTypes_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { |
| m := msg.(*OneofStdTypes) |
| switch tag { |
| case 1: // OneOfStdTimes.timestamp |
| if wire != proto.WireBytes { |
| return true, proto.ErrInternalBadWireType |
| } |
| x, err := b.DecodeRawBytes(true) |
| if err != nil { |
| return true, err |
| } |
| c := new(time.Time) |
| if err2 := github_com_gogo_protobuf_types.StdTimeUnmarshal(c, x); err2 != nil { |
| return true, err |
| } |
| m.OneOfStdTimes = &OneofStdTypes_Timestamp{c} |
| return true, err |
| case 2: // OneOfStdTimes.duration |
| if wire != proto.WireBytes { |
| return true, proto.ErrInternalBadWireType |
| } |
| x, err := b.DecodeRawBytes(true) |
| if err != nil { |
| return true, err |
| } |
| c := new(time.Duration) |
| if err2 := github_com_gogo_protobuf_types.StdDurationUnmarshal(c, x); err2 != nil { |
| return true, err |
| } |
| m.OneOfStdTimes = &OneofStdTypes_Duration{c} |
| return true, err |
| default: |
| return false, nil |
| } |
| } |
| |
| func _OneofStdTypes_OneofSizer(msg proto.Message) (n int) { |
| m := msg.(*OneofStdTypes) |
| // OneOfStdTimes |
| switch x := m.OneOfStdTimes.(type) { |
| case *OneofStdTypes_Timestamp: |
| s := github_com_gogo_protobuf_types.SizeOfStdTime(*x.Timestamp) |
| n += 1 // tag and wire |
| n += proto.SizeVarint(uint64(s)) |
| n += s |
| case *OneofStdTypes_Duration: |
| s := github_com_gogo_protobuf_types.SizeOfStdDuration(*x.Duration) |
| n += 1 // tag and wire |
| n += proto.SizeVarint(uint64(s)) |
| n += s |
| case nil: |
| default: |
| panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) |
| } |
| return n |
| } |
| |
| func init() { |
| proto.RegisterType((*KnownTypes)(nil), "types.KnownTypes") |
| proto.RegisterType((*ProtoTypes)(nil), "types.ProtoTypes") |
| proto.RegisterType((*StdTypes)(nil), "types.StdTypes") |
| proto.RegisterType((*RepProtoTypes)(nil), "types.RepProtoTypes") |
| proto.RegisterType((*RepStdTypes)(nil), "types.RepStdTypes") |
| proto.RegisterType((*MapProtoTypes)(nil), "types.MapProtoTypes") |
| proto.RegisterMapType((map[int32]types.Duration)(nil), "types.MapProtoTypes.DurationEntry") |
| proto.RegisterMapType((map[int32]*types.Duration)(nil), "types.MapProtoTypes.NullableDurationEntry") |
| proto.RegisterMapType((map[int32]*types.Timestamp)(nil), "types.MapProtoTypes.NullableTimestampEntry") |
| proto.RegisterMapType((map[int32]types.Timestamp)(nil), "types.MapProtoTypes.TimestampEntry") |
| proto.RegisterType((*MapStdTypes)(nil), "types.MapStdTypes") |
| proto.RegisterMapType((map[int32]time.Duration)(nil), "types.MapStdTypes.DurationEntry") |
| proto.RegisterMapType((map[int32]*time.Duration)(nil), "types.MapStdTypes.NullableDurationEntry") |
| proto.RegisterMapType((map[int32]*time.Time)(nil), "types.MapStdTypes.NullableTimestampEntry") |
| proto.RegisterMapType((map[int32]time.Time)(nil), "types.MapStdTypes.TimestampEntry") |
| proto.RegisterType((*OneofProtoTypes)(nil), "types.OneofProtoTypes") |
| proto.RegisterType((*OneofStdTypes)(nil), "types.OneofStdTypes") |
| } |
| func (this *KnownTypes) Compare(that interface{}) int { |
| if that == nil { |
| if this == nil { |
| return 0 |
| } |
| return 1 |
| } |
| |
| that1, ok := that.(*KnownTypes) |
| if !ok { |
| that2, ok := that.(KnownTypes) |
| 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.Dur.Compare(that1.Dur); c != 0 { |
| return c |
| } |
| if c := this.Ts.Compare(that1.Ts); c != 0 { |
| return c |
| } |
| if c := this.Dbl.Compare(that1.Dbl); c != 0 { |
| return c |
| } |
| if c := this.Flt.Compare(that1.Flt); c != 0 { |
| return c |
| } |
| if c := this.I64.Compare(that1.I64); c != 0 { |
| return c |
| } |
| if c := this.U64.Compare(that1.U64); c != 0 { |
| return c |
| } |
| if c := this.I32.Compare(that1.I32); c != 0 { |
| return c |
| } |
| if c := this.U32.Compare(that1.U32); c != 0 { |
| return c |
| } |
| if c := this.Bool.Compare(that1.Bool); c != 0 { |
| return c |
| } |
| if c := this.Str.Compare(that1.Str); c != 0 { |
| return c |
| } |
| if c := this.Bytes.Compare(that1.Bytes); c != 0 { |
| return c |
| } |
| if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 { |
| return c |
| } |
| return 0 |
| } |
| func (this *ProtoTypes) Compare(that interface{}) int { |
| if that == nil { |
| if this == nil { |
| return 0 |
| } |
| return 1 |
| } |
| |
| that1, ok := that.(*ProtoTypes) |
| if !ok { |
| that2, ok := that.(ProtoTypes) |
| 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.NullableTimestamp.Compare(that1.NullableTimestamp); c != 0 { |
| return c |
| } |
| if c := this.NullableDuration.Compare(that1.NullableDuration); c != 0 { |
| return c |
| } |
| if c := this.Timestamp.Compare(&that1.Timestamp); c != 0 { |
| return c |
| } |
| if c := this.Duration.Compare(&that1.Duration); c != 0 { |
| return c |
| } |
| if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 { |
| return c |
| } |
| return 0 |
| } |
| func (this *RepProtoTypes) Compare(that interface{}) int { |
| if that == nil { |
| if this == nil { |
| return 0 |
| } |
| return 1 |
| } |
| |
| that1, ok := that.(*RepProtoTypes) |
| if !ok { |
| that2, ok := that.(RepProtoTypes) |
| 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.NullableTimestamps) != len(that1.NullableTimestamps) { |
| if len(this.NullableTimestamps) < len(that1.NullableTimestamps) { |
| return -1 |
| } |
| return 1 |
| } |
| for i := range this.NullableTimestamps { |
| if c := this.NullableTimestamps[i].Compare(that1.NullableTimestamps[i]); c != 0 { |
| return c |
| } |
| } |
| if len(this.NullableDurations) != len(that1.NullableDurations) { |
| if len(this.NullableDurations) < len(that1.NullableDurations) { |
| return -1 |
| } |
| return 1 |
| } |
| for i := range this.NullableDurations { |
| if c := this.NullableDurations[i].Compare(that1.NullableDurations[i]); c != 0 { |
| return c |
| } |
| } |
| if len(this.Timestamps) != len(that1.Timestamps) { |
| if len(this.Timestamps) < len(that1.Timestamps) { |
| return -1 |
| } |
| return 1 |
| } |
| for i := range this.Timestamps { |
| if c := this.Timestamps[i].Compare(&that1.Timestamps[i]); c != 0 { |
| return c |
| } |
| } |
| if len(this.Durations) != len(that1.Durations) { |
| if len(this.Durations) < len(that1.Durations) { |
| return -1 |
| } |
| return 1 |
| } |
| for i := range this.Durations { |
| if c := this.Durations[i].Compare(&that1.Durations[i]); c != 0 { |
| return c |
| } |
| } |
| if c := bytes.Compare(this.XXX_unrecognized, that1.XXX_unrecognized); c != 0 { |
| return c |
| } |
| return 0 |
| } |
| func (this *KnownTypes) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*KnownTypes) |
| if !ok { |
| that2, ok := that.(KnownTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *KnownTypes") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *KnownTypes but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *KnownTypes but is not nil && this == nil") |
| } |
| if !this.Dur.Equal(that1.Dur) { |
| return fmt.Errorf("Dur this(%v) Not Equal that(%v)", this.Dur, that1.Dur) |
| } |
| if !this.Ts.Equal(that1.Ts) { |
| return fmt.Errorf("Ts this(%v) Not Equal that(%v)", this.Ts, that1.Ts) |
| } |
| if !this.Dbl.Equal(that1.Dbl) { |
| return fmt.Errorf("Dbl this(%v) Not Equal that(%v)", this.Dbl, that1.Dbl) |
| } |
| if !this.Flt.Equal(that1.Flt) { |
| return fmt.Errorf("Flt this(%v) Not Equal that(%v)", this.Flt, that1.Flt) |
| } |
| if !this.I64.Equal(that1.I64) { |
| return fmt.Errorf("I64 this(%v) Not Equal that(%v)", this.I64, that1.I64) |
| } |
| if !this.U64.Equal(that1.U64) { |
| return fmt.Errorf("U64 this(%v) Not Equal that(%v)", this.U64, that1.U64) |
| } |
| if !this.I32.Equal(that1.I32) { |
| return fmt.Errorf("I32 this(%v) Not Equal that(%v)", this.I32, that1.I32) |
| } |
| if !this.U32.Equal(that1.U32) { |
| return fmt.Errorf("U32 this(%v) Not Equal that(%v)", this.U32, that1.U32) |
| } |
| if !this.Bool.Equal(that1.Bool) { |
| return fmt.Errorf("Bool this(%v) Not Equal that(%v)", this.Bool, that1.Bool) |
| } |
| if !this.Str.Equal(that1.Str) { |
| return fmt.Errorf("Str this(%v) Not Equal that(%v)", this.Str, that1.Str) |
| } |
| if !this.Bytes.Equal(that1.Bytes) { |
| return fmt.Errorf("Bytes this(%v) Not Equal that(%v)", this.Bytes, that1.Bytes) |
| } |
| 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 *KnownTypes) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*KnownTypes) |
| if !ok { |
| that2, ok := that.(KnownTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if !this.Dur.Equal(that1.Dur) { |
| return false |
| } |
| if !this.Ts.Equal(that1.Ts) { |
| return false |
| } |
| if !this.Dbl.Equal(that1.Dbl) { |
| return false |
| } |
| if !this.Flt.Equal(that1.Flt) { |
| return false |
| } |
| if !this.I64.Equal(that1.I64) { |
| return false |
| } |
| if !this.U64.Equal(that1.U64) { |
| return false |
| } |
| if !this.I32.Equal(that1.I32) { |
| return false |
| } |
| if !this.U32.Equal(that1.U32) { |
| return false |
| } |
| if !this.Bool.Equal(that1.Bool) { |
| return false |
| } |
| if !this.Str.Equal(that1.Str) { |
| return false |
| } |
| if !this.Bytes.Equal(that1.Bytes) { |
| return false |
| } |
| if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) { |
| return false |
| } |
| return true |
| } |
| func (this *ProtoTypes) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*ProtoTypes) |
| if !ok { |
| that2, ok := that.(ProtoTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *ProtoTypes") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *ProtoTypes but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *ProtoTypes but is not nil && this == nil") |
| } |
| if !this.NullableTimestamp.Equal(that1.NullableTimestamp) { |
| return fmt.Errorf("NullableTimestamp this(%v) Not Equal that(%v)", this.NullableTimestamp, that1.NullableTimestamp) |
| } |
| if !this.NullableDuration.Equal(that1.NullableDuration) { |
| return fmt.Errorf("NullableDuration this(%v) Not Equal that(%v)", this.NullableDuration, that1.NullableDuration) |
| } |
| if !this.Timestamp.Equal(&that1.Timestamp) { |
| return fmt.Errorf("Timestamp this(%v) Not Equal that(%v)", this.Timestamp, that1.Timestamp) |
| } |
| if !this.Duration.Equal(&that1.Duration) { |
| return fmt.Errorf("Duration this(%v) Not Equal that(%v)", this.Duration, that1.Duration) |
| } |
| 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 *ProtoTypes) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*ProtoTypes) |
| if !ok { |
| that2, ok := that.(ProtoTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if !this.NullableTimestamp.Equal(that1.NullableTimestamp) { |
| return false |
| } |
| if !this.NullableDuration.Equal(that1.NullableDuration) { |
| return false |
| } |
| if !this.Timestamp.Equal(&that1.Timestamp) { |
| return false |
| } |
| if !this.Duration.Equal(&that1.Duration) { |
| return false |
| } |
| if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) { |
| return false |
| } |
| return true |
| } |
| func (this *StdTypes) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*StdTypes) |
| if !ok { |
| that2, ok := that.(StdTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *StdTypes") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *StdTypes but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *StdTypes but is not nil && this == nil") |
| } |
| if that1.NullableTimestamp == nil { |
| if this.NullableTimestamp != nil { |
| return fmt.Errorf("this.NullableTimestamp != nil && that1.NullableTimestamp == nil") |
| } |
| } else if !this.NullableTimestamp.Equal(*that1.NullableTimestamp) { |
| return fmt.Errorf("NullableTimestamp this(%v) Not Equal that(%v)", this.NullableTimestamp, that1.NullableTimestamp) |
| } |
| if this.NullableDuration != nil && that1.NullableDuration != nil { |
| if *this.NullableDuration != *that1.NullableDuration { |
| return fmt.Errorf("NullableDuration this(%v) Not Equal that(%v)", *this.NullableDuration, *that1.NullableDuration) |
| } |
| } else if this.NullableDuration != nil { |
| return fmt.Errorf("this.NullableDuration == nil && that.NullableDuration != nil") |
| } else if that1.NullableDuration != nil { |
| return fmt.Errorf("NullableDuration this(%v) Not Equal that(%v)", this.NullableDuration, that1.NullableDuration) |
| } |
| if !this.Timestamp.Equal(that1.Timestamp) { |
| return fmt.Errorf("Timestamp this(%v) Not Equal that(%v)", this.Timestamp, that1.Timestamp) |
| } |
| if this.Duration != that1.Duration { |
| return fmt.Errorf("Duration this(%v) Not Equal that(%v)", this.Duration, that1.Duration) |
| } |
| 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 *StdTypes) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*StdTypes) |
| if !ok { |
| that2, ok := that.(StdTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if that1.NullableTimestamp == nil { |
| if this.NullableTimestamp != nil { |
| return false |
| } |
| } else if !this.NullableTimestamp.Equal(*that1.NullableTimestamp) { |
| return false |
| } |
| if this.NullableDuration != nil && that1.NullableDuration != nil { |
| if *this.NullableDuration != *that1.NullableDuration { |
| return false |
| } |
| } else if this.NullableDuration != nil { |
| return false |
| } else if that1.NullableDuration != nil { |
| return false |
| } |
| if !this.Timestamp.Equal(that1.Timestamp) { |
| return false |
| } |
| if this.Duration != that1.Duration { |
| return false |
| } |
| if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) { |
| return false |
| } |
| return true |
| } |
| func (this *RepProtoTypes) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*RepProtoTypes) |
| if !ok { |
| that2, ok := that.(RepProtoTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *RepProtoTypes") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *RepProtoTypes but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *RepProtoTypes but is not nil && this == nil") |
| } |
| if len(this.NullableTimestamps) != len(that1.NullableTimestamps) { |
| return fmt.Errorf("NullableTimestamps this(%v) Not Equal that(%v)", len(this.NullableTimestamps), len(that1.NullableTimestamps)) |
| } |
| for i := range this.NullableTimestamps { |
| if !this.NullableTimestamps[i].Equal(that1.NullableTimestamps[i]) { |
| return fmt.Errorf("NullableTimestamps this[%v](%v) Not Equal that[%v](%v)", i, this.NullableTimestamps[i], i, that1.NullableTimestamps[i]) |
| } |
| } |
| if len(this.NullableDurations) != len(that1.NullableDurations) { |
| return fmt.Errorf("NullableDurations this(%v) Not Equal that(%v)", len(this.NullableDurations), len(that1.NullableDurations)) |
| } |
| for i := range this.NullableDurations { |
| if !this.NullableDurations[i].Equal(that1.NullableDurations[i]) { |
| return fmt.Errorf("NullableDurations this[%v](%v) Not Equal that[%v](%v)", i, this.NullableDurations[i], i, that1.NullableDurations[i]) |
| } |
| } |
| if len(this.Timestamps) != len(that1.Timestamps) { |
| return fmt.Errorf("Timestamps this(%v) Not Equal that(%v)", len(this.Timestamps), len(that1.Timestamps)) |
| } |
| for i := range this.Timestamps { |
| if !this.Timestamps[i].Equal(&that1.Timestamps[i]) { |
| return fmt.Errorf("Timestamps this[%v](%v) Not Equal that[%v](%v)", i, this.Timestamps[i], i, that1.Timestamps[i]) |
| } |
| } |
| if len(this.Durations) != len(that1.Durations) { |
| return fmt.Errorf("Durations this(%v) Not Equal that(%v)", len(this.Durations), len(that1.Durations)) |
| } |
| for i := range this.Durations { |
| if !this.Durations[i].Equal(&that1.Durations[i]) { |
| return fmt.Errorf("Durations this[%v](%v) Not Equal that[%v](%v)", i, this.Durations[i], i, that1.Durations[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 *RepProtoTypes) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*RepProtoTypes) |
| if !ok { |
| that2, ok := that.(RepProtoTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if len(this.NullableTimestamps) != len(that1.NullableTimestamps) { |
| return false |
| } |
| for i := range this.NullableTimestamps { |
| if !this.NullableTimestamps[i].Equal(that1.NullableTimestamps[i]) { |
| return false |
| } |
| } |
| if len(this.NullableDurations) != len(that1.NullableDurations) { |
| return false |
| } |
| for i := range this.NullableDurations { |
| if !this.NullableDurations[i].Equal(that1.NullableDurations[i]) { |
| return false |
| } |
| } |
| if len(this.Timestamps) != len(that1.Timestamps) { |
| return false |
| } |
| for i := range this.Timestamps { |
| if !this.Timestamps[i].Equal(&that1.Timestamps[i]) { |
| return false |
| } |
| } |
| if len(this.Durations) != len(that1.Durations) { |
| return false |
| } |
| for i := range this.Durations { |
| if !this.Durations[i].Equal(&that1.Durations[i]) { |
| return false |
| } |
| } |
| if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) { |
| return false |
| } |
| return true |
| } |
| func (this *RepStdTypes) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*RepStdTypes) |
| if !ok { |
| that2, ok := that.(RepStdTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *RepStdTypes") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *RepStdTypes but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *RepStdTypes but is not nil && this == nil") |
| } |
| if len(this.NullableTimestamps) != len(that1.NullableTimestamps) { |
| return fmt.Errorf("NullableTimestamps this(%v) Not Equal that(%v)", len(this.NullableTimestamps), len(that1.NullableTimestamps)) |
| } |
| for i := range this.NullableTimestamps { |
| if !this.NullableTimestamps[i].Equal(*that1.NullableTimestamps[i]) { |
| return fmt.Errorf("NullableTimestamps this[%v](%v) Not Equal that[%v](%v)", i, this.NullableTimestamps[i], i, that1.NullableTimestamps[i]) |
| } |
| } |
| if len(this.NullableDurations) != len(that1.NullableDurations) { |
| return fmt.Errorf("NullableDurations this(%v) Not Equal that(%v)", len(this.NullableDurations), len(that1.NullableDurations)) |
| } |
| for i := range this.NullableDurations { |
| if dthis, dthat := this.NullableDurations[i], that1.NullableDurations[i]; (dthis != nil && dthat != nil && *dthis != *dthat) || (dthis != nil && dthat == nil) || (dthis == nil && dthat != nil) { |
| return fmt.Errorf("NullableDurations this[%v](%v) Not Equal that[%v](%v)", i, this.NullableDurations[i], i, that1.NullableDurations[i]) |
| } |
| } |
| if len(this.Timestamps) != len(that1.Timestamps) { |
| return fmt.Errorf("Timestamps this(%v) Not Equal that(%v)", len(this.Timestamps), len(that1.Timestamps)) |
| } |
| for i := range this.Timestamps { |
| if !this.Timestamps[i].Equal(that1.Timestamps[i]) { |
| return fmt.Errorf("Timestamps this[%v](%v) Not Equal that[%v](%v)", i, this.Timestamps[i], i, that1.Timestamps[i]) |
| } |
| } |
| if len(this.Durations) != len(that1.Durations) { |
| return fmt.Errorf("Durations this(%v) Not Equal that(%v)", len(this.Durations), len(that1.Durations)) |
| } |
| for i := range this.Durations { |
| if this.Durations[i] != that1.Durations[i] { |
| return fmt.Errorf("Durations this[%v](%v) Not Equal that[%v](%v)", i, this.Durations[i], i, that1.Durations[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 *RepStdTypes) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*RepStdTypes) |
| if !ok { |
| that2, ok := that.(RepStdTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if len(this.NullableTimestamps) != len(that1.NullableTimestamps) { |
| return false |
| } |
| for i := range this.NullableTimestamps { |
| if !this.NullableTimestamps[i].Equal(*that1.NullableTimestamps[i]) { |
| return false |
| } |
| } |
| if len(this.NullableDurations) != len(that1.NullableDurations) { |
| return false |
| } |
| for i := range this.NullableDurations { |
| if dthis, dthat := this.NullableDurations[i], that1.NullableDurations[i]; (dthis != nil && dthat != nil && *dthis != *dthat) || (dthis != nil && dthat == nil) || (dthis == nil && dthat != nil) { |
| return false |
| } |
| } |
| if len(this.Timestamps) != len(that1.Timestamps) { |
| return false |
| } |
| for i := range this.Timestamps { |
| if !this.Timestamps[i].Equal(that1.Timestamps[i]) { |
| return false |
| } |
| } |
| if len(this.Durations) != len(that1.Durations) { |
| return false |
| } |
| for i := range this.Durations { |
| if this.Durations[i] != that1.Durations[i] { |
| return false |
| } |
| } |
| if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) { |
| return false |
| } |
| return true |
| } |
| func (this *MapProtoTypes) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*MapProtoTypes) |
| if !ok { |
| that2, ok := that.(MapProtoTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *MapProtoTypes") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *MapProtoTypes but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *MapProtoTypes but is not nil && this == nil") |
| } |
| if len(this.NullableTimestamp) != len(that1.NullableTimestamp) { |
| return fmt.Errorf("NullableTimestamp this(%v) Not Equal that(%v)", len(this.NullableTimestamp), len(that1.NullableTimestamp)) |
| } |
| for i := range this.NullableTimestamp { |
| if !this.NullableTimestamp[i].Equal(that1.NullableTimestamp[i]) { |
| return fmt.Errorf("NullableTimestamp this[%v](%v) Not Equal that[%v](%v)", i, this.NullableTimestamp[i], i, that1.NullableTimestamp[i]) |
| } |
| } |
| if len(this.Timestamp) != len(that1.Timestamp) { |
| return fmt.Errorf("Timestamp this(%v) Not Equal that(%v)", len(this.Timestamp), len(that1.Timestamp)) |
| } |
| for i := range this.Timestamp { |
| a := this.Timestamp[i] |
| b := that1.Timestamp[i] |
| if !(&a).Equal(&b) { |
| return fmt.Errorf("Timestamp this[%v](%v) Not Equal that[%v](%v)", i, this.Timestamp[i], i, that1.Timestamp[i]) |
| } |
| } |
| if len(this.NullableDuration) != len(that1.NullableDuration) { |
| return fmt.Errorf("NullableDuration this(%v) Not Equal that(%v)", len(this.NullableDuration), len(that1.NullableDuration)) |
| } |
| for i := range this.NullableDuration { |
| if !this.NullableDuration[i].Equal(that1.NullableDuration[i]) { |
| return fmt.Errorf("NullableDuration this[%v](%v) Not Equal that[%v](%v)", i, this.NullableDuration[i], i, that1.NullableDuration[i]) |
| } |
| } |
| if len(this.Duration) != len(that1.Duration) { |
| return fmt.Errorf("Duration this(%v) Not Equal that(%v)", len(this.Duration), len(that1.Duration)) |
| } |
| for i := range this.Duration { |
| a := this.Duration[i] |
| b := that1.Duration[i] |
| if !(&a).Equal(&b) { |
| return fmt.Errorf("Duration this[%v](%v) Not Equal that[%v](%v)", i, this.Duration[i], i, that1.Duration[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 *MapProtoTypes) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*MapProtoTypes) |
| if !ok { |
| that2, ok := that.(MapProtoTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if len(this.NullableTimestamp) != len(that1.NullableTimestamp) { |
| return false |
| } |
| for i := range this.NullableTimestamp { |
| if !this.NullableTimestamp[i].Equal(that1.NullableTimestamp[i]) { |
| return false |
| } |
| } |
| if len(this.Timestamp) != len(that1.Timestamp) { |
| return false |
| } |
| for i := range this.Timestamp { |
| a := this.Timestamp[i] |
| b := that1.Timestamp[i] |
| if !(&a).Equal(&b) { |
| return false |
| } |
| } |
| if len(this.NullableDuration) != len(that1.NullableDuration) { |
| return false |
| } |
| for i := range this.NullableDuration { |
| if !this.NullableDuration[i].Equal(that1.NullableDuration[i]) { |
| return false |
| } |
| } |
| if len(this.Duration) != len(that1.Duration) { |
| return false |
| } |
| for i := range this.Duration { |
| a := this.Duration[i] |
| b := that1.Duration[i] |
| if !(&a).Equal(&b) { |
| return false |
| } |
| } |
| if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) { |
| return false |
| } |
| return true |
| } |
| func (this *MapStdTypes) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*MapStdTypes) |
| if !ok { |
| that2, ok := that.(MapStdTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *MapStdTypes") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *MapStdTypes but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *MapStdTypes but is not nil && this == nil") |
| } |
| if len(this.NullableTimestamp) != len(that1.NullableTimestamp) { |
| return fmt.Errorf("NullableTimestamp this(%v) Not Equal that(%v)", len(this.NullableTimestamp), len(that1.NullableTimestamp)) |
| } |
| for i := range this.NullableTimestamp { |
| if !this.NullableTimestamp[i].Equal(*that1.NullableTimestamp[i]) { |
| return fmt.Errorf("NullableTimestamp this[%v](%v) Not Equal that[%v](%v)", i, this.NullableTimestamp[i], i, that1.NullableTimestamp[i]) |
| } |
| } |
| if len(this.Timestamp) != len(that1.Timestamp) { |
| return fmt.Errorf("Timestamp this(%v) Not Equal that(%v)", len(this.Timestamp), len(that1.Timestamp)) |
| } |
| for i := range this.Timestamp { |
| if !this.Timestamp[i].Equal(that1.Timestamp[i]) { |
| return fmt.Errorf("Timestamp this[%v](%v) Not Equal that[%v](%v)", i, this.Timestamp[i], i, that1.Timestamp[i]) |
| } |
| } |
| if len(this.NullableDuration) != len(that1.NullableDuration) { |
| return fmt.Errorf("NullableDuration this(%v) Not Equal that(%v)", len(this.NullableDuration), len(that1.NullableDuration)) |
| } |
| for i := range this.NullableDuration { |
| if dthis, dthat := this.NullableDuration[i], that1.NullableDuration[i]; (dthis != nil && dthat != nil && *dthis != *dthat) || (dthis != nil && dthat == nil) || (dthis == nil && dthat != nil) { |
| return fmt.Errorf("NullableDuration this[%v](%v) Not Equal that[%v](%v)", i, this.NullableDuration[i], i, that1.NullableDuration[i]) |
| } |
| } |
| if len(this.Duration) != len(that1.Duration) { |
| return fmt.Errorf("Duration this(%v) Not Equal that(%v)", len(this.Duration), len(that1.Duration)) |
| } |
| for i := range this.Duration { |
| if this.Duration[i] != that1.Duration[i] { |
| return fmt.Errorf("Duration this[%v](%v) Not Equal that[%v](%v)", i, this.Duration[i], i, that1.Duration[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 *MapStdTypes) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*MapStdTypes) |
| if !ok { |
| that2, ok := that.(MapStdTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if len(this.NullableTimestamp) != len(that1.NullableTimestamp) { |
| return false |
| } |
| for i := range this.NullableTimestamp { |
| if !this.NullableTimestamp[i].Equal(*that1.NullableTimestamp[i]) { |
| return false |
| } |
| } |
| if len(this.Timestamp) != len(that1.Timestamp) { |
| return false |
| } |
| for i := range this.Timestamp { |
| if !this.Timestamp[i].Equal(that1.Timestamp[i]) { |
| return false |
| } |
| } |
| if len(this.NullableDuration) != len(that1.NullableDuration) { |
| return false |
| } |
| for i := range this.NullableDuration { |
| if dthis, dthat := this.NullableDuration[i], that1.NullableDuration[i]; (dthis != nil && dthat != nil && *dthis != *dthat) || (dthis != nil && dthat == nil) || (dthis == nil && dthat != nil) { |
| return false |
| } |
| } |
| if len(this.Duration) != len(that1.Duration) { |
| return false |
| } |
| for i := range this.Duration { |
| if this.Duration[i] != that1.Duration[i] { |
| return false |
| } |
| } |
| if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) { |
| return false |
| } |
| return true |
| } |
| func (this *OneofProtoTypes) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*OneofProtoTypes) |
| if !ok { |
| that2, ok := that.(OneofProtoTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *OneofProtoTypes") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *OneofProtoTypes but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *OneofProtoTypes but is not nil && this == nil") |
| } |
| if that1.OneOfProtoTimes == nil { |
| if this.OneOfProtoTimes != nil { |
| return fmt.Errorf("this.OneOfProtoTimes != nil && that1.OneOfProtoTimes == nil") |
| } |
| } else if this.OneOfProtoTimes == nil { |
| return fmt.Errorf("this.OneOfProtoTimes == nil && that1.OneOfProtoTimes != nil") |
| } else if err := this.OneOfProtoTimes.VerboseEqual(that1.OneOfProtoTimes); err != nil { |
| return err |
| } |
| 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 *OneofProtoTypes_Timestamp) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*OneofProtoTypes_Timestamp) |
| if !ok { |
| that2, ok := that.(OneofProtoTypes_Timestamp) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *OneofProtoTypes_Timestamp") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *OneofProtoTypes_Timestamp but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *OneofProtoTypes_Timestamp but is not nil && this == nil") |
| } |
| if !this.Timestamp.Equal(that1.Timestamp) { |
| return fmt.Errorf("Timestamp this(%v) Not Equal that(%v)", this.Timestamp, that1.Timestamp) |
| } |
| return nil |
| } |
| func (this *OneofProtoTypes_Duration) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*OneofProtoTypes_Duration) |
| if !ok { |
| that2, ok := that.(OneofProtoTypes_Duration) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *OneofProtoTypes_Duration") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *OneofProtoTypes_Duration but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *OneofProtoTypes_Duration but is not nil && this == nil") |
| } |
| if !this.Duration.Equal(that1.Duration) { |
| return fmt.Errorf("Duration this(%v) Not Equal that(%v)", this.Duration, that1.Duration) |
| } |
| return nil |
| } |
| func (this *OneofProtoTypes) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*OneofProtoTypes) |
| if !ok { |
| that2, ok := that.(OneofProtoTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if that1.OneOfProtoTimes == nil { |
| if this.OneOfProtoTimes != nil { |
| return false |
| } |
| } else if this.OneOfProtoTimes == nil { |
| return false |
| } else if !this.OneOfProtoTimes.Equal(that1.OneOfProtoTimes) { |
| return false |
| } |
| if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) { |
| return false |
| } |
| return true |
| } |
| func (this *OneofProtoTypes_Timestamp) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*OneofProtoTypes_Timestamp) |
| if !ok { |
| that2, ok := that.(OneofProtoTypes_Timestamp) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if !this.Timestamp.Equal(that1.Timestamp) { |
| return false |
| } |
| return true |
| } |
| func (this *OneofProtoTypes_Duration) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*OneofProtoTypes_Duration) |
| if !ok { |
| that2, ok := that.(OneofProtoTypes_Duration) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if !this.Duration.Equal(that1.Duration) { |
| return false |
| } |
| return true |
| } |
| func (this *OneofStdTypes) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*OneofStdTypes) |
| if !ok { |
| that2, ok := that.(OneofStdTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *OneofStdTypes") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *OneofStdTypes but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *OneofStdTypes but is not nil && this == nil") |
| } |
| if that1.OneOfStdTimes == nil { |
| if this.OneOfStdTimes != nil { |
| return fmt.Errorf("this.OneOfStdTimes != nil && that1.OneOfStdTimes == nil") |
| } |
| } else if this.OneOfStdTimes == nil { |
| return fmt.Errorf("this.OneOfStdTimes == nil && that1.OneOfStdTimes != nil") |
| } else if err := this.OneOfStdTimes.VerboseEqual(that1.OneOfStdTimes); err != nil { |
| return err |
| } |
| 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 *OneofStdTypes_Timestamp) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*OneofStdTypes_Timestamp) |
| if !ok { |
| that2, ok := that.(OneofStdTypes_Timestamp) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *OneofStdTypes_Timestamp") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *OneofStdTypes_Timestamp but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *OneofStdTypes_Timestamp but is not nil && this == nil") |
| } |
| if that1.Timestamp == nil { |
| if this.Timestamp != nil { |
| return fmt.Errorf("this.Timestamp != nil && that1.Timestamp == nil") |
| } |
| } else if !this.Timestamp.Equal(*that1.Timestamp) { |
| return fmt.Errorf("Timestamp this(%v) Not Equal that(%v)", this.Timestamp, that1.Timestamp) |
| } |
| return nil |
| } |
| func (this *OneofStdTypes_Duration) VerboseEqual(that interface{}) error { |
| if that == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that == nil && this != nil") |
| } |
| |
| that1, ok := that.(*OneofStdTypes_Duration) |
| if !ok { |
| that2, ok := that.(OneofStdTypes_Duration) |
| if ok { |
| that1 = &that2 |
| } else { |
| return fmt.Errorf("that is not of type *OneofStdTypes_Duration") |
| } |
| } |
| if that1 == nil { |
| if this == nil { |
| return nil |
| } |
| return fmt.Errorf("that is type *OneofStdTypes_Duration but is nil && this != nil") |
| } else if this == nil { |
| return fmt.Errorf("that is type *OneofStdTypes_Duration but is not nil && this == nil") |
| } |
| if this.Duration != nil && that1.Duration != nil { |
| if *this.Duration != *that1.Duration { |
| return fmt.Errorf("Duration this(%v) Not Equal that(%v)", *this.Duration, *that1.Duration) |
| } |
| } else if this.Duration != nil { |
| return fmt.Errorf("this.Duration == nil && that.Duration != nil") |
| } else if that1.Duration != nil { |
| return fmt.Errorf("Duration this(%v) Not Equal that(%v)", this.Duration, that1.Duration) |
| } |
| return nil |
| } |
| func (this *OneofStdTypes) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*OneofStdTypes) |
| if !ok { |
| that2, ok := that.(OneofStdTypes) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if that1.OneOfStdTimes == nil { |
| if this.OneOfStdTimes != nil { |
| return false |
| } |
| } else if this.OneOfStdTimes == nil { |
| return false |
| } else if !this.OneOfStdTimes.Equal(that1.OneOfStdTimes) { |
| return false |
| } |
| if !bytes.Equal(this.XXX_unrecognized, that1.XXX_unrecognized) { |
| return false |
| } |
| return true |
| } |
| func (this *OneofStdTypes_Timestamp) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*OneofStdTypes_Timestamp) |
| if !ok { |
| that2, ok := that.(OneofStdTypes_Timestamp) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if that1.Timestamp == nil { |
| if this.Timestamp != nil { |
| return false |
| } |
| } else if !this.Timestamp.Equal(*that1.Timestamp) { |
| return false |
| } |
| return true |
| } |
| func (this *OneofStdTypes_Duration) Equal(that interface{}) bool { |
| if that == nil { |
| return this == nil |
| } |
| |
| that1, ok := that.(*OneofStdTypes_Duration) |
| if !ok { |
| that2, ok := that.(OneofStdTypes_Duration) |
| if ok { |
| that1 = &that2 |
| } else { |
| return false |
| } |
| } |
| if that1 == nil { |
| return this == nil |
| } else if this == nil { |
| return false |
| } |
| if this.Duration != nil && that1.Duration != nil { |
| if *this.Duration != *that1.Duration { |
| return false |
| } |
| } else if this.Duration != nil { |
| return false |
| } else if that1.Duration != nil { |
| return false |
| } |
| return true |
| } |
| func NewPopulatedKnownTypes(r randyTypes, easy bool) *KnownTypes { |
| this := &KnownTypes{} |
| if r.Intn(10) != 0 { |
| this.Dur = types.NewPopulatedDuration(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.Ts = types.NewPopulatedTimestamp(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.Dbl = types.NewPopulatedDoubleValue(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.Flt = types.NewPopulatedFloatValue(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.I64 = types.NewPopulatedInt64Value(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.U64 = types.NewPopulatedUInt64Value(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.I32 = types.NewPopulatedInt32Value(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.U32 = types.NewPopulatedUInt32Value(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.Bool = types.NewPopulatedBoolValue(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.Str = types.NewPopulatedStringValue(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.Bytes = types.NewPopulatedBytesValue(r, easy) |
| } |
| if !easy && r.Intn(10) != 0 { |
| this.XXX_unrecognized = randUnrecognizedTypes(r, 12) |
| } |
| return this |
| } |
| |
| func NewPopulatedProtoTypes(r randyTypes, easy bool) *ProtoTypes { |
| this := &ProtoTypes{} |
| if r.Intn(10) != 0 { |
| this.NullableTimestamp = types.NewPopulatedTimestamp(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.NullableDuration = types.NewPopulatedDuration(r, easy) |
| } |
| v1 := types.NewPopulatedTimestamp(r, easy) |
| this.Timestamp = *v1 |
| v2 := types.NewPopulatedDuration(r, easy) |
| this.Duration = *v2 |
| if !easy && r.Intn(10) != 0 { |
| this.XXX_unrecognized = randUnrecognizedTypes(r, 5) |
| } |
| return this |
| } |
| |
| func NewPopulatedStdTypes(r randyTypes, easy bool) *StdTypes { |
| this := &StdTypes{} |
| if r.Intn(10) != 0 { |
| this.NullableTimestamp = github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy) |
| } |
| if r.Intn(10) != 0 { |
| this.NullableDuration = github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy) |
| } |
| v3 := github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy) |
| this.Timestamp = *v3 |
| v4 := github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy) |
| this.Duration = *v4 |
| if !easy && r.Intn(10) != 0 { |
| this.XXX_unrecognized = randUnrecognizedTypes(r, 5) |
| } |
| return this |
| } |
| |
| func NewPopulatedRepProtoTypes(r randyTypes, easy bool) *RepProtoTypes { |
| this := &RepProtoTypes{} |
| if r.Intn(10) != 0 { |
| v5 := r.Intn(5) |
| this.NullableTimestamps = make([]*types.Timestamp, v5) |
| for i := 0; i < v5; i++ { |
| this.NullableTimestamps[i] = types.NewPopulatedTimestamp(r, easy) |
| } |
| } |
| if r.Intn(10) != 0 { |
| v6 := r.Intn(5) |
| this.NullableDurations = make([]*types.Duration, v6) |
| for i := 0; i < v6; i++ { |
| this.NullableDurations[i] = types.NewPopulatedDuration(r, easy) |
| } |
| } |
| if r.Intn(10) != 0 { |
| v7 := r.Intn(5) |
| this.Timestamps = make([]types.Timestamp, v7) |
| for i := 0; i < v7; i++ { |
| v8 := types.NewPopulatedTimestamp(r, easy) |
| this.Timestamps[i] = *v8 |
| } |
| } |
| if r.Intn(10) != 0 { |
| v9 := r.Intn(5) |
| this.Durations = make([]types.Duration, v9) |
| for i := 0; i < v9; i++ { |
| v10 := types.NewPopulatedDuration(r, easy) |
| this.Durations[i] = *v10 |
| } |
| } |
| if !easy && r.Intn(10) != 0 { |
| this.XXX_unrecognized = randUnrecognizedTypes(r, 5) |
| } |
| return this |
| } |
| |
| func NewPopulatedRepStdTypes(r randyTypes, easy bool) *RepStdTypes { |
| this := &RepStdTypes{} |
| if r.Intn(10) != 0 { |
| v11 := r.Intn(5) |
| this.NullableTimestamps = make([]*time.Time, v11) |
| for i := 0; i < v11; i++ { |
| this.NullableTimestamps[i] = github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy) |
| } |
| } |
| if r.Intn(10) != 0 { |
| v12 := r.Intn(5) |
| this.NullableDurations = make([]*time.Duration, v12) |
| for i := 0; i < v12; i++ { |
| this.NullableDurations[i] = github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy) |
| } |
| } |
| if r.Intn(10) != 0 { |
| v13 := r.Intn(5) |
| this.Timestamps = make([]time.Time, v13) |
| for i := 0; i < v13; i++ { |
| v14 := github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy) |
| this.Timestamps[i] = *v14 |
| } |
| } |
| if r.Intn(10) != 0 { |
| v15 := r.Intn(5) |
| this.Durations = make([]time.Duration, v15) |
| for i := 0; i < v15; i++ { |
| v16 := github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy) |
| this.Durations[i] = *v16 |
| } |
| } |
| if !easy && r.Intn(10) != 0 { |
| this.XXX_unrecognized = randUnrecognizedTypes(r, 5) |
| } |
| return this |
| } |
| |
| func NewPopulatedMapProtoTypes(r randyTypes, easy bool) *MapProtoTypes { |
| this := &MapProtoTypes{} |
| if r.Intn(10) != 0 { |
| v17 := r.Intn(10) |
| this.NullableTimestamp = make(map[int32]*types.Timestamp) |
| for i := 0; i < v17; i++ { |
| this.NullableTimestamp[int32(r.Int31())] = types.NewPopulatedTimestamp(r, easy) |
| } |
| } |
| if r.Intn(10) != 0 { |
| v18 := r.Intn(10) |
| this.Timestamp = make(map[int32]types.Timestamp) |
| for i := 0; i < v18; i++ { |
| this.Timestamp[int32(r.Int31())] = *types.NewPopulatedTimestamp(r, easy) |
| } |
| } |
| if r.Intn(10) != 0 { |
| v19 := r.Intn(10) |
| this.NullableDuration = make(map[int32]*types.Duration) |
| for i := 0; i < v19; i++ { |
| this.NullableDuration[int32(r.Int31())] = types.NewPopulatedDuration(r, easy) |
| } |
| } |
| if r.Intn(10) != 0 { |
| v20 := r.Intn(10) |
| this.Duration = make(map[int32]types.Duration) |
| for i := 0; i < v20; i++ { |
| this.Duration[int32(r.Int31())] = *types.NewPopulatedDuration(r, easy) |
| } |
| } |
| if !easy && r.Intn(10) != 0 { |
| this.XXX_unrecognized = randUnrecognizedTypes(r, 5) |
| } |
| return this |
| } |
| |
| func NewPopulatedMapStdTypes(r randyTypes, easy bool) *MapStdTypes { |
| this := &MapStdTypes{} |
| if r.Intn(10) != 0 { |
| v21 := r.Intn(10) |
| this.NullableTimestamp = make(map[int32]*time.Time) |
| for i := 0; i < v21; i++ { |
| this.NullableTimestamp[int32(r.Int31())] = github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy) |
| } |
| } |
| if r.Intn(10) != 0 { |
| v22 := r.Intn(10) |
| this.Timestamp = make(map[int32]time.Time) |
| for i := 0; i < v22; i++ { |
| this.Timestamp[int32(r.Int31())] = *github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy) |
| } |
| } |
| if r.Intn(10) != 0 { |
| v23 := r.Intn(10) |
| this.NullableDuration = make(map[int32]*time.Duration) |
| for i := 0; i < v23; i++ { |
| this.NullableDuration[int32(r.Int31())] = github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy) |
| } |
| } |
| if r.Intn(10) != 0 { |
| v24 := r.Intn(10) |
| this.Duration = make(map[int32]time.Duration) |
| for i := 0; i < v24; i++ { |
| this.Duration[int32(r.Int31())] = *github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy) |
| } |
| } |
| if !easy && r.Intn(10) != 0 { |
| this.XXX_unrecognized = randUnrecognizedTypes(r, 5) |
| } |
| return this |
| } |
| |
| func NewPopulatedOneofProtoTypes(r randyTypes, easy bool) *OneofProtoTypes { |
| this := &OneofProtoTypes{} |
| oneofNumber_OneOfProtoTimes := []int32{1, 2}[r.Intn(2)] |
| switch oneofNumber_OneOfProtoTimes { |
| case 1: |
| this.OneOfProtoTimes = NewPopulatedOneofProtoTypes_Timestamp(r, easy) |
| case 2: |
| this.OneOfProtoTimes = NewPopulatedOneofProtoTypes_Duration(r, easy) |
| } |
| if !easy && r.Intn(10) != 0 { |
| this.XXX_unrecognized = randUnrecognizedTypes(r, 3) |
| } |
| return this |
| } |
| |
| func NewPopulatedOneofProtoTypes_Timestamp(r randyTypes, easy bool) *OneofProtoTypes_Timestamp { |
| this := &OneofProtoTypes_Timestamp{} |
| this.Timestamp = types.NewPopulatedTimestamp(r, easy) |
| return this |
| } |
| func NewPopulatedOneofProtoTypes_Duration(r randyTypes, easy bool) *OneofProtoTypes_Duration { |
| this := &OneofProtoTypes_Duration{} |
| this.Duration = types.NewPopulatedDuration(r, easy) |
| return this |
| } |
| func NewPopulatedOneofStdTypes(r randyTypes, easy bool) *OneofStdTypes { |
| this := &OneofStdTypes{} |
| oneofNumber_OneOfStdTimes := []int32{1, 2}[r.Intn(2)] |
| switch oneofNumber_OneOfStdTimes { |
| case 1: |
| this.OneOfStdTimes = NewPopulatedOneofStdTypes_Timestamp(r, easy) |
| case 2: |
| this.OneOfStdTimes = NewPopulatedOneofStdTypes_Duration(r, easy) |
| } |
| if !easy && r.Intn(10) != 0 { |
| this.XXX_unrecognized = randUnrecognizedTypes(r, 3) |
| } |
| return this |
| } |
| |
| func NewPopulatedOneofStdTypes_Timestamp(r randyTypes, easy bool) *OneofStdTypes_Timestamp { |
| this := &OneofStdTypes_Timestamp{} |
| this.Timestamp = github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy) |
| return this |
| } |
| func NewPopulatedOneofStdTypes_Duration(r randyTypes, easy bool) *OneofStdTypes_Duration { |
| this := &OneofStdTypes_Duration{} |
| this.Duration = github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy) |
| return this |
| } |
| |
| type randyTypes interface { |
| Float32() float32 |
| Float64() float64 |
| Int63() int64 |
| Int31() int32 |
| Uint32() uint32 |
| Intn(n int) int |
| } |
| |
| func randUTF8RuneTypes(r randyTypes) rune { |
| ru := r.Intn(62) |
| if ru < 10 { |
| return rune(ru + 48) |
| } else if ru < 36 { |
| return rune(ru + 55) |
| } |
| return rune(ru + 61) |
| } |
| func randStringTypes(r randyTypes) string { |
| v25 := r.Intn(100) |
| tmps := make([]rune, v25) |
| for i := 0; i < v25; i++ { |
| tmps[i] = randUTF8RuneTypes(r) |
| } |
| return string(tmps) |
| } |
| func randUnrecognizedTypes(r randyTypes, maxFieldNumber int) (dAtA []byte) { |
| l := r.Intn(5) |
| for i := 0; i < l; i++ { |
| wire := r.Intn(4) |
| if wire == 3 { |
| wire = 5 |
| } |
| fieldNumber := maxFieldNumber + r.Intn(100) |
| dAtA = randFieldTypes(dAtA, r, fieldNumber, wire) |
| } |
| return dAtA |
| } |
| func randFieldTypes(dAtA []byte, r randyTypes, fieldNumber int, wire int) []byte { |
| key := uint32(fieldNumber)<<3 | uint32(wire) |
| switch wire { |
| case 0: |
| dAtA = encodeVarintPopulateTypes(dAtA, uint64(key)) |
| v26 := r.Int63() |
| if r.Intn(2) == 0 { |
| v26 *= -1 |
| } |
| dAtA = encodeVarintPopulateTypes(dAtA, uint64(v26)) |
| case 1: |
| dAtA = encodeVarintPopulateTypes(dAtA, uint64(key)) |
| dAtA = append(dAtA, byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256))) |
| case 2: |
| dAtA = encodeVarintPopulateTypes(dAtA, uint64(key)) |
| ll := r.Intn(100) |
| dAtA = encodeVarintPopulateTypes(dAtA, uint64(ll)) |
| for j := 0; j < ll; j++ { |
| dAtA = append(dAtA, byte(r.Intn(256))) |
| } |
| default: |
| dAtA = encodeVarintPopulateTypes(dAtA, uint64(key)) |
| dAtA = append(dAtA, byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256))) |
| } |
| return dAtA |
| } |
| func encodeVarintPopulateTypes(dAtA []byte, v uint64) []byte { |
| for v >= 1<<7 { |
| dAtA = append(dAtA, uint8(uint64(v)&0x7f|0x80)) |
| v >>= 7 |
| } |
| dAtA = append(dAtA, uint8(v)) |
| return dAtA |
| } |
| func (m *KnownTypes) Size() (n int) { |
| var l int |
| _ = l |
| if m.Dur != nil { |
| l = m.Dur.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.Ts != nil { |
| l = m.Ts.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.Dbl != nil { |
| l = m.Dbl.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.Flt != nil { |
| l = m.Flt.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.I64 != nil { |
| l = m.I64.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.U64 != nil { |
| l = m.U64.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.I32 != nil { |
| l = m.I32.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.U32 != nil { |
| l = m.U32.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.Bool != nil { |
| l = m.Bool.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.Str != nil { |
| l = m.Str.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.Bytes != nil { |
| l = m.Bytes.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.XXX_unrecognized != nil { |
| n += len(m.XXX_unrecognized) |
| } |
| return n |
| } |
| |
| func (m *ProtoTypes) Size() (n int) { |
| var l int |
| _ = l |
| if m.NullableTimestamp != nil { |
| l = m.NullableTimestamp.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.NullableDuration != nil { |
| l = m.NullableDuration.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| l = m.Timestamp.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| l = m.Duration.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| if m.XXX_unrecognized != nil { |
| n += len(m.XXX_unrecognized) |
| } |
| return n |
| } |
| |
| func (m *StdTypes) Size() (n int) { |
| var l int |
| _ = l |
| if m.NullableTimestamp != nil { |
| l = github_com_gogo_protobuf_types.SizeOfStdTime(*m.NullableTimestamp) |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| if m.NullableDuration != nil { |
| l = github_com_gogo_protobuf_types.SizeOfStdDuration(*m.NullableDuration) |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| l = github_com_gogo_protobuf_types.SizeOfStdTime(m.Timestamp) |
| n += 1 + l + sovTypes(uint64(l)) |
| l = github_com_gogo_protobuf_types.SizeOfStdDuration(m.Duration) |
| n += 1 + l + sovTypes(uint64(l)) |
| if m.XXX_unrecognized != nil { |
| n += len(m.XXX_unrecognized) |
| } |
| return n |
| } |
| |
| func (m *RepProtoTypes) Size() (n int) { |
| var l int |
| _ = l |
| if len(m.NullableTimestamps) > 0 { |
| for _, e := range m.NullableTimestamps { |
| l = e.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| } |
| if len(m.NullableDurations) > 0 { |
| for _, e := range m.NullableDurations { |
| l = e.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| } |
| if len(m.Timestamps) > 0 { |
| for _, e := range m.Timestamps { |
| l = e.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| } |
| if len(m.Durations) > 0 { |
| for _, e := range m.Durations { |
| l = e.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| } |
| if m.XXX_unrecognized != nil { |
| n += len(m.XXX_unrecognized) |
| } |
| return n |
| } |
| |
| func (m *RepStdTypes) Size() (n int) { |
| var l int |
| _ = l |
| if len(m.NullableTimestamps) > 0 { |
| for _, e := range m.NullableTimestamps { |
| l = github_com_gogo_protobuf_types.SizeOfStdTime(*e) |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| } |
| if len(m.NullableDurations) > 0 { |
| for _, e := range m.NullableDurations { |
| l = github_com_gogo_protobuf_types.SizeOfStdDuration(*e) |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| } |
| if len(m.Timestamps) > 0 { |
| for _, e := range m.Timestamps { |
| l = github_com_gogo_protobuf_types.SizeOfStdTime(e) |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| } |
| if len(m.Durations) > 0 { |
| for _, e := range m.Durations { |
| l = github_com_gogo_protobuf_types.SizeOfStdDuration(e) |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| } |
| if m.XXX_unrecognized != nil { |
| n += len(m.XXX_unrecognized) |
| } |
| return n |
| } |
| |
| func (m *MapProtoTypes) Size() (n int) { |
| var l int |
| _ = l |
| if len(m.NullableTimestamp) > 0 { |
| for k, v := range m.NullableTimestamp { |
| _ = k |
| _ = v |
| l = 0 |
| if v != nil { |
| l = v.Size() |
| l += 1 + sovTypes(uint64(l)) |
| } |
| mapEntrySize := 1 + sovTypes(uint64(k)) + l |
| n += mapEntrySize + 1 + sovTypes(uint64(mapEntrySize)) |
| } |
| } |
| if len(m.Timestamp) > 0 { |
| for k, v := range m.Timestamp { |
| _ = k |
| _ = v |
| l = v.Size() |
| mapEntrySize := 1 + sovTypes(uint64(k)) + 1 + l + sovTypes(uint64(l)) |
| n += mapEntrySize + 1 + sovTypes(uint64(mapEntrySize)) |
| } |
| } |
| if len(m.NullableDuration) > 0 { |
| for k, v := range m.NullableDuration { |
| _ = k |
| _ = v |
| l = 0 |
| if v != nil { |
| l = v.Size() |
| l += 1 + sovTypes(uint64(l)) |
| } |
| mapEntrySize := 1 + sovTypes(uint64(k)) + l |
| n += mapEntrySize + 1 + sovTypes(uint64(mapEntrySize)) |
| } |
| } |
| if len(m.Duration) > 0 { |
| for k, v := range m.Duration { |
| _ = k |
| _ = v |
| l = v.Size() |
| mapEntrySize := 1 + sovTypes(uint64(k)) + 1 + l + sovTypes(uint64(l)) |
| n += mapEntrySize + 1 + sovTypes(uint64(mapEntrySize)) |
| } |
| } |
| if m.XXX_unrecognized != nil { |
| n += len(m.XXX_unrecognized) |
| } |
| return n |
| } |
| |
| func (m *MapStdTypes) Size() (n int) { |
| var l int |
| _ = l |
| if len(m.NullableTimestamp) > 0 { |
| for k, v := range m.NullableTimestamp { |
| _ = k |
| _ = v |
| l = 0 |
| if v != nil { |
| l = github_com_gogo_protobuf_types.SizeOfStdTime(*v) |
| l += 1 + sovTypes(uint64(l)) |
| } |
| mapEntrySize := 1 + sovTypes(uint64(k)) + l |
| n += mapEntrySize + 1 + sovTypes(uint64(mapEntrySize)) |
| } |
| } |
| if len(m.Timestamp) > 0 { |
| for k, v := range m.Timestamp { |
| _ = k |
| _ = v |
| l = github_com_gogo_protobuf_types.SizeOfStdTime(v) |
| mapEntrySize := 1 + sovTypes(uint64(k)) + 1 + l + sovTypes(uint64(l)) |
| n += mapEntrySize + 1 + sovTypes(uint64(mapEntrySize)) |
| } |
| } |
| if len(m.NullableDuration) > 0 { |
| for k, v := range m.NullableDuration { |
| _ = k |
| _ = v |
| l = 0 |
| if v != nil { |
| l = github_com_gogo_protobuf_types.SizeOfStdDuration(*v) |
| l += 1 + sovTypes(uint64(l)) |
| } |
| mapEntrySize := 1 + sovTypes(uint64(k)) + l |
| n += mapEntrySize + 1 + sovTypes(uint64(mapEntrySize)) |
| } |
| } |
| if len(m.Duration) > 0 { |
| for k, v := range m.Duration { |
| _ = k |
| _ = v |
| l = github_com_gogo_protobuf_types.SizeOfStdDuration(v) |
| mapEntrySize := 1 + sovTypes(uint64(k)) + 1 + l + sovTypes(uint64(l)) |
| n += mapEntrySize + 1 + sovTypes(uint64(mapEntrySize)) |
| } |
| } |
| if m.XXX_unrecognized != nil { |
| n += len(m.XXX_unrecognized) |
| } |
| return n |
| } |
| |
| func (m *OneofProtoTypes) Size() (n int) { |
| var l int |
| _ = l |
| if m.OneOfProtoTimes != nil { |
| n += m.OneOfProtoTimes.Size() |
| } |
| if m.XXX_unrecognized != nil { |
| n += len(m.XXX_unrecognized) |
| } |
| return n |
| } |
| |
| func (m *OneofProtoTypes_Timestamp) Size() (n int) { |
| var l int |
| _ = l |
| if m.Timestamp != nil { |
| l = m.Timestamp.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| return n |
| } |
| func (m *OneofProtoTypes_Duration) Size() (n int) { |
| var l int |
| _ = l |
| if m.Duration != nil { |
| l = m.Duration.Size() |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| return n |
| } |
| func (m *OneofStdTypes) Size() (n int) { |
| var l int |
| _ = l |
| if m.OneOfStdTimes != nil { |
| n += m.OneOfStdTimes.Size() |
| } |
| if m.XXX_unrecognized != nil { |
| n += len(m.XXX_unrecognized) |
| } |
| return n |
| } |
| |
| func (m *OneofStdTypes_Timestamp) Size() (n int) { |
| var l int |
| _ = l |
| if m.Timestamp != nil { |
| l = github_com_gogo_protobuf_types.SizeOfStdTime(*m.Timestamp) |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| return n |
| } |
| func (m *OneofStdTypes_Duration) Size() (n int) { |
| var l int |
| _ = l |
| if m.Duration != nil { |
| l = github_com_gogo_protobuf_types.SizeOfStdDuration(*m.Duration) |
| n += 1 + l + sovTypes(uint64(l)) |
| } |
| return n |
| } |
| |
| func sovTypes(x uint64) (n int) { |
| for { |
| n++ |
| x >>= 7 |
| if x == 0 { |
| break |
| } |
| } |
| return n |
| } |
| func sozTypes(x uint64) (n int) { |
| return sovTypes(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| } |
| |
| func init() { proto.RegisterFile("combos/neither/types.proto", fileDescriptor_types_c5bf548d49a2d5e3) } |
| |
| var fileDescriptor_types_c5bf548d49a2d5e3 = []byte{ |
| // 925 bytes of a gzipped FileDescriptorProto |
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0xcd, 0x8e, 0xdb, 0x54, |
| 0x18, 0x8d, 0x7f, 0x52, 0x32, 0x5f, 0x14, 0xda, 0x5a, 0x02, 0x99, 0x80, 0x9c, 0x21, 0x6c, 0x86, |
| 0x56, 0x75, 0x20, 0x89, 0x02, 0x1a, 0x54, 0x28, 0xd6, 0xb4, 0x9d, 0x52, 0x4d, 0xa7, 0x4a, 0xcb, |
| 0x08, 0x90, 0x40, 0xd8, 0x8d, 0x93, 0x46, 0x38, 0xbe, 0x91, 0x7d, 0x4d, 0x95, 0x1d, 0x8f, 0xc0, |
| 0x12, 0xc4, 0x86, 0xee, 0x90, 0x60, 0x0f, 0x4b, 0x36, 0x48, 0xdd, 0xc1, 0x13, 0x40, 0x1b, 0x36, |
| 0x3c, 0x42, 0x97, 0xe8, 0x5e, 0x5f, 0xff, 0xc5, 0xd7, 0x0e, 0x89, 0x34, 0x62, 0xd3, 0xdd, 0x78, |
| 0x7c, 0xce, 0xf1, 0xf1, 0xf1, 0xf9, 0xbe, 0x1b, 0x68, 0xde, 0x43, 0x33, 0x0b, 0xf9, 0x1d, 0xd7, |
| 0x9e, 0xe2, 0xfb, 0xb6, 0xd7, 0xc1, 0x8b, 0xb9, 0xed, 0xeb, 0x73, 0x0f, 0x61, 0xa4, 0x54, 0xe9, |
| 0x45, 0xf3, 0xd2, 0x64, 0x8a, 0xef, 0x07, 0x96, 0x7e, 0x0f, 0xcd, 0x3a, 0x13, 0x34, 0x41, 0x1d, |
| 0x7a, 0xd7, 0x0a, 0xc6, 0xf4, 0x8a, 0x5e, 0xd0, 0xbf, 0x42, 0x56, 0x53, 0x9b, 0x20, 0x34, 0x71, |
| 0xec, 0x04, 0x35, 0x0a, 0x3c, 0x13, 0x4f, 0x91, 0xcb, 0xee, 0xb7, 0x56, 0xef, 0xe3, 0xe9, 0xcc, |
| 0xf6, 0xb1, 0x39, 0x9b, 0x17, 0x09, 0x3c, 0xf0, 0xcc, 0xf9, 0xdc, 0xf6, 0x98, 0xad, 0xf6, 0x77, |
| 0x32, 0xc0, 0x4d, 0x17, 0x3d, 0x70, 0xef, 0x12, 0x7b, 0xca, 0x45, 0x90, 0x46, 0x81, 0xa7, 0x0a, |
| 0xbb, 0xc2, 0x5e, 0xbd, 0xfb, 0x92, 0x1e, 0x92, 0xf5, 0x88, 0xac, 0x1f, 0xb0, 0xa7, 0x0f, 0x09, |
| 0x4a, 0xb9, 0x00, 0x22, 0xf6, 0x55, 0x91, 0x62, 0x9b, 0x39, 0xec, 0xdd, 0xc8, 0xc9, 0x50, 0xc4, |
| 0xbe, 0xa2, 0x83, 0x34, 0xb2, 0x1c, 0x55, 0xa2, 0xe0, 0x57, 0xf2, 0xc2, 0x28, 0xb0, 0x1c, 0xfb, |
| 0xc4, 0x74, 0x02, 0x7b, 0x48, 0x80, 0xca, 0x25, 0x90, 0xc6, 0x0e, 0x56, 0x65, 0x8a, 0x7f, 0x39, |
| 0x87, 0xbf, 0xe6, 0x20, 0x13, 0x33, 0xf8, 0xd8, 0xc1, 0x04, 0x3e, 0x1d, 0xf4, 0xd5, 0x6a, 0x01, |
| 0xfc, 0x86, 0x8b, 0x07, 0x7d, 0x06, 0x9f, 0x0e, 0xfa, 0xc4, 0x4d, 0x30, 0xe8, 0xab, 0x67, 0x0a, |
| 0xdc, 0x7c, 0x98, 0xc6, 0x07, 0x83, 0x3e, 0x95, 0xef, 0x75, 0xd5, 0xe7, 0x8a, 0xe5, 0x7b, 0xdd, |
| 0x48, 0xbe, 0xd7, 0xa5, 0xf2, 0xbd, 0xae, 0x5a, 0x2b, 0x91, 0x8f, 0xf1, 0x01, 0xc5, 0xcb, 0x16, |
| 0x42, 0x8e, 0xba, 0x53, 0x10, 0xa5, 0x81, 0x90, 0x13, 0xc2, 0x29, 0x8e, 0xe8, 0xfb, 0xd8, 0x53, |
| 0xa1, 0x40, 0xff, 0x0e, 0xf6, 0xa6, 0xee, 0x84, 0xe9, 0xfb, 0xd8, 0x53, 0xde, 0x84, 0xaa, 0xb5, |
| 0xc0, 0xb6, 0xaf, 0xd6, 0x0b, 0x5e, 0xc0, 0x20, 0x77, 0x43, 0x42, 0x88, 0xdc, 0x97, 0xff, 0x79, |
| 0xd8, 0x12, 0xda, 0xdf, 0x8b, 0x00, 0xb7, 0x09, 0x28, 0x6c, 0xc7, 0x21, 0x9c, 0x77, 0x03, 0xc7, |
| 0x31, 0x2d, 0xc7, 0x8e, 0xbf, 0x2e, 0xeb, 0x4a, 0xd9, 0xf7, 0xcf, 0x93, 0x94, 0xab, 0x70, 0x2e, |
| 0xfa, 0x67, 0xd4, 0x29, 0x56, 0xa4, 0x92, 0xd2, 0xe5, 0x28, 0xca, 0xbb, 0xb0, 0x13, 0x17, 0x9e, |
| 0x75, 0xab, 0xc4, 0x88, 0x21, 0x3f, 0xfa, 0xb3, 0x55, 0x19, 0x26, 0x14, 0xe5, 0x1d, 0xa8, 0x45, |
| 0x03, 0xc5, 0xaa, 0x56, 0xfc, 0x78, 0xc6, 0x8e, 0x09, 0x2c, 0xa2, 0x9f, 0x44, 0xa8, 0xdd, 0xc1, |
| 0xa3, 0x30, 0xa0, 0x5b, 0x5b, 0x05, 0x64, 0xc8, 0x5f, 0xff, 0xd5, 0x12, 0x78, 0x31, 0xdd, 0xdc, |
| 0x22, 0x26, 0x43, 0xfe, 0x86, 0xa8, 0xe5, 0xc3, 0x32, 0x36, 0x0b, 0xab, 0x46, 0x5e, 0x97, 0x1a, |
| 0x4b, 0x05, 0xf6, 0xde, 0x26, 0x81, 0x51, 0x05, 0x6a, 0x26, 0x26, 0xb5, 0x7f, 0x14, 0xa1, 0x31, |
| 0xb4, 0xe7, 0xa9, 0x52, 0x7d, 0x00, 0x4a, 0xee, 0xc5, 0x7d, 0x55, 0xd8, 0x95, 0xd6, 0xb4, 0x8a, |
| 0xc3, 0x52, 0xae, 0x27, 0xf9, 0x47, 0x2e, 0xc8, 0x82, 0x92, 0xca, 0x7b, 0x95, 0xe7, 0x28, 0x57, |
| 0x00, 0x70, 0x62, 0x46, 0x5a, 0x67, 0x86, 0x75, 0x23, 0xc5, 0x51, 0x2e, 0xc3, 0xce, 0x28, 0xb6, |
| 0x20, 0xaf, 0xb1, 0x10, 0x35, 0x33, 0x66, 0xb0, 0x72, 0xfd, 0x2c, 0x42, 0x7d, 0x68, 0xcf, 0xe3, |
| 0x7e, 0xdd, 0xde, 0x2e, 0x2b, 0x56, 0x30, 0x5e, 0x62, 0x47, 0xdb, 0x24, 0xc6, 0x2a, 0xc6, 0xc9, |
| 0xed, 0x60, 0xc3, 0xdc, 0x92, 0x92, 0xa5, 0xb3, 0x7b, 0x7f, 0xa3, 0xec, 0x92, 0x9a, 0x25, 0xac, |
| 0xf6, 0x6f, 0x55, 0x68, 0x1c, 0x99, 0xe9, 0x9e, 0x7d, 0xcc, 0x9f, 0x4d, 0x22, 0x7e, 0x51, 0x0f, |
| 0x4f, 0xea, 0x0c, 0x41, 0xbf, 0xb5, 0x8a, 0xbe, 0xea, 0x62, 0x6f, 0xc1, 0x1b, 0xd3, 0xeb, 0xe9, |
| 0xc9, 0x0a, 0xc3, 0x7b, 0x8d, 0x2b, 0x99, 0x95, 0xca, 0xef, 0xa3, 0x13, 0xce, 0xbc, 0x87, 0x21, |
| 0x5e, 0x28, 0xb5, 0x18, 0x81, 0x43, 0x87, 0xf9, 0xd1, 0x3f, 0xc8, 0x8c, 0x2d, 0xd1, 0x6b, 0x73, |
| 0xf5, 0x32, 0x3a, 0xab, 0x0b, 0xaf, 0xf9, 0x39, 0xbc, 0xc8, 0xcf, 0x44, 0x39, 0x07, 0xd2, 0x17, |
| 0xf6, 0x82, 0x6e, 0xba, 0xea, 0x90, 0xfc, 0xa9, 0xbc, 0x01, 0xd5, 0x2f, 0xc9, 0x79, 0xf2, 0x1f, |
| 0x7e, 0x1e, 0x84, 0xc0, 0x7d, 0xf1, 0x6d, 0xa1, 0xf9, 0x11, 0x3c, 0x7f, 0x4a, 0xca, 0x9f, 0xc1, |
| 0x0b, 0xdc, 0xb0, 0x38, 0x0f, 0xe8, 0x64, 0x1f, 0x50, 0xb2, 0x38, 0x52, 0xfa, 0x27, 0xd0, 0x38, |
| 0x0d, 0xdd, 0xf6, 0xef, 0x55, 0xa8, 0x1f, 0x99, 0xc9, 0x06, 0xf8, 0xb4, 0xb8, 0xc5, 0xaf, 0x27, |
| 0x9f, 0x34, 0x82, 0x17, 0x74, 0xb8, 0xf8, 0xc0, 0xb9, 0x91, 0x6f, 0xf2, 0xab, 0x1c, 0xd9, 0x15, |
| 0x39, 0xee, 0x51, 0xf1, 0x49, 0x61, 0x97, 0xf7, 0x4a, 0x8c, 0xae, 0x34, 0xb0, 0xe0, 0x28, 0xbb, |
| 0x96, 0xeb, 0xf3, 0x2e, 0x47, 0x33, 0xab, 0xc5, 0x39, 0x8d, 0x9e, 0x35, 0xfa, 0x7f, 0x68, 0xf4, |
| 0xb7, 0x02, 0x9c, 0x3d, 0x76, 0x6d, 0x34, 0x4e, 0xed, 0xe6, 0xfd, 0x74, 0xed, 0xd6, 0xfe, 0x5e, |
| 0x3a, 0xcc, 0xec, 0xcc, 0xb7, 0x52, 0x5d, 0x58, 0xe7, 0xe3, 0x30, 0xb5, 0xce, 0x8c, 0xf3, 0xd4, |
| 0xc7, 0x31, 0xf3, 0x41, 0xf4, 0xda, 0x0f, 0x05, 0x68, 0x50, 0x6f, 0xf1, 0xbc, 0x5d, 0xd9, 0xc8, |
| 0x59, 0x38, 0x58, 0x59, 0x7f, 0x97, 0x37, 0xf0, 0x17, 0x16, 0x3e, 0xe3, 0xf2, 0x2c, 0x75, 0x74, |
| 0x4c, 0x1d, 0x11, 0x4d, 0x63, 0xef, 0xf1, 0x13, 0x4d, 0x78, 0xfa, 0x44, 0x13, 0x7e, 0x58, 0x6a, |
| 0xc2, 0x2f, 0x4b, 0x4d, 0xf8, 0x75, 0xa9, 0x09, 0x8f, 0x96, 0x5a, 0xe5, 0x8f, 0xa5, 0x56, 0x79, |
| 0xbc, 0xd4, 0x84, 0xa7, 0x4b, 0xad, 0xf2, 0xd5, 0xdf, 0x5a, 0xc5, 0x3a, 0x43, 0xf5, 0x7b, 0xff, |
| 0x06, 0x00, 0x00, 0xff, 0xff, 0x72, 0x11, 0x02, 0x8e, 0x97, 0x0e, 0x00, 0x00, |
| } |