test

package
v0.0.0-...-967c829 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicScalar

type BasicScalar struct {
	Field1  float64 `protobuf:"fixed64,1,opt,name=Field1,proto3" json:"Field1,omitempty"`
	Field2  float32 `protobuf:"fixed32,2,opt,name=Field2,proto3" json:"Field2,omitempty"`
	Field3  int32   `protobuf:"varint,3,opt,name=Field3,proto3" json:"Field3,omitempty"`
	Field4  int64   `protobuf:"varint,4,opt,name=Field4,proto3" json:"Field4,omitempty"`
	Field5  uint32  `protobuf:"varint,5,opt,name=Field5,proto3" json:"Field5,omitempty"`
	Field6  uint64  `protobuf:"varint,6,opt,name=Field6,proto3" json:"Field6,omitempty"`
	Field7  int32   `protobuf:"zigzag32,7,opt,name=Field7,proto3" json:"Field7,omitempty"`
	Field8  int64   `protobuf:"zigzag64,8,opt,name=Field8,proto3" json:"Field8,omitempty"`
	Field9  uint32  `protobuf:"fixed32,9,opt,name=Field9,proto3" json:"Field9,omitempty"`
	Field10 int32   `protobuf:"fixed32,10,opt,name=Field10,proto3" json:"Field10,omitempty"`
	Field11 uint64  `protobuf:"fixed64,11,opt,name=Field11,proto3" json:"Field11,omitempty"`
	Field12 int64   `protobuf:"fixed64,12,opt,name=Field12,proto3" json:"Field12,omitempty"`
	Field13 bool    `protobuf:"varint,13,opt,name=Field13,proto3" json:"Field13,omitempty"`
	Field14 string  `protobuf:"bytes,14,opt,name=Field14,proto3" json:"Field14,omitempty"`
	Field15 []byte  `protobuf:"bytes,15,opt,name=Field15,proto3" json:"Field15,omitempty"`
}

func NewPopulatedBasicScalar

func NewPopulatedBasicScalar(r randyDeepcopy, easy bool) *BasicScalar

func (*BasicScalar) Copy

func (m *BasicScalar) Copy() *BasicScalar

func (*BasicScalar) CopyFrom

func (m *BasicScalar) CopyFrom(src interface{})

func (*BasicScalar) Descriptor

func (*BasicScalar) Descriptor() ([]byte, []int)

func (*BasicScalar) Equal

func (this *BasicScalar) Equal(that interface{}) bool

func (*BasicScalar) ProtoMessage

func (*BasicScalar) ProtoMessage()

func (*BasicScalar) Reset

func (m *BasicScalar) Reset()

func (*BasicScalar) String

func (this *BasicScalar) String() string

func (*BasicScalar) XXX_DiscardUnknown

func (m *BasicScalar) XXX_DiscardUnknown()

func (*BasicScalar) XXX_Marshal

func (m *BasicScalar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BasicScalar) XXX_Merge

func (m *BasicScalar) XXX_Merge(src proto.Message)

func (*BasicScalar) XXX_Size

func (m *BasicScalar) XXX_Size() int

func (*BasicScalar) XXX_Unmarshal

func (m *BasicScalar) XXX_Unmarshal(b []byte) error

type ExternalStruct

type ExternalStruct struct {
	Field1 *BasicScalar          `protobuf:"bytes,1,opt,name=Field1,proto3" json:"Field1,omitempty"`
	Field2 *RepeatedScalar       `protobuf:"bytes,2,opt,name=Field2,proto3" json:"Field2,omitempty"`
	Field3 *RepeatedScalarPacked `protobuf:"bytes,3,opt,name=Field3,proto3" json:"Field3,omitempty"`
}

func NewPopulatedExternalStruct

func NewPopulatedExternalStruct(r randyDeepcopy, easy bool) *ExternalStruct

func (*ExternalStruct) Copy

func (m *ExternalStruct) Copy() *ExternalStruct

func (*ExternalStruct) CopyFrom

func (m *ExternalStruct) CopyFrom(src interface{})

