issue530

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2019 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthIssue530        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowIssue530          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupIssue530 = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type Bar1

type Bar1 struct {
	Str string `protobuf:"bytes,1,opt,name=str" json:"str"`
}

func NewPopulatedBar1

func NewPopulatedBar1(r randyIssue530, easy bool) *Bar1

func (*Bar1) Descriptor

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

func (*Bar1) Equal

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

func (*Bar1) GetStr

func (m *Bar1) GetStr() string

func (*Bar1) Marshal

func (m *Bar1) Marshal() (dAtA []byte, err error)

func (*Bar1) MarshalTo

func (m *Bar1) MarshalTo(dAtA []byte) (int, error)

func (*Bar1) MarshalToSizedBuffer

func (m *Bar1) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Bar1) ProtoMessage

func (*Bar1) ProtoMessage()

func (*Bar1) Reset

func (m *Bar1) Reset()

func (*Bar1) Size

func (m *Bar1) Size() (n int)

func (*Bar1) String

func (this *Bar1) String() string

func (*Bar1) Unmarshal

func (m *Bar1) Unmarshal(dAtA []byte) error

func (*Bar1) XXX_DiscardUnknown

func (m *Bar1) XXX_DiscardUnknown()

func (*Bar1) XXX_Marshal

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

func (*Bar1) XXX_Merge

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

func (*Bar1) XXX_Size

func (m *Bar1) XXX_Size() int

func (*Bar1) XXX_Unmarshal

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

type Bar2

type Bar2 struct {
	Str *string `protobuf:"bytes,1,opt,name=str" json:"str,omitempty"`
}

func NewPopulatedBar2

func NewPopulatedBar2(r randyIssue530, easy bool) *Bar2

func (*Bar2) Descriptor

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

func (*Bar2) Equal

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

func (*Bar2) GetStr

func (m *Bar2) GetStr() string

func (*Bar2) Marshal

func (m *Bar2) Marshal() (dAtA []byte, err error)

func (*Bar2) MarshalTo

func (m *Bar2) MarshalTo(dAtA []byte) (int, error)

func (*Bar2) MarshalToSizedBuffer

func (m *Bar2) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Bar2) ProtoMessage

func (*Bar2) ProtoMessage()

func (*Bar2) Reset

func (m *Bar2) Reset()

func (*Bar2) Size

func (m *Bar2) Size() (n int)

func (*Bar2) String

func (this *Bar2) String() string

func (*Bar2) Unmarshal

func (m *Bar2) Unmarshal(dAtA []byte) error

func (*Bar2) XXX_DiscardUnknown

func (m *Bar2) XXX_DiscardUnknown()

func (*Bar2) XXX_Marshal

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

func (*Bar2) XXX_Merge

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

func (*Bar2) XXX_Size

func (m *Bar2) XXX_Size() int

func (*Bar2) XXX_Unmarshal

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

type Bar3

type Bar3 struct {
	Bars4 []Bar4 `protobuf:"bytes,1,rep,name=bars4" json:"bars4"`
	Bars2 []Bar2 `protobuf:"bytes,2,rep,name=bars2" json:"bars2"`
}

func NewPopulatedBar3

func NewPopulatedBar3(r randyIssue530, easy bool) *Bar3

func (*Bar3) Descriptor

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

func (*Bar3) Equal

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

func (*Bar3) GetBars2

func (m *Bar3) GetBars2() []Bar2

func (*Bar3) GetBars4

func (m *Bar3) GetBars4() []Bar4

func (*Bar3) Marshal

func (m *Bar3) Marshal() (dAtA []byte, err error)

func (*Bar3) MarshalTo

func (m *Bar3) MarshalTo(dAtA []byte) (int, error)

func (*Bar3) MarshalToSizedBuffer

func (m *Bar3) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Bar3) ProtoMessage

func (*Bar3) ProtoMessage()

func (*Bar3) Reset

func (m *Bar3) Reset()

func (*Bar3) Size

func (m *Bar3) Size() (n int)

