blob: 83785a7a6e33b2ed9589a2739758d3b8406e9443 [file] [log] [blame]
// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: stdtypes.proto
package stdtypes
import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"
import _ "github.com/gogo/protobuf/gogoproto"
import _ "github.com/gogo/protobuf/types"
import time "time"
import github_com_gogo_protobuf_types "github.com/gogo/protobuf/types"
import bytes "bytes"
import strings "strings"
import reflect "reflect"
import github_com_gogo_protobuf_sortkeys "github.com/gogo/protobuf/sortkeys"
// 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 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_stdtypes_bc26b660d02d7cef, []int{0}
}
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 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_stdtypes_bc26b660d02d7cef, []int{1}
}
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 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_stdtypes_bc26b660d02d7cef, []int{2}
}
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 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_stdtypes_bc26b660d02d7cef, []int{3}
}
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((*StdTypes)(nil), "stdtypes.StdTypes")
proto.RegisterType((*RepStdTypes)(nil), "stdtypes.RepStdTypes")
proto.RegisterType((*MapStdTypes)(nil), "stdtypes.MapStdTypes")
proto.RegisterMapType((map[int32]time.Duration)(nil), "stdtypes.MapStdTypes.DurationEntry")
proto.RegisterMapType((map[int32]*time.Duration)(nil), "stdtypes.MapStdTypes.NullableDurationEntry")
proto.RegisterMapType((map[int32]*time.Time)(nil), "stdtypes.MapStdTypes.NullableTimestampEntry")
proto.RegisterMapType((map[int32]time.Time)(nil), "stdtypes.MapStdTypes.TimestampEntry")
proto.RegisterType((*OneofStdTypes)(nil), "stdtypes.OneofStdTypes")
}
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 *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 *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 *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 (this *StdTypes) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 8)
s = append(s, "&stdtypes.StdTypes{")
s = append(s, "NullableTimestamp: "+fmt.Sprintf("%#v", this.NullableTimestamp)+",\n")
s = append(s, "NullableDuration: "+fmt.Sprintf("%#v", this.NullableDuration)+",\n")
s = append(s, "Timestamp: "+fmt.Sprintf("%#v", this.Timestamp)+",\n")
s = append(s, "Duration: "+fmt.Sprintf("%#v", this.Duration)+",\n")
if this.XXX_unrecognized != nil {
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
}
s = append(s, "}")
return strings.Join(s, "")
}
func (this *RepStdTypes) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 8)
s = append(s, "&stdtypes.RepStdTypes{")
s = append(s, "NullableTimestamps: "+fmt.Sprintf("%#v", this.NullableTimestamps)+",\n")
s = append(s, "NullableDurations: "+fmt.Sprintf("%#v", this.NullableDurations)+",\n")
s = append(s, "Timestamps: "+fmt.Sprintf("%#v", this.Timestamps)+",\n")
s = append(s, "Durations: "+fmt.Sprintf("%#v", this.Durations)+",\n")
if this.XXX_unrecognized != nil {
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
}
s = append(s, "}")
return strings.Join(s, "")
}
func (this *MapStdTypes) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 8)
s = append(s, "&stdtypes.MapStdTypes{")
keysForNullableTimestamp := make([]int32, 0, len(this.NullableTimestamp))
for k := range this.NullableTimestamp {
keysForNullableTimestamp = append(keysForNullableTimestamp, k)
}
github_com_gogo_protobuf_sortkeys.Int32s(keysForNullableTimestamp)
mapStringForNullableTimestamp := "map[int32]*time.Time{"
for _, k := range keysForNullableTimestamp {
mapStringForNullableTimestamp += fmt.Sprintf("%#v: %#v,", k, this.NullableTimestamp[k])
}
mapStringForNullableTimestamp += "}"
if this.NullableTimestamp != nil {
s = append(s, "NullableTimestamp: "+mapStringForNullableTimestamp+",\n")
}
keysForTimestamp := make([]int32, 0, len(this.Timestamp))
for k := range this.Timestamp {
keysForTimestamp = append(keysForTimestamp, k)
}
github_com_gogo_protobuf_sortkeys.Int32s(keysForTimestamp)
mapStringForTimestamp := "map[int32]time.Time{"
for _, k := range keysForTimestamp {
mapStringForTimestamp += fmt.Sprintf("%#v: %#v,", k, this.Timestamp[k])
}
mapStringForTimestamp += "}"
if this.Timestamp != nil {
s = append(s, "Timestamp: "+mapStringForTimestamp+",\n")
}
keysForNullableDuration := make([]int32, 0, len(this.NullableDuration))
for k := range this.NullableDuration {
keysForNullableDuration = append(keysForNullableDuration, k)
}
github_com_gogo_protobuf_sortkeys.Int32s(keysForNullableDuration)
mapStringForNullableDuration := "map[int32]*time.Duration{"
for _, k := range keysForNullableDuration {
mapStringForNullableDuration += fmt.Sprintf("%#v: %#v,", k, this.NullableDuration[k])
}
mapStringForNullableDuration += "}"
if this.NullableDuration != nil {
s = append(s, "NullableDuration: "+mapStringForNullableDuration+",\n")
}
keysForDuration := make([]int32, 0, len(this.Duration))
for k := range this.Duration {
keysForDuration = append(keysForDuration, k)
}
github_com_gogo_protobuf_sortkeys.Int32s(keysForDuration)
mapStringForDuration := "map[int32]time.Duration{"
for _, k := range keysForDuration {
mapStringForDuration += fmt.Sprintf("%#v: %#v,", k, this.Duration[k])
}
mapStringForDuration += "}"
if this.Duration != nil {
s = append(s, "Duration: "+mapStringForDuration+",\n")
}
if this.XXX_unrecognized != nil {
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
}
s = append(s, "}")
return strings.Join(s, "")
}
func (this *OneofStdTypes) GoString() string {
if this == nil {
return "nil"
}
s := make([]string, 0, 6)
s = append(s, "&stdtypes.OneofStdTypes{")
if this.OneOfStdTimes != nil {
s = append(s, "OneOfStdTimes: "+fmt.Sprintf("%#v", this.OneOfStdTimes)+",\n")
}
if this.XXX_unrecognized != nil {
s = append(s, "XXX_unrecognized:"+fmt.Sprintf("%#v", this.XXX_unrecognized)+",\n")
}
s = append(s, "}")
return strings.Join(s, "")
}
func (this *OneofStdTypes_Timestamp) GoString() string {
if this == nil {
return "nil"
}
s := strings.Join([]string{`&stdtypes.OneofStdTypes_Timestamp{` +
`Timestamp:` + fmt.Sprintf("%#v", this.Timestamp) + `}`}, ", ")
return s
}
func (this *OneofStdTypes_Duration) GoString() string {
if this == nil {
return "nil"
}
s := strings.Join([]string{`&stdtypes.OneofStdTypes_Duration{` +
`Duration:` + fmt.Sprintf("%#v", this.Duration) + `}`}, ", ")
return s
}
func valueToGoStringStdtypes(v interface{}, typ string) string {
rv := reflect.ValueOf(v)
if rv.IsNil() {
return "nil"
}
pv := reflect.Indirect(rv).Interface()
return fmt.Sprintf("func(v %v) *%v { return &v } ( %#v )", typ, typ, pv)
}
func NewPopulatedStdTypes(r randyStdtypes, 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)
}
v1 := github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy)
this.Timestamp = *v1
v2 := github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy)
this.Duration = *v2
if !easy && r.Intn(10) != 0 {
this.XXX_unrecognized = randUnrecognizedStdtypes(r, 5)
}
return this
}
func NewPopulatedRepStdTypes(r randyStdtypes, easy bool) *RepStdTypes {
this := &RepStdTypes{}
if r.Intn(10) != 0 {
v3 := r.Intn(5)
this.NullableTimestamps = make([]*time.Time, v3)
for i := 0; i < v3; i++ {
this.NullableTimestamps[i] = github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy)
}
}
if r.Intn(10) != 0 {
v4 := r.Intn(5)
this.NullableDurations = make([]*time.Duration, v4)
for i := 0; i < v4; i++ {
this.NullableDurations[i] = github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy)
}
}
if r.Intn(10) != 0 {
v5 := r.Intn(5)
this.Timestamps = make([]time.Time, v5)
for i := 0; i < v5; i++ {
v6 := github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy)
this.Timestamps[i] = *v6
}
}
if r.Intn(10) != 0 {
v7 := r.Intn(5)
this.Durations = make([]time.Duration, v7)
for i := 0; i < v7; i++ {
v8 := github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy)
this.Durations[i] = *v8
}
}
if !easy && r.Intn(10) != 0 {
this.XXX_unrecognized = randUnrecognizedStdtypes(r, 5)
}
return this
}
func NewPopulatedMapStdTypes(r randyStdtypes, easy bool) *MapStdTypes {
this := &MapStdTypes{}
if r.Intn(10) != 0 {
v9 := r.Intn(10)
this.NullableTimestamp = make(map[int32]*time.Time)
for i := 0; i < v9; i++ {
this.NullableTimestamp[int32(r.Int31())] = github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy)
}
}
if r.Intn(10) != 0 {
v10 := r.Intn(10)
this.Timestamp = make(map[int32]time.Time)
for i := 0; i < v10; i++ {
this.Timestamp[int32(r.Int31())] = *github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy)
}
}
if r.Intn(10) != 0 {
v11 := r.Intn(10)
this.NullableDuration = make(map[int32]*time.Duration)
for i := 0; i < v11; i++ {
this.NullableDuration[int32(r.Int31())] = github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy)
}
}
if r.Intn(10) != 0 {
v12 := r.Intn(10)
this.Duration = make(map[int32]time.Duration)
for i := 0; i < v12; i++ {
this.Duration[int32(r.Int31())] = *github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy)
}
}
if !easy && r.Intn(10) != 0 {
this.XXX_unrecognized = randUnrecognizedStdtypes(r, 5)
}
return this
}
func NewPopulatedOneofStdTypes(r randyStdtypes, 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 = randUnrecognizedStdtypes(r, 3)
}
return this
}
func NewPopulatedOneofStdTypes_Timestamp(r randyStdtypes, easy bool) *OneofStdTypes_Timestamp {
this := &OneofStdTypes_Timestamp{}
this.Timestamp = github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy)
return this
}
func NewPopulatedOneofStdTypes_Duration(r randyStdtypes, easy bool) *OneofStdTypes_Duration {
this := &OneofStdTypes_Duration{}
this.Duration = github_com_gogo_protobuf_types.NewPopulatedStdDuration(r, easy)
return this
}
type randyStdtypes interface {
Float32() float32
Float64() float64
Int63() int64
Int31() int32
Uint32() uint32
Intn(n int) int
}
func randUTF8RuneStdtypes(r randyStdtypes) 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 randStringStdtypes(r randyStdtypes) string {
v13 := r.Intn(100)
tmps := make([]rune, v13)
for i := 0; i < v13; i++ {
tmps[i] = randUTF8RuneStdtypes(r)
}
return string(tmps)
}
func randUnrecognizedStdtypes(r randyStdtypes, 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 = randFieldStdtypes(dAtA, r, fieldNumber, wire)
}
return dAtA
}
func randFieldStdtypes(dAtA []byte, r randyStdtypes, fieldNumber int, wire int) []byte {
key := uint32(fieldNumber)<<3 | uint32(wire)
switch wire {
case 0:
dAtA = encodeVarintPopulateStdtypes(dAtA, uint64(key))
v14 := r.Int63()
if r.Intn(2) == 0 {
v14 *= -1
}
dAtA = encodeVarintPopulateStdtypes(dAtA, uint64(v14))
case 1:
dAtA = encodeVarintPopulateStdtypes(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 = encodeVarintPopulateStdtypes(dAtA, uint64(key))
ll := r.Intn(100)
dAtA = encodeVarintPopulateStdtypes(dAtA, uint64(ll))
for j := 0; j < ll; j++ {
dAtA = append(dAtA, byte(r.Intn(256)))
}
default:
dAtA = encodeVarintPopulateStdtypes(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 encodeVarintPopulateStdtypes(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 *StdTypes) Size() (n int) {
var l int
_ = l
if m.NullableTimestamp != nil {
l = github_com_gogo_protobuf_types.SizeOfStdTime(*m.NullableTimestamp)
n += 1 + l + sovStdtypes(uint64(l))
}
if m.NullableDuration != nil {
l = github_com_gogo_protobuf_types.SizeOfStdDuration(*m.NullableDuration)
n += 1 + l + sovStdtypes(uint64(l))
}
l = github_com_gogo_protobuf_types.SizeOfStdTime(m.Timestamp)
n += 1 + l + sovStdtypes(uint64(l))
l = github_com_gogo_protobuf_types.SizeOfStdDuration(m.Duration)
n += 1 + l + sovStdtypes(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 + sovStdtypes(uint64(l))
}
}
if len(m.NullableDurations) > 0 {
for _, e := range m.NullableDurations {
l = github_com_gogo_protobuf_types.SizeOfStdDuration(*e)
n += 1 + l + sovStdtypes(uint64(l))
}
}
if len(m.Timestamps) > 0 {
for _, e := range m.Timestamps {
l = github_com_gogo_protobuf_types.SizeOfStdTime(e)
n += 1 + l + sovStdtypes(uint64(l))
}
}
if len(m.Durations) > 0 {
for _, e := range m.Durations {
l = github_com_gogo_protobuf_types.SizeOfStdDuration(e)
n += 1 + l + sovStdtypes(uint64(l))
}
}
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 + sovStdtypes(uint64(l))
}
mapEntrySize := 1 + sovStdtypes(uint64(k)) + l
n += mapEntrySize + 1 + sovStdtypes(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 + sovStdtypes(uint64(k)) + 1 + l + sovStdtypes(uint64(l))
n += mapEntrySize + 1 + sovStdtypes(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 + sovStdtypes(uint64(l))
}
mapEntrySize := 1 + sovStdtypes(uint64(k)) + l
n += mapEntrySize + 1 + sovStdtypes(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 + sovStdtypes(uint64(k)) + 1 + l + sovStdtypes(uint64(l))
n += mapEntrySize + 1 + sovStdtypes(uint64(mapEntrySize))
}
}
if m.XXX_unrecognized != nil {
n += len(m.XXX_unrecognized)
}
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 + sovStdtypes(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 + sovStdtypes(uint64(l))
}
return n
}
func sovStdtypes(x uint64) (n int) {
for {
n++
x >>= 7
if x == 0 {
break
}
}
return n
}
func sozStdtypes(x uint64) (n int) {
return sovStdtypes(uint64((x << 1) ^ uint64((int64(x) >> 63))))
}
func init() { proto.RegisterFile("stdtypes.proto", fileDescriptor_stdtypes_bc26b660d02d7cef) }
var fileDescriptor_stdtypes_bc26b660d02d7cef = []byte{
// 540 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0x31, 0x6f, 0xd3, 0x40,
0x1c, 0xc5, 0x7d, 0x4e, 0x82, 0xd2, 0x7f, 0xd4, 0x52, 0x4e, 0x02, 0x19, 0x0f, 0x97, 0x2a, 0x30,
0x20, 0x51, 0x1c, 0x04, 0x0b, 0x42, 0x42, 0x80, 0x55, 0xa4, 0x22, 0x68, 0x8b, 0x42, 0x85, 0x58,
0x40, 0x75, 0x88, 0x6b, 0x22, 0x9c, 0x5c, 0x14, 0x9f, 0x91, 0xb2, 0xf1, 0x11, 0x18, 0x59, 0xd9,
0x18, 0xd8, 0x61, 0x64, 0xec, 0xc8, 0x8e, 0x04, 0x8d, 0xf9, 0x02, 0x8c, 0x1d, 0x91, 0xcf, 0x3e,
0x9f, 0x13, 0x5f, 0xea, 0x2c, 0xdd, 0x7c, 0xf1, 0xff, 0xfd, 0xee, 0xe5, 0xf9, 0xdd, 0xc1, 0x5a,
0xc0, 0x7a, 0x6c, 0x32, 0x72, 0x03, 0x6b, 0x34, 0xa6, 0x8c, 0xe2, 0xba, 0x58, 0x9b, 0x37, 0xbc,
0x3e, 0x7b, 0x1b, 0x76, 0xad, 0x37, 0x74, 0xd0, 0xf6, 0xa8, 0x47, 0xdb, 0x7c, 0xa0, 0x1b, 0x1e,
0xf2, 0x15, 0x5f, 0xf0, 0xa7, 0x44, 0x68, 0x12, 0x8f, 0x52, 0xcf, 0x77, 0xe5, 0x54, 0x2f, 0x1c,
0x3b, 0xac, 0x4f, 0x87, 0xe9, 0xfb, 0xe6, 0xfc, 0x7b, 0xd6, 0x1f, 0xb8, 0x01, 0x73, 0x06, 0xa3,
0x64, 0xa0, 0xf5, 0x55, 0x87, 0xfa, 0x73, 0xd6, 0xdb, 0x8f, 0x37, 0xc7, 0xbb, 0x70, 0x61, 0x18,
0xfa, 0xbe, 0xd3, 0xf5, 0xdd, 0x7d, 0x31, 0x67, 0xa0, 0x0d, 0x74, 0xad, 0x71, 0xcb, 0xb4, 0x12,
0x92, 0x25, 0x48, 0x56, 0x36, 0x61, 0x57, 0x3f, 0xfe, 0x69, 0xa2, 0x4e, 0x51, 0x8a, 0x9f, 0xc0,
0xba, 0xf8, 0x71, 0x2b, 0xf5, 0x65, 0xe8, 0x1c, 0x77, 0xb9, 0x80, 0x13, 0x03, 0x76, 0xf5, 0x53,
0x4c, 0x2b, 0x08, 0xb1, 0x0d, 0x2b, 0x99, 0x79, 0xa3, 0x52, 0x6a, 0xaa, 0x7e, 0xf4, 0xbb, 0xa9,
0x71, 0x63, 0x52, 0x86, 0xef, 0x43, 0x5d, 0x04, 0x64, 0x54, 0xcb, 0x8c, 0x70, 0x02, 0x37, 0x93,
0x89, 0x5a, 0xdf, 0x74, 0x68, 0x74, 0xdc, 0x51, 0x96, 0xd8, 0x33, 0xc0, 0x85, 0xbf, 0x1d, 0x18,
0x68, 0xa3, 0xb2, 0x54, 0x64, 0x0a, 0x2d, 0xde, 0x91, 0xdf, 0x40, 0x38, 0x09, 0x0c, 0x9d, 0x03,
0x4b, 0x43, 0x2b, 0x2a, 0xf1, 0x16, 0x00, 0x93, 0xc6, 0x2a, 0xa5, 0xc6, 0x64, 0x6c, 0x39, 0x1d,
0x7e, 0x08, 0x2b, 0xbd, 0xcc, 0x4c, 0xb5, 0xcc, 0x8c, 0x0c, 0x4e, 0xaa, 0x5a, 0xbf, 0x6a, 0xd0,
0xd8, 0x71, 0x64, 0x72, 0x07, 0xea, 0xae, 0xc5, 0xe8, 0x4d, 0x2b, 0x3b, 0x1e, 0x39, 0x85, 0xb5,
0x3b, 0x3f, 0xfe, 0x68, 0xc8, 0xc6, 0x93, 0xc5, 0xed, 0x7b, 0x9a, 0x2f, 0x4c, 0x92, 0xe0, 0x55,
0x35, 0x79, 0x8e, 0xa8, 0xac, 0xce, 0x2b, 0x45, 0x97, 0x93, 0x38, 0xaf, 0x9f, 0x6e, 0x57, 0x4c,
0xa7, 0x6e, 0x17, 0xb4, 0xfb, 0xf1, 0x4c, 0x33, 0x63, 0xec, 0x15, 0x35, 0x76, 0x16, 0xa7, 0xe8,
0xa8, 0x79, 0x00, 0x97, 0xd4, 0x51, 0xe1, 0x75, 0xa8, 0xbc, 0x73, 0x27, 0xfc, 0x44, 0xd7, 0x3a,
0xf1, 0x23, 0xbe, 0x09, 0xb5, 0xf7, 0x8e, 0x1f, 0xba, 0xe9, 0xb1, 0x3c, 0xa5, 0x19, 0x9d, 0x64,
0xf0, 0xae, 0x7e, 0x07, 0x99, 0x2f, 0x61, 0xed, 0x8c, 0xc8, 0xaf, 0xe1, 0xa2, 0x32, 0x37, 0xc5,
0x06, 0xed, 0xd9, 0x0d, 0x16, 0xf7, 0x31, 0xcf, 0x7f, 0x01, 0xab, 0x67, 0xc1, 0x6d, 0x7d, 0x46,
0xb0, 0xba, 0x37, 0x74, 0xe9, 0x61, 0xd6, 0xef, 0x07, 0xf9, 0xf6, 0x2d, 0x79, 0x87, 0x6e, 0x6b,
0xf9, 0xc6, 0xdd, 0xcb, 0x55, 0x62, 0xb9, 0x5b, 0x73, 0x5b, 0x93, 0x35, 0xb0, 0xcf, 0x73, 0x47,
0x7b, 0xdc, 0x51, 0xcc, 0xb4, 0x37, 0x8f, 0xa7, 0x04, 0xfd, 0x9b, 0x12, 0x74, 0x32, 0x25, 0xe8,
0x4b, 0x44, 0xd0, 0xf7, 0x88, 0xa0, 0x1f, 0x11, 0x41, 0x47, 0x11, 0xd1, 0x7e, 0x46, 0x44, 0x3b,
0x8e, 0x08, 0x3a, 0x89, 0x88, 0xf6, 0xe1, 0x2f, 0xd1, 0xba, 0xe7, 0xf8, 0x1e, 0xb7, 0xff, 0x07,
0x00, 0x00, 0xff, 0xff, 0x00, 0x68, 0x05, 0x4b, 0xab, 0x06, 0x00, 0x00,
}