func (*ExternalStruct) Descriptor

func (*ExternalStruct) Descriptor() ([]byte, []int)

func (*ExternalStruct) Equal

func (this *ExternalStruct) Equal(that interface{}) bool

func (*ExternalStruct) ProtoMessage

func (*ExternalStruct) ProtoMessage()

func (*ExternalStruct) Reset

func (m *ExternalStruct) Reset()

func (*ExternalStruct) String

func (this *ExternalStruct) String() string

func (*ExternalStruct) XXX_DiscardUnknown

func (m *ExternalStruct) XXX_DiscardUnknown()

func (*ExternalStruct) XXX_Marshal

func (m *ExternalStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExternalStruct) XXX_Merge

func (m *ExternalStruct) XXX_Merge(src proto.Message)

func (*ExternalStruct) XXX_Size

func (m *ExternalStruct) XXX_Size() int

func (*ExternalStruct) XXX_Unmarshal

func (m *ExternalStruct) XXX_Unmarshal(b []byte) error

type MapStruct

type MapStruct struct {
	NullableMap    map[string]*BasicScalar `` /* 182-byte string literal not displayed */
	NonnullableMap map[string]BasicScalar  `` /* 181-byte string literal not displayed */
}

func NewPopulatedMapStruct

func NewPopulatedMapStruct(r randyDeepcopy, easy bool) *MapStruct

func (*MapStruct) Copy

func (m *MapStruct) Copy() *MapStruct

func (*MapStruct) CopyFrom

func (m *MapStruct) CopyFrom(src interface{})

func (*MapStruct) Descriptor

func (*MapStruct) Descriptor() ([]byte, []int)

func (*MapStruct) Equal

func (this *MapStruct) Equal(that interface{}) bool

func (*MapStruct) ProtoMessage

func (*MapStruct) ProtoMessage()

func (*MapStruct) Reset

func (m *MapStruct) Reset()

func (*MapStruct) String

func (this *MapStruct) String() string

func (*MapStruct) XXX_DiscardUnknown

func (m *MapStruct) XXX_DiscardUnknown()

func (*MapStruct) XXX_Marshal

func (m *MapStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MapStruct) XXX_Merge

func (m *MapStruct) XXX_Merge(src proto.Message)

func (*MapStruct) XXX_Size

func (m *MapStruct) XXX_Size() int

func (*MapStruct) XXX_Unmarshal

func (m *MapStruct) XXX_Unmarshal(b []byte) error

type NonNullableExternalStruct

type NonNullableExternalStruct struct {
	Field1 BasicScalar          `protobuf:"bytes,1,opt,name=Field1,proto3" json:"Field1"`
	Field2 RepeatedScalar       `protobuf:"bytes,2,opt,name=Field2,proto3" json:"Field2"`
	Field3 RepeatedScalarPacked `protobuf:"bytes,3,opt,name=Field3,proto3" json:"Field3"`
}

func NewPopulatedNonNullableExternalStruct

func NewPopulatedNonNullableExternalStruct(r randyDeepcopy, easy bool) *NonNullableExternalStruct

func (*NonNullableExternalStruct) Copy

func (*NonNullableExternalStruct) CopyFrom

func (m *NonNullableExternalStruct) CopyFrom(src interface{})

func (*NonNullableExternalStruct) Descriptor

func (*NonNullableExternalStruct) Descriptor() ([]byte, []int)

func (*NonNullableExternalStruct) Equal

func (this *NonNullableExternalStruct) Equal(that interface{}) bool

func (*NonNullableExternalStruct) ProtoMessage

func (*NonNullableExternalStruct) ProtoMessage()

func (*NonNullableExternalStruct) Reset

func (m *NonNullableExternalStruct) Reset()

func (*NonNullableExternalStruct) String

func (this *NonNullableExternalStruct) String() string

func (*NonNullableExternalStruct) XXX_DiscardUnknown

func (m *NonNullableExternalStruct) XXX_DiscardUnknown()

func (*NonNullableExternalStruct) XXX_Marshal