func (*Bar3) String

func (this *Bar3) String() string

func (*Bar3) Unmarshal

func (m *Bar3) Unmarshal(dAtA []byte) error

func (*Bar3) XXX_DiscardUnknown

func (m *Bar3) XXX_DiscardUnknown()

func (*Bar3) XXX_Marshal

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

func (*Bar3) XXX_Merge

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

func (*Bar3) XXX_Size

func (m *Bar3) XXX_Size() int

func (*Bar3) XXX_Unmarshal

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

type Bar4

type Bar4 struct {
	Str string `protobuf:"bytes,1,opt,name=str" json:"str"`
}

func NewPopulatedBar4

func NewPopulatedBar4(r randyIssue530, easy bool) *Bar4

func (*Bar4) Descriptor

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

func (*Bar4) Equal

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

func (*Bar4) GetStr

func (m *Bar4) GetStr() string

func (*Bar4) Marshal

func (m *Bar4) Marshal() (dAtA []byte, err error)

func (*Bar4) MarshalTo

func (m *Bar4) MarshalTo(dAtA []byte) (int, error)

func (*Bar4) MarshalToSizedBuffer

func (m *Bar4) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Bar4) ProtoMessage

func (*Bar4) ProtoMessage()

func (*Bar4) Reset

func (m *Bar4) Reset()

func (*Bar4) Size

func (m *Bar4) Size() (n int)

func (*Bar4) String

func (this *Bar4) String() string

func (*Bar4) Unmarshal

func (m *Bar4) Unmarshal(dAtA []byte) error

func (*Bar4) XXX_DiscardUnknown

func (m *Bar4) XXX_DiscardUnknown()

func (*Bar4) XXX_Marshal

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

func (*Bar4) XXX_Merge

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

func (*Bar4) XXX_Size

func (m *Bar4) XXX_Size() int

func (*Bar4) XXX_Unmarshal

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

type Bar5

type Bar5 struct {
	Bars2 []*Bar2 `protobuf:"bytes,1,rep,name=bars2" json:"bars2,omitempty"`
	Bars1 []*Bar1 `protobuf:"bytes,2,rep,name=bars1" json:"bars1,omitempty"`
}

func NewPopulatedBar5

func NewPopulatedBar5(r randyIssue530, easy bool) *Bar5

func (*Bar5) Descriptor

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

func (*Bar5) Equal

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

func (*Bar5) GetBars1

func (m *Bar5) GetBars1() []*Bar1

func (*Bar5) GetBars2

func (m *Bar5) GetBars2() []*Bar2

func (*Bar5) Marshal

func (m *Bar5) Marshal() (dAtA []byte, err error)

func (*Bar5) MarshalTo

func (m *Bar5) MarshalTo(dAtA []byte) (int, error)

func (*Bar5) MarshalToSizedBuffer

func (m *Bar5) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Bar5) ProtoMessage

func (*Bar5) ProtoMessage()

func (*Bar5) Reset

func (m *Bar5) Reset()

func (*Bar5) Size

func (m *Bar5) Size() (n int)

func (*Bar5) String

func (this *Bar5) String() string

func (*Bar5) Unmarshal

func (m *Bar5) Unmarshal(dAtA []byte) error

func (*Bar5) XXX_DiscardUnknown

func (m *Bar5) XXX_DiscardUnknown()

func (*Bar5) XXX_Marshal

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

func (*Bar5) XXX_Merge

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

func (*Bar5) XXX_Size

func (m *Bar5) XXX_Size() int

func (*Bar5) XXX_Unmarshal

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

type Bar7

type Bar7 struct {
	Bars71 []Bar7  `protobuf:"bytes,1,rep,name=bars71" json:"bars71"`
	Bars72 []*Bar7 `protobuf:"bytes,2,rep,name=bars72" json:"bars72,omitempty"`
	Str1   string  `protobuf:"bytes,3,opt,name=str1" json:"str1"`
	Str2   *string `protobuf:"bytes,4,opt,name=str2" json:"str2,omitempty"`
}