func (m *NonNullableExternalStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NonNullableExternalStruct) XXX_Merge

func (m *NonNullableExternalStruct) XXX_Merge(src proto.Message)

func (*NonNullableExternalStruct) XXX_Size

func (m *NonNullableExternalStruct) XXX_Size() int

func (*NonNullableExternalStruct) XXX_Unmarshal

func (m *NonNullableExternalStruct) XXX_Unmarshal(b []byte) error

type OneOf

type OneOf struct {
	// Types that are valid to be assigned to Fields:
	//	*OneOf_Field1
	//	*OneOf_Field2
	//	*OneOf_Field3
	//	*OneOf_Field4
	//	*OneOf_Field5
	//	*OneOf_Field6
	//	*OneOf_Field7
	//	*OneOf_Field8
	//	*OneOf_Field9
	Fields isOneOf_Fields `protobuf_oneof:"fields"`
	// Types that are valid to be assigned to FieldsTwo:
	//	*OneOf_Field10
	//	*OneOf_Field11
	FieldsTwo isOneOf_FieldsTwo `protobuf_oneof:"fieldsTwo"`
}

func NewPopulatedOneOf

func NewPopulatedOneOf(r randyDeepcopy, easy bool) *OneOf

func (*OneOf) Copy

func (m *OneOf) Copy() *OneOf

func (*OneOf) CopyFrom

func (m *OneOf) CopyFrom(src interface{})

func (*OneOf) Descriptor

func (*OneOf) Descriptor() ([]byte, []int)

func (*OneOf) Equal

func (this *OneOf) Equal(that interface{}) bool

func (*OneOf) GetField1

func (m *OneOf) GetField1() float64

func (*OneOf) GetField10

func (m *OneOf) GetField10() *NonNullableExternalStruct

func (*OneOf) GetField11

func (m *OneOf) GetField11() *RepeatedExternalStruct

func (*OneOf) GetField2

func (m *OneOf) GetField2() float32

func (*OneOf) GetField3

func (m *OneOf) GetField3() int32

func (*OneOf) GetField4

func (m *OneOf) GetField4() int64

func (*OneOf) GetField5

func (m *OneOf) GetField5() uint32

func (*OneOf) GetField6

func (m *OneOf) GetField6() string

func (*OneOf) GetField7

func (m *OneOf) GetField7() []byte

func (*OneOf) GetField8

func (m *OneOf) GetField8() *MapStruct

func (*OneOf) GetField9

func (m *OneOf) GetField9() *RepeatedNonNullableExternalStruct

func (*OneOf) GetFields

func (m *OneOf) GetFields() isOneOf_Fields

func (*OneOf) GetFieldsTwo

func (m *OneOf) GetFieldsTwo() isOneOf_FieldsTwo

func (*OneOf) ProtoMessage

func (*OneOf) ProtoMessage()

func (*OneOf) Reset

func (m *OneOf) Reset()

func (*OneOf) String

func (this *OneOf) String() string

func (*OneOf) XXX_DiscardUnknown

func (m *OneOf) XXX_DiscardUnknown()

func (*OneOf) XXX_Marshal

func (m *OneOf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OneOf) XXX_Merge

func (m *OneOf) XXX_Merge(src proto.Message)

func (*OneOf) XXX_OneofFuncs

func (*OneOf) 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{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*OneOf) XXX_Size

func (m *OneOf) XXX_Size() int

func (*OneOf) XXX_Unmarshal

func (m *OneOf) XXX_Unmarshal(b []byte) error

type OneOf_Field1

type OneOf_Field1 struct {
	Field1 float64 `protobuf:"fixed64,1,opt,name=Field1,proto3,oneof"`
}

func NewPopulatedOneOf_Field1

func NewPopulatedOneOf_Field1(r randyDeepcopy, easy bool) *OneOf_Field1

func (*OneOf_Field1) Equal

func (this *OneOf_Field1) Equal(that interface{}) bool

func (*OneOf_Field1) String

func (this *OneOf_Field1) String() string