func NewPopulatedBar7

func NewPopulatedBar7(r randyIssue530, easy bool) *Bar7

func (*Bar7) Descriptor

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

func (*Bar7) Equal

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

func (*Bar7) GetBars71

func (m *Bar7) GetBars71() []Bar7

func (*Bar7) GetBars72

func (m *Bar7) GetBars72() []*Bar7

func (*Bar7) GetStr1

func (m *Bar7) GetStr1() string

func (*Bar7) GetStr2

func (m *Bar7) GetStr2() string

func (*Bar7) Marshal

func (m *Bar7) Marshal() (dAtA []byte, err error)

func (*Bar7) MarshalTo

func (m *Bar7) MarshalTo(dAtA []byte) (int, error)

func (*Bar7) MarshalToSizedBuffer

func (m *Bar7) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Bar7) ProtoMessage

func (*Bar7) ProtoMessage()

func (*Bar7) Reset

func (m *Bar7) Reset()

func (*Bar7) Size

func (m *Bar7) Size() (n int)

func (*Bar7) String

func (this *Bar7) String() string

func (*Bar7) Unmarshal

func (m *Bar7) Unmarshal(dAtA []byte) error

func (*Bar7) XXX_DiscardUnknown

func (m *Bar7) XXX_DiscardUnknown()

func (*Bar7) XXX_Marshal

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

func (*Bar7) XXX_Merge

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

func (*Bar7) XXX_Size

func (m *Bar7) XXX_Size() int

func (*Bar7) XXX_Unmarshal

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

type Bar8

type Bar8 struct {
	Bars1 []Bar9 `protobuf:"bytes,1,rep,name=bars1" json:"bars1"`
}

func NewPopulatedBar8

func NewPopulatedBar8(r randyIssue530, easy bool) *Bar8

func (*Bar8) Descriptor

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

func (*Bar8) Equal

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

func (*Bar8) GetBars1

func (m *Bar8) GetBars1() []Bar9

func (*Bar8) Marshal

func (m *Bar8) Marshal() (dAtA []byte, err error)

func (*Bar8) MarshalTo

func (m *Bar8) MarshalTo(dAtA []byte) (int, error)

func (*Bar8) MarshalToSizedBuffer

func (m *Bar8) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Bar8) ProtoMessage

func (*Bar8) ProtoMessage()

func (*Bar8) Reset

func (m *Bar8) Reset()

func (*Bar8) Size

func (m *Bar8) Size() (n int)

func (*Bar8) String

func (this *Bar8) String() string

func (*Bar8) Unmarshal

func (m *Bar8) Unmarshal(dAtA []byte) error

func (*Bar8) XXX_DiscardUnknown

func (m *Bar8) XXX_DiscardUnknown()

func (*Bar8) XXX_Marshal

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

func (*Bar8) XXX_Merge

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

func (*Bar8) XXX_Size

func (m *Bar8) XXX_Size() int

func (*Bar8) XXX_Unmarshal

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

type Bar9

type Bar9 struct {
	Str string `protobuf:"bytes,1,opt,name=str" json:"str"`
}

func NewPopulatedBar9

func NewPopulatedBar9(r randyIssue530, easy bool) *Bar9

func (*Bar9) Descriptor

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

func (*Bar9) Equal

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

func (*Bar9) GetStr

func (m *Bar9) GetStr() string

func (*Bar9) Marshal

func (m *Bar9) Marshal() (dAtA []byte, err error)

func (*Bar9) MarshalTo

func (m *Bar9) MarshalTo(dAtA []byte) (int, error)

func (*Bar9) MarshalToSizedBuffer

func (m *Bar9) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Bar9) ProtoMessage

func (*Bar9) ProtoMessage()

func (*Bar9) Reset

func (m *Bar9) Reset()

func (*Bar9) Size

func (m *Bar9) Size() (n int)

func (*Bar9) String

func (m *Bar9) String() string

func (*Bar9) Unmarshal

func (m *Bar9) Unmarshal(dAtA []byte) error