type OneOf_Field10

type OneOf_Field10 struct {
	Field10 *NonNullableExternalStruct `protobuf:"bytes,10,opt,name=Field10,proto3,oneof"`
}

func NewPopulatedOneOf_Field10

func NewPopulatedOneOf_Field10(r randyDeepcopy, easy bool) *OneOf_Field10

func (*OneOf_Field10) Equal

func (this *OneOf_Field10) Equal(that interface{}) bool

func (*OneOf_Field10) String

func (this *OneOf_Field10) String() string

type OneOf_Field11

type OneOf_Field11 struct {
	Field11 *RepeatedExternalStruct `protobuf:"bytes,11,opt,name=Field11,proto3,oneof"`
}

func NewPopulatedOneOf_Field11

func NewPopulatedOneOf_Field11(r randyDeepcopy, easy bool) *OneOf_Field11

func (*OneOf_Field11) Equal

func (this *OneOf_Field11) Equal(that interface{}) bool

func (*OneOf_Field11) String

func (this *OneOf_Field11) String() string

type OneOf_Field2

type OneOf_Field2 struct {
	Field2 float32 `protobuf:"fixed32,2,opt,name=Field2,proto3,oneof"`
}

func NewPopulatedOneOf_Field2

func NewPopulatedOneOf_Field2(r randyDeepcopy, easy bool) *OneOf_Field2

func (*OneOf_Field2) Equal

func (this *OneOf_Field2) Equal(that interface{}) bool

func (*OneOf_Field2) String

func (this *OneOf_Field2) String() string

type OneOf_Field3

type OneOf_Field3 struct {
	Field3 int32 `protobuf:"varint,3,opt,name=Field3,proto3,oneof"`
}

func NewPopulatedOneOf_Field3

func NewPopulatedOneOf_Field3(r randyDeepcopy, easy bool) *OneOf_Field3

func (*OneOf_Field3) Equal

func (this *OneOf_Field3) Equal(that interface{}) bool

func (*OneOf_Field3) String

func (this *OneOf_Field3) String() string

type OneOf_Field4

type OneOf_Field4 struct {
	Field4 int64 `protobuf:"varint,4,opt,name=Field4,proto3,oneof"`
}

func NewPopulatedOneOf_Field4

func NewPopulatedOneOf_Field4(r randyDeepcopy, easy bool) *OneOf_Field4

func (*OneOf_Field4) Equal

func (this *OneOf_Field4) Equal(that interface{}) bool

func (*OneOf_Field4) String

func (this *OneOf_Field4) String() string

type OneOf_Field5

type OneOf_Field5 struct {
	Field5 uint32 `protobuf:"varint,5,opt,name=Field5,proto3,oneof"`
}

func NewPopulatedOneOf_Field5

func NewPopulatedOneOf_Field5(r randyDeepcopy, easy bool) *OneOf_Field5

func (*OneOf_Field5) Equal

func (this *OneOf_Field5) Equal(that interface{}) bool

func (*OneOf_Field5) String

func (this *OneOf_Field5) String() string

type OneOf_Field6

type OneOf_Field6 struct {
	Field6 string `protobuf:"bytes,6,opt,name=Field6,proto3,oneof"`
}

func NewPopulatedOneOf_Field6

func NewPopulatedOneOf_Field6(r randyDeepcopy, easy bool) *OneOf_Field6

func (*OneOf_Field6) Equal

func (this *OneOf_Field6) Equal(that interface{}) bool

func (*OneOf_Field6) String

func (this *OneOf_Field6) String() string

type OneOf_Field7

type OneOf_Field7 struct {
	Field7 []byte `protobuf:"bytes,7,opt,name=Field7,proto3,oneof"`
}

func NewPopulatedOneOf_Field7

func NewPopulatedOneOf_Field7(r randyDeepcopy, easy bool) *OneOf_Field7

func (*OneOf_Field7) Equal

func (this *OneOf_Field7) Equal(that interface{}) bool

func (*OneOf_Field7) String

func (this *OneOf_Field7) String() string

type OneOf_Field8

type OneOf_Field8 struct {
	Field8 *MapStruct `protobuf:"bytes,8,opt,name=Field8,proto3,oneof"`
}

func NewPopulatedOneOf_Field8

func NewPopulatedOneOf_Field8(r randyDeepcopy, easy bool) *OneOf_Field8

func (*OneOf_Field8) Equal

func (this *OneOf_Field8) Equal(that interface{}) bool

func (*OneOf_Field8) String

func (this *OneOf_Field8) String() string

type OneOf_Field9

type OneOf_Field9 struct {
	Field9 *RepeatedNonNullableExternalStruct `protobuf:"bytes,9,opt,name=Field9,proto3,oneof"`
}

func NewPopulatedOneOf_Field9

func NewPopulatedOneOf_Field9(r randyDeepcopy, easy bool) *OneOf_Field9

func (*OneOf_Field9) Equal

func (this *OneOf_Field9) Equal(that interface{}) bool

func (*OneOf_Field9) String

func (this *OneOf_Field9) String() string

type RepeatedExternalStruct

type RepeatedExternalStruct struct {
	Field1 []*BasicScalar          `protobuf:"bytes,1,rep,name=Field1,proto3" json:"Field1,omitempty"`
	Field2 []*RepeatedScalar       `protobuf:"bytes,2,rep,name=Field2,proto3" json:"Field2,omitempty"`
	Field3 []*RepeatedScalarPacked `protobuf:"bytes,3,rep,name=Field3,proto3" json:"Field3,omitempty"`
}

func NewPopulatedRepeatedExternalStruct

func NewPopulatedRepeatedExternalStruct(r randyDeepcopy, easy bool) *RepeatedExternalStruct

func (*RepeatedExternalStruct) Copy

func (*RepeatedExternalStruct) CopyFrom

func (m *RepeatedExternalStruct) CopyFrom(src interface{})

func (*RepeatedExternalStruct) Descriptor

func (*RepeatedExternalStruct) Descriptor() ([]byte, []int)

func (*RepeatedExternalStruct) Equal

func (this *RepeatedExternalStruct) Equal(that interface{}) bool

func (*RepeatedExternalStruct) ProtoMessage

func (*RepeatedExternalStruct) ProtoMessage()

func (*RepeatedExternalStruct) Reset

func (m *RepeatedExternalStruct) Reset()

func (*RepeatedExternalStruct) String

func (this *RepeatedExternalStruct) String() string

func (*RepeatedExternalStruct) XXX_DiscardUnknown

func (m *RepeatedExternalStruct) XXX_DiscardUnknown()

func (*RepeatedExternalStruct) XXX_Marshal

func (m *RepeatedExternalStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepeatedExternalStruct) XXX_Merge

func (m *RepeatedExternalStruct) XXX_Merge(src proto.Message)

func (*RepeatedExternalStruct) XXX_Size

func (m *RepeatedExternalStruct) XXX_Size() int

func (*RepeatedExternalStruct) XXX_Unmarshal

func (m *RepeatedExternalStruct) XXX_Unmarshal(b []byte) error

type RepeatedNonNullableExternalStruct

type RepeatedNonNullableExternalStruct struct {
	Field1 []BasicScalar          `protobuf:"bytes,1,rep,name=Field1,proto3" json:"Field1"`
	Field2 []RepeatedScalar       `protobuf:"bytes,2,rep,name=Field2,proto3" json:"Field2"`
	Field3 []RepeatedScalarPacked `protobuf:"bytes,3,rep,name=Field3,proto3" json:"Field3"`
}

func NewPopulatedRepeatedNonNullableExternalStruct

func NewPopulatedRepeatedNonNullableExternalStruct(r randyDeepcopy, easy bool) *RepeatedNonNullableExternalStruct

func (*RepeatedNonNullableExternalStruct) Copy

func (*RepeatedNonNullableExternalStruct) CopyFrom

func (m *RepeatedNonNullableExternalStruct) CopyFrom(src interface{})