func (*Bar9) XXX_DiscardUnknown

func (m *Bar9) XXX_DiscardUnknown()

func (*Bar9) XXX_Marshal

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

func (*Bar9) XXX_Merge

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

func (*Bar9) XXX_Size

func (m *Bar9) XXX_Size() int

func (*Bar9) XXX_Unmarshal

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

type Foo5

type Foo5 struct {
	Bar1    Bar1             `protobuf:"bytes,1,opt,name=bar1" json:"bar1"`
	Bar2    *Bar1            `protobuf:"bytes,2,opt,name=bar2" json:"bar2,omitempty"`
	Bar3    Bar2             `protobuf:"bytes,3,opt,name=bar3" json:"bar3"`
	Bar4    *Bar2            `protobuf:"bytes,4,opt,name=bar4" json:"bar4,omitempty"`
	Bars1   []Bar1           `protobuf:"bytes,5,rep,name=bars1" json:"bars1"`
	Bars2   []*Bar1          `protobuf:"bytes,6,rep,name=bars2" json:"bars2,omitempty"`
	Bars3   []Bar2           `protobuf:"bytes,7,rep,name=bars3" json:"bars3"`
	Bars4   []*Bar2          `protobuf:"bytes,8,rep,name=bars4" json:"bars4,omitempty"`
	Barrs1  []Bar3           `protobuf:"bytes,9,rep,name=barrs1" json:"barrs1"`
	Barrs2  []Bar5           `protobuf:"bytes,10,rep,name=barrs2" json:"barrs2"`
	Barmap1 map[string]*Bar3 `` /* 135-byte string literal not displayed */
	Barmap2 map[string]*Bar5 `` /* 135-byte string literal not displayed */
}

func NewPopulatedFoo5

func NewPopulatedFoo5(r randyIssue530, easy bool) *Foo5

func (*Foo5) Descriptor

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

func (*Foo5) Equal

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

func (*Foo5) GetBar1

func (m *Foo5) GetBar1() Bar1

func (*Foo5) GetBar2

func (m *Foo5) GetBar2() *Bar1

func (*Foo5) GetBar3

func (m *Foo5) GetBar3() Bar2

func (*Foo5) GetBar4

func (m *Foo5) GetBar4() *Bar2

func (*Foo5) GetBarmap1

func (m *Foo5) GetBarmap1() map[string]*Bar3

func (*Foo5) GetBarmap2

func (m *Foo5) GetBarmap2() map[string]*Bar5

func (*Foo5) GetBarrs1

func (m *Foo5) GetBarrs1() []Bar3

func (*Foo5) GetBarrs2

func (m *Foo5) GetBarrs2() []Bar5

func (*Foo5) GetBars1

func (m *Foo5) GetBars1() []Bar1

func (*Foo5) GetBars2

func (m *Foo5) GetBars2() []*Bar1

func (*Foo5) GetBars3

func (m *Foo5) GetBars3() []Bar2

func (*Foo5) GetBars4

func (m *Foo5) GetBars4() []*Bar2

func (*Foo5) Marshal

func (m *Foo5) Marshal() (dAtA []byte, err error)

func (*Foo5) MarshalTo

func (m *Foo5) MarshalTo(dAtA []byte) (int, error)

func (*Foo5) MarshalToSizedBuffer

func (m *Foo5) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Foo5) ProtoMessage

func (*Foo5) ProtoMessage()

func (*Foo5) Reset

func (m *Foo5) Reset()

func (*Foo5) Size

func (m *Foo5) Size() (n int)

func (*Foo5) String

func (this *Foo5) String() string

func (*Foo5) Unmarshal

func (m *Foo5) Unmarshal(dAtA []byte) error

func (*Foo5) XXX_DiscardUnknown

func (m *Foo5) XXX_DiscardUnknown()

func (*Foo5) XXX_Marshal

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

func (*Foo5) XXX_Merge

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

func (*Foo5) XXX_Size

func (m *Foo5) XXX_Size() int

func (*Foo5) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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