func (*RepeatedNonNullableExternalStruct) Descriptor

func (*RepeatedNonNullableExternalStruct) Descriptor() ([]byte, []int)

func (*RepeatedNonNullableExternalStruct) Equal

func (this *RepeatedNonNullableExternalStruct) Equal(that interface{}) bool

func (*RepeatedNonNullableExternalStruct) ProtoMessage

func (*RepeatedNonNullableExternalStruct) ProtoMessage()

func (*RepeatedNonNullableExternalStruct) Reset

func (*RepeatedNonNullableExternalStruct) String

func (*RepeatedNonNullableExternalStruct) XXX_DiscardUnknown

func (m *RepeatedNonNullableExternalStruct) XXX_DiscardUnknown()

func (*RepeatedNonNullableExternalStruct) XXX_Marshal

func (m *RepeatedNonNullableExternalStruct) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepeatedNonNullableExternalStruct) XXX_Merge

func (*RepeatedNonNullableExternalStruct) XXX_Size

func (m *RepeatedNonNullableExternalStruct) XXX_Size() int

func (*RepeatedNonNullableExternalStruct) XXX_Unmarshal

func (m *RepeatedNonNullableExternalStruct) XXX_Unmarshal(b []byte) error

type RepeatedScalar

type RepeatedScalar struct {
	Field1  []float64 `protobuf:"fixed64,1,rep,packed,name=Field1,proto3" json:"Field1,omitempty"`
	Field2  []float32 `protobuf:"fixed32,2,rep,packed,name=Field2,proto3" json:"Field2,omitempty"`
	Field3  []int32   `protobuf:"varint,3,rep,packed,name=Field3,proto3" json:"Field3,omitempty"`
	Field4  []int64   `protobuf:"varint,4,rep,packed,name=Field4,proto3" json:"Field4,omitempty"`
	Field5  []uint32  `protobuf:"varint,5,rep,packed,name=Field5,proto3" json:"Field5,omitempty"`
	Field6  []uint64  `protobuf:"varint,6,rep,packed,name=Field6,proto3" json:"Field6,omitempty"`
	Field7  []int32   `protobuf:"zigzag32,7,rep,packed,name=Field7,proto3" json:"Field7,omitempty"`
	Field8  []int64   `protobuf:"zigzag64,8,rep,packed,name=Field8,proto3" json:"Field8,omitempty"`
	Field9  []uint32  `protobuf:"fixed32,9,rep,packed,name=Field9,proto3" json:"Field9,omitempty"`
	Field10 []int32   `protobuf:"fixed32,10,rep,packed,name=Field10,proto3" json:"Field10,omitempty"`
	Field11 []uint64  `protobuf:"fixed64,11,rep,packed,name=Field11,proto3" json:"Field11,omitempty"`
	Field12 []int64   `protobuf:"fixed64,12,rep,packed,name=Field12,proto3" json:"Field12,omitempty"`
	Field13 []bool    `protobuf:"varint,13,rep,packed,name=Field13,proto3" json:"Field13,omitempty"`
	Field14 []string  `protobuf:"bytes,14,rep,name=Field14,proto3" json:"Field14,omitempty"`
	Field15 [][]byte  `protobuf:"bytes,15,rep,name=Field15,proto3" json:"Field15,omitempty"`
}

func NewPopulatedRepeatedScalar

func NewPopulatedRepeatedScalar(r randyDeepcopy, easy bool) *RepeatedScalar

func (*RepeatedScalar) Copy

func (m *RepeatedScalar) Copy() *RepeatedScalar

func (*RepeatedScalar) CopyFrom

func (m *RepeatedScalar) CopyFrom(src interface{})

func (*RepeatedScalar) Descriptor

func (*RepeatedScalar) Descriptor() ([]byte, []int)

func (*RepeatedScalar) Equal

func (this *RepeatedScalar) Equal(that interface{}) bool

func (*RepeatedScalar) ProtoMessage

func (*RepeatedScalar) ProtoMessage()

func (*RepeatedScalar) Reset

func (m *RepeatedScalar) Reset()

func (*RepeatedScalar) String

func (this *RepeatedScalar) String() string

func (*RepeatedScalar) XXX_DiscardUnknown

func (m *RepeatedScalar) XXX_DiscardUnknown()

func (*RepeatedScalar) XXX_Marshal

func (m *RepeatedScalar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepeatedScalar) XXX_Merge

func (m *RepeatedScalar) XXX_Merge(src proto.Message)

func (*RepeatedScalar) XXX_Size

func (m *RepeatedScalar) XXX_Size() int

func (*RepeatedScalar) XXX_Unmarshal

func (m *RepeatedScalar) XXX_Unmarshal(b []byte) error

type RepeatedScalarPacked

type RepeatedScalarPacked struct {
	Field1  []float64 `protobuf:"fixed64,1,rep,packed,name=Field1,proto3" json:"Field1,omitempty"`
	Field2  []float32 `protobuf:"fixed32,2,rep,packed,name=Field2,proto3" json:"Field2,omitempty"`
	Field3  []int32   `protobuf:"varint,3,rep,packed,name=Field3,proto3" json:"Field3,omitempty"`
	Field4  []int64   `protobuf:"varint,4,rep,packed,name=Field4,proto3" json:"Field4,omitempty"`
	Field5  []uint32  `protobuf:"varint,5,rep,packed,name=Field5,proto3" json:"Field5,omitempty"`
	Field6  []uint64  `protobuf:"varint,6,rep,packed,name=Field6,proto3" json:"Field6,omitempty"`
	Field7  []int32   `protobuf:"zigzag32,7,rep,packed,name=Field7,proto3" json:"Field7,omitempty"`
	Field8  []int64   `protobuf:"zigzag64,8,rep,packed,name=Field8,proto3" json:"Field8,omitempty"`
	Field9  []uint32  `protobuf:"fixed32,9,rep,packed,name=Field9,proto3" json:"Field9,omitempty"`
	Field10 []int32   `protobuf:"fixed32,10,rep,packed,name=Field10,proto3" json:"Field10,omitempty"`
	Field11 []uint64  `protobuf:"fixed64,11,rep,packed,name=Field11,proto3" json:"Field11,omitempty"`
	Field12 []int64   `protobuf:"fixed64,12,rep,packed,name=Field12,proto3" json:"Field12,omitempty"`
	Field13 []bool    `protobuf:"varint,13,rep,packed,name=Field13,proto3" json:"Field13,omitempty"`
}

func NewPopulatedRepeatedScalarPacked

func NewPopulatedRepeatedScalarPacked(r randyDeepcopy, easy bool) *RepeatedScalarPacked

func (*RepeatedScalarPacked) Copy

func (*RepeatedScalarPacked) CopyFrom

func (m *RepeatedScalarPacked) CopyFrom(src interface{})

func (*RepeatedScalarPacked) Descriptor

func (*RepeatedScalarPacked) Descriptor() ([]byte, []int)

func (*RepeatedScalarPacked) Equal

func (this *RepeatedScalarPacked) Equal(that interface{}) bool

func (*RepeatedScalarPacked) ProtoMessage

func (*RepeatedScalarPacked) ProtoMessage()

func (*RepeatedScalarPacked) Reset

func (m *RepeatedScalarPacked) Reset()

func (*RepeatedScalarPacked) String

func (this *RepeatedScalarPacked) String() string

func (*RepeatedScalarPacked) XXX_DiscardUnknown

func (m *RepeatedScalarPacked) XXX_DiscardUnknown()

func (*RepeatedScalarPacked) XXX_Marshal

func (m *RepeatedScalarPacked) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepeatedScalarPacked) XXX_Merge

func (m *RepeatedScalarPacked) XXX_Merge(src proto.Message)

func (*RepeatedScalarPacked) XXX_Size

func (m *RepeatedScalarPacked) XXX_Size() int

func (*RepeatedScalarPacked) XXX_Unmarshal

func (m *RepeatedScalarPacked) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL