test

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: BSD-3-Clause Imports: 20 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

View Source
const Default_NinOptNativeDefault_Field1 float64 = 1234.1234
View Source
const Default_NinOptNativeDefault_Field10 int32 = 1234
View Source
const Default_NinOptNativeDefault_Field11 uint64 = 1234
View Source
const Default_NinOptNativeDefault_Field12 int64 = 1234
View Source
const Default_NinOptNativeDefault_Field13 bool = true
View Source
const Default_NinOptNativeDefault_Field14 string = "1234"
View Source
const Default_NinOptNativeDefault_Field2 float32 = 1234.1234
View Source
const Default_NinOptNativeDefault_Field3 int32 = 1234
View Source
const Default_NinOptNativeDefault_Field4 int64 = 1234
View Source
const Default_NinOptNativeDefault_Field5 uint32 = 1234
View Source
const Default_NinOptNativeDefault_Field6 uint64 = 1234
View Source
const Default_NinOptNativeDefault_Field7 int32 = 1234
View Source
const Default_NinOptNativeDefault_Field8 int64 = 1234
View Source
const Default_NinOptNativeDefault_Field9 uint32 = 1234

Variables ¶

View Source
var (
	ErrInvalidLengthThetest        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowThetest          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupThetest = fmt.Errorf("proto: unexpected end of group")
)
View Source
var AnotherTestEnum_name = map[int32]string{
	10: "D",
	11: "E",
}
View Source
var AnotherTestEnum_value = map[string]int32{
	"D": 10,
	"E": 11,
}
View Source
var E_FieldA = &proto.ExtensionDesc{
	ExtendedType:  (*MyExtendable)(nil),
	ExtensionType: (*float64)(nil),
	Field:         100,
	Name:          "test.FieldA",
	Tag:           "fixed64,100,opt,name=FieldA",
	Filename:      "combos/unmarshaler/thetest.proto",
}
View Source
var E_FieldA1 = &proto.ExtensionDesc{
	ExtendedType:  (*NoExtensionsMap)(nil),
	ExtensionType: (*float64)(nil),
	Field:         100,
	Name:          "test.FieldA1",
	Tag:           "fixed64,100,opt,name=FieldA1",
	Filename:      "combos/unmarshaler/thetest.proto",
}
View Source
var E_FieldB = &proto.ExtensionDesc{
	ExtendedType:  (*MyExtendable)(nil),
	ExtensionType: (*NinOptNative)(nil),
	Field:         101,
	Name:          "test.FieldB",
	Tag:           "bytes,101,opt,name=FieldB",
	Filename:      "combos/unmarshaler/thetest.proto",
}
View Source
var E_FieldB1 = &proto.ExtensionDesc{
	ExtendedType:  (*NoExtensionsMap)(nil),
	ExtensionType: (*NinOptNative)(nil),
	Field:         101,
	Name:          "test.FieldB1",
	Tag:           "bytes,101,opt,name=FieldB1",
	Filename:      "combos/unmarshaler/thetest.proto",
}
View Source
var E_FieldC = &proto.ExtensionDesc{
	ExtendedType:  (*MyExtendable)(nil),
	ExtensionType: (*NinEmbeddedStruct)(nil),
	Field:         102,
	Name:          "test.FieldC",
	Tag:           "bytes,102,opt,name=FieldC",
	Filename:      "combos/unmarshaler/thetest.proto",
}
View Source
var E_FieldC1 = &proto.ExtensionDesc{
	ExtendedType:  (*NoExtensionsMap)(nil),
	ExtensionType: (*NinEmbeddedStruct)(nil),
	Field:         102,
	Name:          "test.FieldC1",
	Tag:           "bytes,102,opt,name=FieldC1",
	Filename:      "combos/unmarshaler/thetest.proto",
}
View Source
var E_FieldD = &proto.ExtensionDesc{
	ExtendedType:  (*MyExtendable)(nil),
	ExtensionType: ([]int64)(nil),
	Field:         104,
	Name:          "test.FieldD",
	Tag:           "varint,104,rep,name=FieldD",
	Filename:      "combos/unmarshaler/thetest.proto",
}
View Source
var E_FieldE = &proto.ExtensionDesc{
	ExtendedType:  (*MyExtendable)(nil),
	ExtensionType: ([]*NinOptNative)(nil),
	Field:         105,
	Name:          "test.FieldE",
	Tag:           "bytes,105,rep,name=FieldE",
	Filename:      "combos/unmarshaler/thetest.proto",
}
View Source
var NestedDefinition_NestedEnum_name = map[int32]string{
	1: "TYPE_NESTED",
}
View Source
var NestedDefinition_NestedEnum_value = map[string]int32{
	"TYPE_NESTED": 1,
}
View Source
var TheTestEnum_name = map[int32]string{
	0: "A",
	1: "B",
	2: "C",
}
View Source
var TheTestEnum_value = map[string]int32{
	"A": 0,
	"B": 1,
	"C": 2,
}
View Source
var YetAnotherTestEnum_name = map[int32]string{
	0: "AA",
	1: "BB",
}
View Source
var YetAnotherTestEnum_value = map[string]int32{
	"AA": 0,
	"BB": 1,
}
View Source
var YetYetAnotherTestEnum_name = map[int32]string{
	0: "CC",
	1: "DD",
}
View Source
var YetYetAnotherTestEnum_value = map[string]int32{
	"CC": 0,
	"DD": 1,
}

Functions ¶

func PutLittleEndianUint64 ¶

func PutLittleEndianUint64(b []byte, offset int, v uint64)

Types ¶

type ADeepBranch ¶

type ADeepBranch struct {
	Down                 DeepTree `protobuf:"bytes,2,opt,name=Down" json:"Down" pg:"Down"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewADeepBranchFromFace ¶

func NewADeepBranchFromFace(that ADeepBranchFace) *ADeepBranch

func NewPopulatedADeepBranch ¶

func NewPopulatedADeepBranch(r randyThetest, easy bool) *ADeepBranch

func (*ADeepBranch) Compare ¶

func (this *ADeepBranch) Compare(that interface{}) int

func (*ADeepBranch) Descriptor ¶

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

func (*ADeepBranch) Equal ¶

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

func (*ADeepBranch) GetDown ¶

func (this *ADeepBranch) GetDown() DeepTree

func (*ADeepBranch) GoString ¶

func (this *ADeepBranch) GoString() string

func (*ADeepBranch) Proto ¶

func (*ADeepBranch) ProtoMessage ¶

func (*ADeepBranch) ProtoMessage()

func (*ADeepBranch) Reset ¶

func (m *ADeepBranch) Reset()

func (*ADeepBranch) Size ¶

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

func (*ADeepBranch) String ¶

func (this *ADeepBranch) String() string

func (*ADeepBranch) TestProto ¶

func (*ADeepBranch) Unmarshal ¶

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

func (*ADeepBranch) VerboseEqual ¶

func (this *ADeepBranch) VerboseEqual(that interface{}) error

func (*ADeepBranch) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *ADeepBranch) XXX_DiscardUnknown()

func (*ADeepBranch) XXX_Marshal ¶ added in v1.1.0

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

func (*ADeepBranch) XXX_Merge ¶ added in v1.1.0

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

func (*ADeepBranch) XXX_Size ¶ added in v1.1.0

func (m *ADeepBranch) XXX_Size() int

func (*ADeepBranch) XXX_Unmarshal ¶ added in v1.1.0

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

type ADeepBranchFace ¶

type ADeepBranchFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetDown() DeepTree
}

type AndBranch ¶

type AndBranch struct {
	Left                 Tree     `protobuf:"bytes,1,opt,name=Left" json:"Left" pg:"Left"`
	Right                Tree     `protobuf:"bytes,2,opt,name=Right" json:"Right" pg:"Right"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewAndBranchFromFace ¶

func NewAndBranchFromFace(that AndBranchFace) *AndBranch

func NewPopulatedAndBranch ¶

func NewPopulatedAndBranch(r randyThetest, easy bool) *AndBranch

func (*AndBranch) Compare ¶

func (this *AndBranch) Compare(that interface{}) int

func (*AndBranch) Descriptor ¶

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

func (*AndBranch) Equal ¶

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

func (*AndBranch) GetLeft ¶

func (this *AndBranch) GetLeft() Tree

func (*AndBranch) GetRight ¶

func (this *AndBranch) GetRight() Tree

func (*AndBranch) GoString ¶

func (this *AndBranch) GoString() string

func (*AndBranch) Proto ¶

func (*AndBranch) ProtoMessage ¶

func (*AndBranch) ProtoMessage()

func (*AndBranch) Reset ¶

func (m *AndBranch) Reset()

func (*AndBranch) Size ¶

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

func (*AndBranch) String ¶

func (this *AndBranch) String() string

func (*AndBranch) TestProto ¶

func (*AndBranch) Unmarshal ¶

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

func (*AndBranch) VerboseEqual ¶

func (this *AndBranch) VerboseEqual(that interface{}) error

func (*AndBranch) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *AndBranch) XXX_DiscardUnknown()

func (*AndBranch) XXX_Marshal ¶ added in v1.1.0

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

func (*AndBranch) XXX_Merge ¶ added in v1.1.0

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

func (*AndBranch) XXX_Size ¶ added in v1.1.0

func (m *AndBranch) XXX_Size() int

func (*AndBranch) XXX_Unmarshal ¶ added in v1.1.0

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

type AndBranchFace ¶

type AndBranchFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetLeft() Tree
	GetRight() Tree
}

type AndDeepBranch ¶

type AndDeepBranch struct {
	Left                 DeepTree `protobuf:"bytes,1,opt,name=Left" json:"Left" pg:"Left"`
	Right                DeepTree `protobuf:"bytes,2,opt,name=Right" json:"Right" pg:"Right"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewAndDeepBranchFromFace ¶

func NewAndDeepBranchFromFace(that AndDeepBranchFace) *AndDeepBranch

func NewPopulatedAndDeepBranch ¶

func NewPopulatedAndDeepBranch(r randyThetest, easy bool) *AndDeepBranch

func (*AndDeepBranch) Compare ¶

func (this *AndDeepBranch) Compare(that interface{}) int

func (*AndDeepBranch) Descriptor ¶

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

func (*AndDeepBranch) Equal ¶

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

func (*AndDeepBranch) GetLeft ¶

func (this *AndDeepBranch) GetLeft() DeepTree

func (*AndDeepBranch) GetRight ¶

func (this *AndDeepBranch) GetRight() DeepTree

func (*AndDeepBranch) GoString ¶

func (this *AndDeepBranch) GoString() string

func (*AndDeepBranch) Proto ¶

func (*AndDeepBranch) ProtoMessage ¶

func (*AndDeepBranch) ProtoMessage()

func (*AndDeepBranch) Reset ¶

func (m *AndDeepBranch) Reset()

func (*AndDeepBranch) Size ¶

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

func (*AndDeepBranch) String ¶

func (this *AndDeepBranch) String() string

func (*AndDeepBranch) TestProto ¶

func (*AndDeepBranch) Unmarshal ¶

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

func (*AndDeepBranch) VerboseEqual ¶

func (this *AndDeepBranch) VerboseEqual(that interface{}) error

func (*AndDeepBranch) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *AndDeepBranch) XXX_DiscardUnknown()

func (*AndDeepBranch) XXX_Marshal ¶ added in v1.1.0

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

func (*AndDeepBranch) XXX_Merge ¶ added in v1.1.0

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

func (*AndDeepBranch) XXX_Size ¶ added in v1.1.0

func (m *AndDeepBranch) XXX_Size() int

func (*AndDeepBranch) XXX_Unmarshal ¶ added in v1.1.0

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

type AndDeepBranchFace ¶

type AndDeepBranchFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetLeft() DeepTree
	GetRight() DeepTree
}

type AnotherNinOptEnum ¶

type AnotherNinOptEnum struct {
	Field1               *AnotherTestEnum       `protobuf:"varint,1,opt,name=Field1,enum=test.AnotherTestEnum" json:"Field1,omitempty" pg:"Field1"`
	Field2               *YetAnotherTestEnum    `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum" json:"Field2,omitempty" pg:"Field2"`
	Field3               *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum" json:"Field3,omitempty" pg:"Field3"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-" pg:"-"`
	XXX_unrecognized     []byte                 `json:"-" pg:"-"`
	XXX_sizecache        int32                  `json:"-" pg:"-"`
}

func NewAnotherNinOptEnumFromFace ¶

func NewAnotherNinOptEnumFromFace(that AnotherNinOptEnumFace) *AnotherNinOptEnum

func NewPopulatedAnotherNinOptEnum ¶

func NewPopulatedAnotherNinOptEnum(r randyThetest, easy bool) *AnotherNinOptEnum

func (*AnotherNinOptEnum) Compare ¶

func (this *AnotherNinOptEnum) Compare(that interface{}) int

func (*AnotherNinOptEnum) Descriptor ¶

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

func (*AnotherNinOptEnum) Equal ¶

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

func (*AnotherNinOptEnum) GetField1 ¶

func (this *AnotherNinOptEnum) GetField1() *AnotherTestEnum

func (*AnotherNinOptEnum) GetField2 ¶

func (this *AnotherNinOptEnum) GetField2() *YetAnotherTestEnum

func (*AnotherNinOptEnum) GetField3 ¶

func (this *AnotherNinOptEnum) GetField3() *YetYetAnotherTestEnum

func (*AnotherNinOptEnum) GoString ¶

func (this *AnotherNinOptEnum) GoString() string

func (*AnotherNinOptEnum) Proto ¶

func (*AnotherNinOptEnum) ProtoMessage ¶

func (*AnotherNinOptEnum) ProtoMessage()

func (*AnotherNinOptEnum) Reset ¶

func (m *AnotherNinOptEnum) Reset()

func (*AnotherNinOptEnum) Size ¶

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

func (*AnotherNinOptEnum) String ¶

func (this *AnotherNinOptEnum) String() string

func (*AnotherNinOptEnum) TestProto ¶

func (*AnotherNinOptEnum) Unmarshal ¶

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

func (*AnotherNinOptEnum) VerboseEqual ¶

func (this *AnotherNinOptEnum) VerboseEqual(that interface{}) error

func (*AnotherNinOptEnum) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *AnotherNinOptEnum) XXX_DiscardUnknown()

func (*AnotherNinOptEnum) XXX_Marshal ¶ added in v1.1.0

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

func (*AnotherNinOptEnum) XXX_Merge ¶ added in v1.1.0

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

func (*AnotherNinOptEnum) XXX_Size ¶ added in v1.1.0

func (m *AnotherNinOptEnum) XXX_Size() int

func (*AnotherNinOptEnum) XXX_Unmarshal ¶ added in v1.1.0

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

type AnotherNinOptEnumDefault ¶

type AnotherNinOptEnumDefault struct {
	Field1               *AnotherTestEnum       `protobuf:"varint,1,opt,name=Field1,enum=test.AnotherTestEnum,def=11" json:"Field1,omitempty" pg:"Field1"`
	Field2               *YetAnotherTestEnum    `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum,def=1" json:"Field2,omitempty" pg:"Field2"`
	Field3               *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum,def=0" json:"Field3,omitempty" pg:"Field3"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-" pg:"-"`
	XXX_unrecognized     []byte                 `json:"-" pg:"-"`
	XXX_sizecache        int32                  `json:"-" pg:"-"`
}

func NewPopulatedAnotherNinOptEnumDefault ¶

func NewPopulatedAnotherNinOptEnumDefault(r randyThetest, easy bool) *AnotherNinOptEnumDefault

func (*AnotherNinOptEnumDefault) Compare ¶

func (this *AnotherNinOptEnumDefault) Compare(that interface{}) int

func (*AnotherNinOptEnumDefault) Descriptor ¶

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

func (*AnotherNinOptEnumDefault) Equal ¶

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

func (*AnotherNinOptEnumDefault) GetField1 ¶

func (*AnotherNinOptEnumDefault) GetField2 ¶

func (*AnotherNinOptEnumDefault) GetField3 ¶

func (*AnotherNinOptEnumDefault) GoString ¶

func (this *AnotherNinOptEnumDefault) GoString() string

func (*AnotherNinOptEnumDefault) ProtoMessage ¶

func (*AnotherNinOptEnumDefault) ProtoMessage()

func (*AnotherNinOptEnumDefault) Reset ¶

func (m *AnotherNinOptEnumDefault) Reset()

func (*AnotherNinOptEnumDefault) Size ¶

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

func (*AnotherNinOptEnumDefault) String ¶

func (this *AnotherNinOptEnumDefault) String() string

func (*AnotherNinOptEnumDefault) Unmarshal ¶

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

func (*AnotherNinOptEnumDefault) VerboseEqual ¶

func (this *AnotherNinOptEnumDefault) VerboseEqual(that interface{}) error

func (*AnotherNinOptEnumDefault) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *AnotherNinOptEnumDefault) XXX_DiscardUnknown()

func (*AnotherNinOptEnumDefault) XXX_Marshal ¶ added in v1.1.0

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

func (*AnotherNinOptEnumDefault) XXX_Merge ¶ added in v1.1.0

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

func (*AnotherNinOptEnumDefault) XXX_Size ¶ added in v1.1.0

func (m *AnotherNinOptEnumDefault) XXX_Size() int

func (*AnotherNinOptEnumDefault) XXX_Unmarshal ¶ added in v1.1.0

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

type AnotherNinOptEnumFace ¶

type AnotherNinOptEnumFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *AnotherTestEnum
	GetField2() *YetAnotherTestEnum
	GetField3() *YetYetAnotherTestEnum
}

type AnotherTestEnum ¶

type AnotherTestEnum int32
const (
	D AnotherTestEnum = 10
	E AnotherTestEnum = 11
)
const Default_AnotherNinOptEnumDefault_Field1 AnotherTestEnum = E

func (AnotherTestEnum) Enum ¶

func (x AnotherTestEnum) Enum() *AnotherTestEnum

func (AnotherTestEnum) EnumDescriptor ¶

func (AnotherTestEnum) EnumDescriptor() ([]byte, []int)

func (AnotherTestEnum) MarshalJSON ¶

func (x AnotherTestEnum) MarshalJSON() ([]byte, error)

func (AnotherTestEnum) String ¶

func (x AnotherTestEnum) String() string

func (*AnotherTestEnum) UnmarshalJSON ¶

func (x *AnotherTestEnum) UnmarshalJSON(data []byte) error

type CustomContainer ¶

type CustomContainer struct {
	CustomStruct         NidOptCustom `protobuf:"bytes,1,opt,name=CustomStruct" json:"CustomStruct" pg:"CustomStruct"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-" pg:"-"`
	XXX_unrecognized     []byte       `json:"-" pg:"-"`
	XXX_sizecache        int32        `json:"-" pg:"-"`
}

func NewCustomContainerFromFace ¶

func NewCustomContainerFromFace(that CustomContainerFace) *CustomContainer

func NewPopulatedCustomContainer ¶

func NewPopulatedCustomContainer(r randyThetest, easy bool) *CustomContainer

func (*CustomContainer) Compare ¶

func (this *CustomContainer) Compare(that interface{}) int

func (*CustomContainer) Descriptor ¶

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

func (*CustomContainer) Equal ¶

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

func (*CustomContainer) GetCustomStruct ¶

func (this *CustomContainer) GetCustomStruct() NidOptCustom

func (*CustomContainer) GoString ¶

func (this *CustomContainer) GoString() string

func (*CustomContainer) Proto ¶

func (*CustomContainer) ProtoMessage ¶

func (*CustomContainer) ProtoMessage()

func (*CustomContainer) Reset ¶

func (m *CustomContainer) Reset()

func (*CustomContainer) Size ¶

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

func (*CustomContainer) String ¶

func (this *CustomContainer) String() string

func (*CustomContainer) TestProto ¶

func (*CustomContainer) Unmarshal ¶

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

func (*CustomContainer) VerboseEqual ¶

func (this *CustomContainer) VerboseEqual(that interface{}) error

func (*CustomContainer) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *CustomContainer) XXX_DiscardUnknown()

func (*CustomContainer) XXX_Marshal ¶ added in v1.1.0

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

func (*CustomContainer) XXX_Merge ¶ added in v1.1.0

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

func (*CustomContainer) XXX_Size ¶ added in v1.1.0

func (m *CustomContainer) XXX_Size() int

func (*CustomContainer) XXX_Unmarshal ¶ added in v1.1.0

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

type CustomContainerFace ¶

type CustomContainerFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetCustomStruct() NidOptCustom
}

type CustomDash ¶

type CustomDash struct {
	Value                *github_com_bittorrent_protobuf_test_custom_dash_type.Bytes `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                    `json:"-" pg:"-"`
	XXX_unrecognized     []byte                                                      `json:"-" pg:"-"`
	XXX_sizecache        int32                                                       `json:"-" pg:"-"`
}

func NewCustomDashFromFace ¶

func NewCustomDashFromFace(that CustomDashFace) *CustomDash

func NewPopulatedCustomDash ¶

func NewPopulatedCustomDash(r randyThetest, easy bool) *CustomDash

func (*CustomDash) Compare ¶

func (this *CustomDash) Compare(that interface{}) int

func (*CustomDash) Descriptor ¶

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

func (*CustomDash) Equal ¶

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

func (*CustomDash) GoString ¶

func (this *CustomDash) GoString() string

func (*CustomDash) Proto ¶

func (*CustomDash) ProtoMessage ¶

func (*CustomDash) ProtoMessage()

func (*CustomDash) Reset ¶

func (m *CustomDash) Reset()

func (*CustomDash) Size ¶

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

func (*CustomDash) String ¶

func (this *CustomDash) String() string

func (*CustomDash) TestProto ¶

func (*CustomDash) Unmarshal ¶

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

func (*CustomDash) VerboseEqual ¶

func (this *CustomDash) VerboseEqual(that interface{}) error

func (*CustomDash) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *CustomDash) XXX_DiscardUnknown()

func (*CustomDash) XXX_Marshal ¶ added in v1.1.0

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

func (*CustomDash) XXX_Merge ¶ added in v1.1.0

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

func (*CustomDash) XXX_Size ¶ added in v1.1.0

func (m *CustomDash) XXX_Size() int

func (*CustomDash) XXX_Unmarshal ¶ added in v1.1.0

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

type CustomNameCustomType ¶

type CustomNameCustomType struct {
	FieldA               *Uuid                                                `protobuf:"bytes,1,opt,name=Id,customtype=Uuid" json:"Id,omitempty" pg:"Id"`
	FieldB               *github_com_bittorrent_protobuf_test_custom.Uint128  `` /* 129-byte string literal not displayed */
	FieldC               []Uuid                                               `protobuf:"bytes,3,rep,name=Ids,customtype=Uuid" json:"Ids,omitempty" pg:"Ids"`
	FieldD               []github_com_bittorrent_protobuf_test_custom.Uint128 `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                             `json:"-" pg:"-"`
	XXX_unrecognized     []byte                                               `json:"-" pg:"-"`
	XXX_sizecache        int32                                                `json:"-" pg:"-"`
}

func NewCustomNameCustomTypeFromFace ¶

func NewCustomNameCustomTypeFromFace(that CustomNameCustomTypeFace) *CustomNameCustomType

func NewPopulatedCustomNameCustomType ¶

func NewPopulatedCustomNameCustomType(r randyThetest, easy bool) *CustomNameCustomType

func (*CustomNameCustomType) Compare ¶

func (this *CustomNameCustomType) Compare(that interface{}) int

func (*CustomNameCustomType) Descriptor ¶

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

func (*CustomNameCustomType) Equal ¶

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

func (*CustomNameCustomType) GetFieldA ¶

func (this *CustomNameCustomType) GetFieldA() *Uuid

func (*CustomNameCustomType) GetFieldB ¶

func (*CustomNameCustomType) GetFieldC ¶

func (this *CustomNameCustomType) GetFieldC() []Uuid

func (*CustomNameCustomType) GetFieldD ¶

func (*CustomNameCustomType) GoString ¶

func (this *CustomNameCustomType) GoString() string

func (*CustomNameCustomType) Proto ¶

func (*CustomNameCustomType) ProtoMessage ¶

func (*CustomNameCustomType) ProtoMessage()

func (*CustomNameCustomType) Reset ¶

func (m *CustomNameCustomType) Reset()

func (*CustomNameCustomType) Size ¶

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

func (*CustomNameCustomType) String ¶

func (this *CustomNameCustomType) String() string

func (*CustomNameCustomType) TestProto ¶

func (*CustomNameCustomType) Unmarshal ¶

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

func (*CustomNameCustomType) VerboseEqual ¶

func (this *CustomNameCustomType) VerboseEqual(that interface{}) error

func (*CustomNameCustomType) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *CustomNameCustomType) XXX_DiscardUnknown()

func (*CustomNameCustomType) XXX_Marshal ¶ added in v1.1.0

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

func (*CustomNameCustomType) XXX_Merge ¶ added in v1.1.0

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

func (*CustomNameCustomType) XXX_Size ¶ added in v1.1.0

func (m *CustomNameCustomType) XXX_Size() int

func (*CustomNameCustomType) XXX_Unmarshal ¶ added in v1.1.0

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

type CustomNameCustomTypeFace ¶

type CustomNameCustomTypeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetFieldA() *Uuid
	GetFieldB() *github_com_bittorrent_protobuf_test_custom.Uint128
	GetFieldC() []Uuid
	GetFieldD() []github_com_bittorrent_protobuf_test_custom.Uint128
}

type CustomNameEnum ¶

type CustomNameEnum struct {
	FieldA               *TheTestEnum  `protobuf:"varint,1,opt,name=Field1,enum=test.TheTestEnum" json:"Field1,omitempty" pg:"Field1"`
	FieldB               []TheTestEnum `protobuf:"varint,2,rep,name=Field2,enum=test.TheTestEnum" json:"Field2,omitempty" pg:"Field2"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-" pg:"-"`
	XXX_unrecognized     []byte        `json:"-" pg:"-"`
	XXX_sizecache        int32         `json:"-" pg:"-"`
}

func NewCustomNameEnumFromFace ¶

func NewCustomNameEnumFromFace(that CustomNameEnumFace) *CustomNameEnum

func NewPopulatedCustomNameEnum ¶

func NewPopulatedCustomNameEnum(r randyThetest, easy bool) *CustomNameEnum

func (*CustomNameEnum) Compare ¶

func (this *CustomNameEnum) Compare(that interface{}) int

func (*CustomNameEnum) Descriptor ¶

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

func (*CustomNameEnum) Equal ¶

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

func (*CustomNameEnum) GetFieldA ¶

func (this *CustomNameEnum) GetFieldA() *TheTestEnum

func (*CustomNameEnum) GetFieldB ¶

func (this *CustomNameEnum) GetFieldB() []TheTestEnum

func (*CustomNameEnum) GoString ¶

func (this *CustomNameEnum) GoString() string

func (*CustomNameEnum) Proto ¶

func (*CustomNameEnum) ProtoMessage ¶

func (*CustomNameEnum) ProtoMessage()

func (*CustomNameEnum) Reset ¶

func (m *CustomNameEnum) Reset()

func (*CustomNameEnum) Size ¶

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

func (*CustomNameEnum) String ¶

func (this *CustomNameEnum) String() string

func (*CustomNameEnum) TestProto ¶

func (*CustomNameEnum) Unmarshal ¶

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

func (*CustomNameEnum) VerboseEqual ¶

func (this *CustomNameEnum) VerboseEqual(that interface{}) error

func (*CustomNameEnum) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *CustomNameEnum) XXX_DiscardUnknown()

func (*CustomNameEnum) XXX_Marshal ¶ added in v1.1.0

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

func (*CustomNameEnum) XXX_Merge ¶ added in v1.1.0

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

func (*CustomNameEnum) XXX_Size ¶ added in v1.1.0

func (m *CustomNameEnum) XXX_Size() int

func (*CustomNameEnum) XXX_Unmarshal ¶ added in v1.1.0

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

type CustomNameEnumFace ¶

type CustomNameEnumFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetFieldA() *TheTestEnum
	GetFieldB() []TheTestEnum
}

type CustomNameNidOptNative ¶

type CustomNameNidOptNative struct {
	FieldA               float64  `protobuf:"fixed64,1,opt,name=Field1" json:"Field1" pg:"Field1"`
	FieldB               float32  `protobuf:"fixed32,2,opt,name=Field2" json:"Field2" pg:"Field2"`
	FieldC               int32    `protobuf:"varint,3,opt,name=Field3" json:"Field3" pg:"Field3"`
	FieldD               int64    `protobuf:"varint,4,opt,name=Field4" json:"Field4" pg:"Field4"`
	FieldE               uint32   `protobuf:"varint,5,opt,name=Field5" json:"Field5" pg:"Field5"`
	FieldF               uint64   `protobuf:"varint,6,opt,name=Field6" json:"Field6" pg:"Field6"`
	FieldG               int32    `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7" pg:"Field7"`
	FieldH               int64    `protobuf:"zigzag64,8,opt,name=Field8" json:"Field8" pg:"Field8"`
	FieldI               uint32   `protobuf:"fixed32,9,opt,name=Field9" json:"Field9" pg:"Field9"`
	FieldJ               int32    `protobuf:"fixed32,10,opt,name=Field10" json:"Field10" pg:"Field10"`
	FieldK               uint64   `protobuf:"fixed64,11,opt,name=Field11" json:"Field11" pg:"Field11"`
	FieldL               int64    `protobuf:"fixed64,12,opt,name=Field12" json:"Field12" pg:"Field12"`
	FieldM               bool     `protobuf:"varint,13,opt,name=Field13" json:"Field13" pg:"Field13"`
	FieldN               string   `protobuf:"bytes,14,opt,name=Field14" json:"Field14" pg:"Field14"`
	FieldO               []byte   `protobuf:"bytes,15,opt,name=Field15" json:"Field15" pg:"Field15"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedCustomNameNidOptNative ¶

func NewPopulatedCustomNameNidOptNative(r randyThetest, easy bool) *CustomNameNidOptNative

func (*CustomNameNidOptNative) Compare ¶

func (this *CustomNameNidOptNative) Compare(that interface{}) int

func (*CustomNameNidOptNative) Descriptor ¶

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

func (*CustomNameNidOptNative) Equal ¶

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

func (*CustomNameNidOptNative) GetFieldA ¶

func (this *CustomNameNidOptNative) GetFieldA() float64

func (*CustomNameNidOptNative) GetFieldB ¶

func (this *CustomNameNidOptNative) GetFieldB() float32

func (*CustomNameNidOptNative) GetFieldC ¶

func (this *CustomNameNidOptNative) GetFieldC() int32

func (*CustomNameNidOptNative) GetFieldD ¶

func (this *CustomNameNidOptNative) GetFieldD() int64

func (*CustomNameNidOptNative) GetFieldE ¶

func (this *CustomNameNidOptNative) GetFieldE() uint32

func (*CustomNameNidOptNative) GetFieldF ¶

func (this *CustomNameNidOptNative) GetFieldF() uint64

func (*CustomNameNidOptNative) GetFieldG ¶

func (this *CustomNameNidOptNative) GetFieldG() int32

func (*CustomNameNidOptNative) GetFieldH ¶

func (this *CustomNameNidOptNative) GetFieldH() int64

func (*CustomNameNidOptNative) GetFieldI ¶

func (this *CustomNameNidOptNative) GetFieldI() uint32

func (*CustomNameNidOptNative) GetFieldJ ¶

func (this *CustomNameNidOptNative) GetFieldJ() int32

func (*CustomNameNidOptNative) GetFieldK ¶

func (this *CustomNameNidOptNative) GetFieldK() uint64

func (*CustomNameNidOptNative) GetFieldL ¶

func (this *CustomNameNidOptNative) GetFieldL() int64

func (*CustomNameNidOptNative) GetFieldM ¶

func (this *CustomNameNidOptNative) GetFieldM() bool

func (*CustomNameNidOptNative) GetFieldN ¶

func (this *CustomNameNidOptNative) GetFieldN() string

func (*CustomNameNidOptNative) GetFieldO ¶

func (this *CustomNameNidOptNative) GetFieldO() []byte

func (*CustomNameNidOptNative) GoString ¶

func (this *CustomNameNidOptNative) GoString() string

func (*CustomNameNidOptNative) Proto ¶

func (*CustomNameNidOptNative) ProtoMessage ¶

func (*CustomNameNidOptNative) ProtoMessage()

func (*CustomNameNidOptNative) Reset ¶

func (m *CustomNameNidOptNative) Reset()

func (*CustomNameNidOptNative) Size ¶

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

func (*CustomNameNidOptNative) String ¶

func (this *CustomNameNidOptNative) String() string

func (*CustomNameNidOptNative) TestProto ¶

func (*CustomNameNidOptNative) Unmarshal ¶

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

func (*CustomNameNidOptNative) VerboseEqual ¶

func (this *CustomNameNidOptNative) VerboseEqual(that interface{}) error

func (*CustomNameNidOptNative) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *CustomNameNidOptNative) XXX_DiscardUnknown()

func (*CustomNameNidOptNative) XXX_Marshal ¶ added in v1.1.0

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

func (*CustomNameNidOptNative) XXX_Merge ¶ added in v1.1.0

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

func (*CustomNameNidOptNative) XXX_Size ¶ added in v1.1.0

func (m *CustomNameNidOptNative) XXX_Size() int

func (*CustomNameNidOptNative) XXX_Unmarshal ¶ added in v1.1.0

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

type CustomNameNidOptNativeFace ¶

type CustomNameNidOptNativeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetFieldA() float64
	GetFieldB() float32
	GetFieldC() int32
	GetFieldD() int64
	GetFieldE() uint32
	GetFieldF() uint64
	GetFieldG() int32
	GetFieldH() int64
	GetFieldI() uint32
	GetFieldJ() int32
	GetFieldK() uint64
	GetFieldL() int64
	GetFieldM() bool
	GetFieldN() string
	GetFieldO() []byte
}

type CustomNameNinEmbeddedStructUnion ¶

type CustomNameNinEmbeddedStructUnion struct {
	*NidOptNative        `protobuf:"bytes,1,opt,name=Field1,embedded=Field1" json:"Field1,omitempty" pg:"Field1"`
	FieldA               *NinOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200,omitempty" pg:"Field200"`
	FieldB               *bool         `protobuf:"varint,210,opt,name=Field210" json:"Field210,omitempty" pg:"Field210"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-" pg:"-"`
	XXX_unrecognized     []byte        `json:"-" pg:"-"`
	XXX_sizecache        int32         `json:"-" pg:"-"`
}

func NewPopulatedCustomNameNinEmbeddedStructUnion ¶

func NewPopulatedCustomNameNinEmbeddedStructUnion(r randyThetest, easy bool) *CustomNameNinEmbeddedStructUnion

func (*CustomNameNinEmbeddedStructUnion) Compare ¶

func (this *CustomNameNinEmbeddedStructUnion) Compare(that interface{}) int

func (*CustomNameNinEmbeddedStructUnion) Description ¶

func (*CustomNameNinEmbeddedStructUnion) Descriptor ¶

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

func (*CustomNameNinEmbeddedStructUnion) Equal ¶

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

func (*CustomNameNinEmbeddedStructUnion) GetFieldA ¶

func (*CustomNameNinEmbeddedStructUnion) GetFieldB ¶

func (this *CustomNameNinEmbeddedStructUnion) GetFieldB() *bool

func (*CustomNameNinEmbeddedStructUnion) GetNidOptNative ¶

func (this *CustomNameNinEmbeddedStructUnion) GetNidOptNative() *NidOptNative

func (*CustomNameNinEmbeddedStructUnion) GetValue ¶

func (this *CustomNameNinEmbeddedStructUnion) GetValue() interface{}

func (*CustomNameNinEmbeddedStructUnion) GoString ¶

func (this *CustomNameNinEmbeddedStructUnion) GoString() string

func (*CustomNameNinEmbeddedStructUnion) Proto ¶

func (*CustomNameNinEmbeddedStructUnion) ProtoMessage ¶

func (*CustomNameNinEmbeddedStructUnion) ProtoMessage()

func (*CustomNameNinEmbeddedStructUnion) Reset ¶

func (*CustomNameNinEmbeddedStructUnion) SetValue ¶

func (this *CustomNameNinEmbeddedStructUnion) SetValue(value interface{}) bool

func (*CustomNameNinEmbeddedStructUnion) Size ¶

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

func (*CustomNameNinEmbeddedStructUnion) String ¶

func (*CustomNameNinEmbeddedStructUnion) TestProto ¶

func (*CustomNameNinEmbeddedStructUnion) Unmarshal ¶

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

func (*CustomNameNinEmbeddedStructUnion) VerboseEqual ¶

func (this *CustomNameNinEmbeddedStructUnion) VerboseEqual(that interface{}) error

func (*CustomNameNinEmbeddedStructUnion) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *CustomNameNinEmbeddedStructUnion) XXX_DiscardUnknown()

func (*CustomNameNinEmbeddedStructUnion) XXX_Marshal ¶ added in v1.1.0

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

func (*CustomNameNinEmbeddedStructUnion) XXX_Merge ¶ added in v1.1.0

func (*CustomNameNinEmbeddedStructUnion) XXX_Size ¶ added in v1.1.0

func (m *CustomNameNinEmbeddedStructUnion) XXX_Size() int

func (*CustomNameNinEmbeddedStructUnion) XXX_Unmarshal ¶ added in v1.1.0

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

type CustomNameNinEmbeddedStructUnionFace ¶

type CustomNameNinEmbeddedStructUnionFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetNidOptNative() *NidOptNative
	GetFieldA() *NinOptNative
	GetFieldB() *bool
}

type CustomNameNinOptNative ¶

type CustomNameNinOptNative struct {
	FieldA               *float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	FieldB               *float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	FieldC               *int32   `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty" pg:"Field3"`
	FieldD               *int64   `protobuf:"varint,4,opt,name=Field4" json:"Field4,omitempty" pg:"Field4"`
	FieldE               *uint32  `protobuf:"varint,5,opt,name=Field5" json:"Field5,omitempty" pg:"Field5"`
	FieldF               *uint64  `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty" pg:"Field6"`
	FieldG               *int32   `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty" pg:"Field7"`
	FieldH               *int64   `protobuf:"zigzag64,8,opt,name=Field8" json:"Field8,omitempty" pg:"Field8"`
	FieldI               *uint32  `protobuf:"fixed32,9,opt,name=Field9" json:"Field9,omitempty" pg:"Field9"`
	FieldJ               *int32   `protobuf:"fixed32,10,opt,name=Field10" json:"Field10,omitempty" pg:"Field10"`
	FieldK               *uint64  `protobuf:"fixed64,11,opt,name=Field11" json:"Field11,omitempty" pg:"Field11"`
	FielL                *int64   `protobuf:"fixed64,12,opt,name=Field12" json:"Field12,omitempty" pg:"Field12"`
	FieldM               *bool    `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty" pg:"Field13"`
	FieldN               *string  `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty" pg:"Field14"`
	FieldO               []byte   `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty" pg:"Field15"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedCustomNameNinOptNative ¶

func NewPopulatedCustomNameNinOptNative(r randyThetest, easy bool) *CustomNameNinOptNative

func (*CustomNameNinOptNative) Compare ¶

func (this *CustomNameNinOptNative) Compare(that interface{}) int

func (*CustomNameNinOptNative) Descriptor ¶

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

func (*CustomNameNinOptNative) Equal ¶

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

func (*CustomNameNinOptNative) GetFielL ¶

func (this *CustomNameNinOptNative) GetFielL() *int64

func (*CustomNameNinOptNative) GetFieldA ¶

func (this *CustomNameNinOptNative) GetFieldA() *float64

func (*CustomNameNinOptNative) GetFieldB ¶

func (this *CustomNameNinOptNative) GetFieldB() *float32

func (*CustomNameNinOptNative) GetFieldC ¶

func (this *CustomNameNinOptNative) GetFieldC() *int32

func (*CustomNameNinOptNative) GetFieldD ¶

func (this *CustomNameNinOptNative) GetFieldD() *int64

func (*CustomNameNinOptNative) GetFieldE ¶

func (this *CustomNameNinOptNative) GetFieldE() *uint32

func (*CustomNameNinOptNative) GetFieldF ¶

func (this *CustomNameNinOptNative) GetFieldF() *uint64

func (*CustomNameNinOptNative) GetFieldG ¶

func (this *CustomNameNinOptNative) GetFieldG() *int32

func (*CustomNameNinOptNative) GetFieldH ¶

func (this *CustomNameNinOptNative) GetFieldH() *int64

func (*CustomNameNinOptNative) GetFieldI ¶

func (this *CustomNameNinOptNative) GetFieldI() *uint32

func (*CustomNameNinOptNative) GetFieldJ ¶

func (this *CustomNameNinOptNative) GetFieldJ() *int32

func (*CustomNameNinOptNative) GetFieldK ¶

func (this *CustomNameNinOptNative) GetFieldK() *uint64

func (*CustomNameNinOptNative) GetFieldM ¶

func (this *CustomNameNinOptNative) GetFieldM() *bool

func (*CustomNameNinOptNative) GetFieldN ¶

func (this *CustomNameNinOptNative) GetFieldN() *string

func (*CustomNameNinOptNative) GetFieldO ¶

func (this *CustomNameNinOptNative) GetFieldO() []byte

func (*CustomNameNinOptNative) GoString ¶

func (this *CustomNameNinOptNative) GoString() string

func (*CustomNameNinOptNative) Proto ¶

func (*CustomNameNinOptNative) ProtoMessage ¶

func (*CustomNameNinOptNative) ProtoMessage()

func (*CustomNameNinOptNative) Reset ¶

func (m *CustomNameNinOptNative) Reset()

func (*CustomNameNinOptNative) Size ¶

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

func (*CustomNameNinOptNative) String ¶

func (this *CustomNameNinOptNative) String() string

func (*CustomNameNinOptNative) TestProto ¶

func (*CustomNameNinOptNative) Unmarshal ¶

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

func (*CustomNameNinOptNative) VerboseEqual ¶

func (this *CustomNameNinOptNative) VerboseEqual(that interface{}) error

func (*CustomNameNinOptNative) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *CustomNameNinOptNative) XXX_DiscardUnknown()

func (*CustomNameNinOptNative) XXX_Marshal ¶ added in v1.1.0

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

func (*CustomNameNinOptNative) XXX_Merge ¶ added in v1.1.0

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

func (*CustomNameNinOptNative) XXX_Size ¶ added in v1.1.0

func (m *CustomNameNinOptNative) XXX_Size() int

func (*CustomNameNinOptNative) XXX_Unmarshal ¶ added in v1.1.0

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

type CustomNameNinOptNativeFace ¶

type CustomNameNinOptNativeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetFieldA() *float64
	GetFieldB() *float32
	GetFieldC() *int32
	GetFieldD() *int64
	GetFieldE() *uint32
	GetFieldF() *uint64
	GetFieldG() *int32
	GetFieldH() *int64
	GetFieldI() *uint32
	GetFieldJ() *int32
	GetFieldK() *uint64
	GetFielL() *int64
	GetFieldM() *bool
	GetFieldN() *string
	GetFieldO() []byte
}

type CustomNameNinRepNative ¶

type CustomNameNinRepNative struct {
	FieldA               []float64 `protobuf:"fixed64,1,rep,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	FieldB               []float32 `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	FieldC               []int32   `protobuf:"varint,3,rep,name=Field3" json:"Field3,omitempty" pg:"Field3"`
	FieldD               []int64   `protobuf:"varint,4,rep,name=Field4" json:"Field4,omitempty" pg:"Field4"`
	FieldE               []uint32  `protobuf:"varint,5,rep,name=Field5" json:"Field5,omitempty" pg:"Field5"`
	FieldF               []uint64  `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty" pg:"Field6"`
	FieldG               []int32   `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty" pg:"Field7"`
	FieldH               []int64   `protobuf:"zigzag64,8,rep,name=Field8" json:"Field8,omitempty" pg:"Field8"`
	FieldI               []uint32  `protobuf:"fixed32,9,rep,name=Field9" json:"Field9,omitempty" pg:"Field9"`
	FieldJ               []int32   `protobuf:"fixed32,10,rep,name=Field10" json:"Field10,omitempty" pg:"Field10"`
	FieldK               []uint64  `protobuf:"fixed64,11,rep,name=Field11" json:"Field11,omitempty" pg:"Field11"`
	FieldL               []int64   `protobuf:"fixed64,12,rep,name=Field12" json:"Field12,omitempty" pg:"Field12"`
	FieldM               []bool    `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty" pg:"Field13"`
	FieldN               []string  `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty" pg:"Field14"`
	FieldO               [][]byte  `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty" pg:"Field15"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-" pg:"-"`
	XXX_unrecognized     []byte    `json:"-" pg:"-"`
	XXX_sizecache        int32     `json:"-" pg:"-"`
}

func NewPopulatedCustomNameNinRepNative ¶

func NewPopulatedCustomNameNinRepNative(r randyThetest, easy bool) *CustomNameNinRepNative

func (*CustomNameNinRepNative) Compare ¶

func (this *CustomNameNinRepNative) Compare(that interface{}) int

func (*CustomNameNinRepNative) Descriptor ¶

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

func (*CustomNameNinRepNative) Equal ¶

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

func (*CustomNameNinRepNative) GetFieldA ¶

func (this *CustomNameNinRepNative) GetFieldA() []float64

func (*CustomNameNinRepNative) GetFieldB ¶

func (this *CustomNameNinRepNative) GetFieldB() []float32

func (*CustomNameNinRepNative) GetFieldC ¶

func (this *CustomNameNinRepNative) GetFieldC() []int32

func (*CustomNameNinRepNative) GetFieldD ¶

func (this *CustomNameNinRepNative) GetFieldD() []int64

func (*CustomNameNinRepNative) GetFieldE ¶

func (this *CustomNameNinRepNative) GetFieldE() []uint32

func (*CustomNameNinRepNative) GetFieldF ¶

func (this *CustomNameNinRepNative) GetFieldF() []uint64

func (*CustomNameNinRepNative) GetFieldG ¶

func (this *CustomNameNinRepNative) GetFieldG() []int32

func (*CustomNameNinRepNative) GetFieldH ¶

func (this *CustomNameNinRepNative) GetFieldH() []int64

func (*CustomNameNinRepNative) GetFieldI ¶

func (this *CustomNameNinRepNative) GetFieldI() []uint32

func (*CustomNameNinRepNative) GetFieldJ ¶

func (this *CustomNameNinRepNative) GetFieldJ() []int32

func (*CustomNameNinRepNative) GetFieldK ¶

func (this *CustomNameNinRepNative) GetFieldK() []uint64

func (*CustomNameNinRepNative) GetFieldL ¶

func (this *CustomNameNinRepNative) GetFieldL() []int64

func (*CustomNameNinRepNative) GetFieldM ¶

func (this *CustomNameNinRepNative) GetFieldM() []bool

func (*CustomNameNinRepNative) GetFieldN ¶

func (this *CustomNameNinRepNative) GetFieldN() []string

func (*CustomNameNinRepNative) GetFieldO ¶

func (this *CustomNameNinRepNative) GetFieldO() [][]byte

func (*CustomNameNinRepNative) GoString ¶

func (this *CustomNameNinRepNative) GoString() string

func (*CustomNameNinRepNative) Proto ¶

func (*CustomNameNinRepNative) ProtoMessage ¶

func (*CustomNameNinRepNative) ProtoMessage()

func (*CustomNameNinRepNative) Reset ¶

func (m *CustomNameNinRepNative) Reset()

func (*CustomNameNinRepNative) Size ¶

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

func (*CustomNameNinRepNative) String ¶

func (this *CustomNameNinRepNative) String() string

func (*CustomNameNinRepNative) TestProto ¶

func (*CustomNameNinRepNative) Unmarshal ¶

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

func (*CustomNameNinRepNative) VerboseEqual ¶

func (this *CustomNameNinRepNative) VerboseEqual(that interface{}) error

func (*CustomNameNinRepNative) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *CustomNameNinRepNative) XXX_DiscardUnknown()

func (*CustomNameNinRepNative) XXX_Marshal ¶ added in v1.1.0

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

func (*CustomNameNinRepNative) XXX_Merge ¶ added in v1.1.0

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

func (*CustomNameNinRepNative) XXX_Size ¶ added in v1.1.0

func (m *CustomNameNinRepNative) XXX_Size() int

func (*CustomNameNinRepNative) XXX_Unmarshal ¶ added in v1.1.0

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

type CustomNameNinRepNativeFace ¶

type CustomNameNinRepNativeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetFieldA() []float64
	GetFieldB() []float32
	GetFieldC() []int32
	GetFieldD() []int64
	GetFieldE() []uint32
	GetFieldF() []uint64
	GetFieldG() []int32
	GetFieldH() []int64
	GetFieldI() []uint32
	GetFieldJ() []int32
	GetFieldK() []uint64
	GetFieldL() []int64
	GetFieldM() []bool
	GetFieldN() []string
	GetFieldO() [][]byte
}

type CustomNameNinStruct ¶

type CustomNameNinStruct struct {
	FieldA               *float64        `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	FieldB               *float32        `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	FieldC               *NidOptNative   `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty" pg:"Field3"`
	FieldD               []*NinOptNative `protobuf:"bytes,4,rep,name=Field4" json:"Field4,omitempty" pg:"Field4"`
	FieldE               *uint64         `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty" pg:"Field6"`
	FieldF               *int32          `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty" pg:"Field7"`
	FieldG               *NidOptNative   `protobuf:"bytes,8,opt,name=Field8" json:"Field8,omitempty" pg:"Field8"`
	FieldH               *bool           `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty" pg:"Field13"`
	FieldI               *string         `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty" pg:"Field14"`
	FieldJ               []byte          `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty" pg:"Field15"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-" pg:"-"`
	XXX_unrecognized     []byte          `json:"-" pg:"-"`
	XXX_sizecache        int32           `json:"-" pg:"-"`
}

func NewCustomNameNinStructFromFace ¶

func NewCustomNameNinStructFromFace(that CustomNameNinStructFace) *CustomNameNinStruct

func NewPopulatedCustomNameNinStruct ¶

func NewPopulatedCustomNameNinStruct(r randyThetest, easy bool) *CustomNameNinStruct

func (*CustomNameNinStruct) Compare ¶

func (this *CustomNameNinStruct) Compare(that interface{}) int

func (*CustomNameNinStruct) Descriptor ¶

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

func (*CustomNameNinStruct) Equal ¶

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

func (*CustomNameNinStruct) GetFieldA ¶

func (this *CustomNameNinStruct) GetFieldA() *float64

func (*CustomNameNinStruct) GetFieldB ¶

func (this *CustomNameNinStruct) GetFieldB() *float32

func (*CustomNameNinStruct) GetFieldC ¶

func (this *CustomNameNinStruct) GetFieldC() *NidOptNative

func (*CustomNameNinStruct) GetFieldD ¶

func (this *CustomNameNinStruct) GetFieldD() []*NinOptNative

func (*CustomNameNinStruct) GetFieldE ¶

func (this *CustomNameNinStruct) GetFieldE() *uint64

func (*CustomNameNinStruct) GetFieldF ¶

func (this *CustomNameNinStruct) GetFieldF() *int32

func (*CustomNameNinStruct) GetFieldG ¶

func (this *CustomNameNinStruct) GetFieldG() *NidOptNative

func (*CustomNameNinStruct) GetFieldH ¶

func (this *CustomNameNinStruct) GetFieldH() *bool

func (*CustomNameNinStruct) GetFieldI ¶

func (this *CustomNameNinStruct) GetFieldI() *string

func (*CustomNameNinStruct) GetFieldJ ¶

func (this *CustomNameNinStruct) GetFieldJ() []byte

func (*CustomNameNinStruct) GoString ¶

func (this *CustomNameNinStruct) GoString() string

func (*CustomNameNinStruct) Proto ¶

func (*CustomNameNinStruct) ProtoMessage ¶

func (*CustomNameNinStruct) ProtoMessage()

func (*CustomNameNinStruct) Reset ¶

func (m *CustomNameNinStruct) Reset()

func (*CustomNameNinStruct) Size ¶

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

func (*CustomNameNinStruct) String ¶

func (this *CustomNameNinStruct) String() string

func (*CustomNameNinStruct) TestProto ¶

func (*CustomNameNinStruct) Unmarshal ¶

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

func (*CustomNameNinStruct) VerboseEqual ¶

func (this *CustomNameNinStruct) VerboseEqual(that interface{}) error

func (*CustomNameNinStruct) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *CustomNameNinStruct) XXX_DiscardUnknown()

func (*CustomNameNinStruct) XXX_Marshal ¶ added in v1.1.0

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

func (*CustomNameNinStruct) XXX_Merge ¶ added in v1.1.0

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

func (*CustomNameNinStruct) XXX_Size ¶ added in v1.1.0

func (m *CustomNameNinStruct) XXX_Size() int

func (*CustomNameNinStruct) XXX_Unmarshal ¶ added in v1.1.0

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

type CustomNameNinStructFace ¶

type CustomNameNinStructFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetFieldA() *float64
	GetFieldB() *float32
	GetFieldC() *NidOptNative
	GetFieldD() []*NinOptNative
	GetFieldE() *uint64
	GetFieldF() *int32
	GetFieldG() *NidOptNative
	GetFieldH() *bool
	GetFieldI() *string
	GetFieldJ() []byte
}

type DeepLeaf ¶

type DeepLeaf struct {
	Tree                 Tree     `protobuf:"bytes,1,opt,name=Tree" json:"Tree" pg:"Tree"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewDeepLeafFromFace ¶

func NewDeepLeafFromFace(that DeepLeafFace) *DeepLeaf

func NewPopulatedDeepLeaf ¶

func NewPopulatedDeepLeaf(r randyThetest, easy bool) *DeepLeaf

func (*DeepLeaf) Compare ¶

func (this *DeepLeaf) Compare(that interface{}) int

func (*DeepLeaf) Descriptor ¶

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

func (*DeepLeaf) Equal ¶

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

func (*DeepLeaf) GetTree ¶

func (this *DeepLeaf) GetTree() Tree

func (*DeepLeaf) GoString ¶

func (this *DeepLeaf) GoString() string

func (*DeepLeaf) Proto ¶

func (*DeepLeaf) ProtoMessage ¶

func (*DeepLeaf) ProtoMessage()

func (*DeepLeaf) Reset ¶

func (m *DeepLeaf) Reset()

func (*DeepLeaf) Size ¶

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

func (*DeepLeaf) String ¶

func (this *DeepLeaf) String() string

func (*DeepLeaf) TestProto ¶

func (*DeepLeaf) Unmarshal ¶

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

func (*DeepLeaf) VerboseEqual ¶

func (this *DeepLeaf) VerboseEqual(that interface{}) error

func (*DeepLeaf) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *DeepLeaf) XXX_DiscardUnknown()

func (*DeepLeaf) XXX_Marshal ¶ added in v1.1.0

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

func (*DeepLeaf) XXX_Merge ¶ added in v1.1.0

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

func (*DeepLeaf) XXX_Size ¶ added in v1.1.0

func (m *DeepLeaf) XXX_Size() int

func (*DeepLeaf) XXX_Unmarshal ¶ added in v1.1.0

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

type DeepLeafFace ¶

type DeepLeafFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetTree() Tree
}

type DeepTree ¶

type DeepTree struct {
	Down                 *ADeepBranch   `protobuf:"bytes,1,opt,name=Down" json:"Down,omitempty" pg:"Down"`
	And                  *AndDeepBranch `protobuf:"bytes,2,opt,name=And" json:"And,omitempty" pg:"And"`
	Leaf                 *DeepLeaf      `protobuf:"bytes,3,opt,name=Leaf" json:"Leaf,omitempty" pg:"Leaf"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-" pg:"-"`
	XXX_unrecognized     []byte         `json:"-" pg:"-"`
	XXX_sizecache        int32          `json:"-" pg:"-"`
}

func NewDeepTreeFromFace ¶

func NewDeepTreeFromFace(that DeepTreeFace) *DeepTree

func NewPopulatedDeepTree ¶

func NewPopulatedDeepTree(r randyThetest, easy bool) *DeepTree

func (*DeepTree) Compare ¶

func (this *DeepTree) Compare(that interface{}) int

func (*DeepTree) Descriptor ¶

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

func (*DeepTree) Equal ¶

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

func (*DeepTree) GetAnd ¶

func (this *DeepTree) GetAnd() *AndDeepBranch

func (*DeepTree) GetDown ¶

func (this *DeepTree) GetDown() *ADeepBranch

func (*DeepTree) GetLeaf ¶

func (this *DeepTree) GetLeaf() *DeepLeaf

func (*DeepTree) GetValue ¶

func (this *DeepTree) GetValue() interface{}

func (*DeepTree) GoString ¶

func (this *DeepTree) GoString() string

func (*DeepTree) Proto ¶

func (*DeepTree) ProtoMessage ¶

func (*DeepTree) ProtoMessage()

func (*DeepTree) Reset ¶

func (m *DeepTree) Reset()

func (*DeepTree) SetValue ¶

func (this *DeepTree) SetValue(value interface{}) bool

func (*DeepTree) Size ¶

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

func (*DeepTree) String ¶

func (this *DeepTree) String() string

func (*DeepTree) TestProto ¶

func (*DeepTree) Unmarshal ¶

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

func (*DeepTree) VerboseEqual ¶

func (this *DeepTree) VerboseEqual(that interface{}) error

func (*DeepTree) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *DeepTree) XXX_DiscardUnknown()

func (*DeepTree) XXX_Marshal ¶ added in v1.1.0

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

func (*DeepTree) XXX_Merge ¶ added in v1.1.0

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

func (*DeepTree) XXX_Size ¶ added in v1.1.0

func (m *DeepTree) XXX_Size() int

func (*DeepTree) XXX_Unmarshal ¶ added in v1.1.0

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

type DeepTreeFace ¶

type DeepTreeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetDown() *ADeepBranch
	GetAnd() *AndDeepBranch
	GetLeaf() *DeepLeaf
}

type Leaf ¶

type Leaf struct {
	Value                int64    `protobuf:"varint,1,opt,name=Value" json:"Value" pg:"Value"`
	StrValue             string   `protobuf:"bytes,2,opt,name=StrValue" json:"StrValue" pg:"StrValue"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewLeafFromFace ¶

func NewLeafFromFace(that LeafFace) *Leaf

func NewPopulatedLeaf ¶

func NewPopulatedLeaf(r randyThetest, easy bool) *Leaf

func (*Leaf) Compare ¶

func (this *Leaf) Compare(that interface{}) int

func (*Leaf) Descriptor ¶

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

func (*Leaf) Equal ¶

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

func (*Leaf) GetStrValue ¶

func (this *Leaf) GetStrValue() string

func (*Leaf) GetValue ¶

func (this *Leaf) GetValue() int64

func (*Leaf) GoString ¶

func (this *Leaf) GoString() string

func (*Leaf) Proto ¶

func (*Leaf) ProtoMessage ¶

func (*Leaf) ProtoMessage()

func (*Leaf) Reset ¶

func (m *Leaf) Reset()

func (*Leaf) Size ¶

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

func (*Leaf) String ¶

func (this *Leaf) String() string

func (*Leaf) TestProto ¶

func (*Leaf) Unmarshal ¶

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

func (*Leaf) VerboseEqual ¶

func (this *Leaf) VerboseEqual(that interface{}) error

func (*Leaf) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *Leaf) XXX_DiscardUnknown()

func (*Leaf) XXX_Marshal ¶ added in v1.1.0

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

func (*Leaf) XXX_Merge ¶ added in v1.1.0

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

func (*Leaf) XXX_Size ¶ added in v1.1.0

func (m *Leaf) XXX_Size() int

func (*Leaf) XXX_Unmarshal ¶ added in v1.1.0

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

type LeafFace ¶

type LeafFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetValue() int64
	GetStrValue() string
}

type MyExtendable ¶

type MyExtendable struct {
	Field1                       *int64   `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	XXX_NoUnkeyedLiteral         struct{} `json:"-" pg:"-"`
	proto.XXX_InternalExtensions `json:"-" pg:"-"`
	XXX_unrecognized             []byte `json:"-" pg:"-"`
	XXX_sizecache                int32  `json:"-" pg:"-"`
}

func NewPopulatedMyExtendable ¶

func NewPopulatedMyExtendable(r randyThetest, easy bool) *MyExtendable

func (*MyExtendable) Compare ¶

func (this *MyExtendable) Compare(that interface{}) int

func (*MyExtendable) Descriptor ¶

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

func (*MyExtendable) Equal ¶

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

func (*MyExtendable) ExtensionRangeArray ¶

func (*MyExtendable) ExtensionRangeArray() []proto.ExtensionRange

func (*MyExtendable) GoString ¶

func (this *MyExtendable) GoString() string

func (*MyExtendable) ProtoMessage ¶

func (*MyExtendable) ProtoMessage()

func (*MyExtendable) Reset ¶

func (m *MyExtendable) Reset()

func (*MyExtendable) Size ¶

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

func (*MyExtendable) String ¶

func (this *MyExtendable) String() string

func (*MyExtendable) Unmarshal ¶

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

func (*MyExtendable) VerboseEqual ¶

func (this *MyExtendable) VerboseEqual(that interface{}) error

func (*MyExtendable) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *MyExtendable) XXX_DiscardUnknown()

func (*MyExtendable) XXX_Marshal ¶ added in v1.1.0

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

func (*MyExtendable) XXX_Merge ¶ added in v1.1.0

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

func (*MyExtendable) XXX_Size ¶ added in v1.1.0

func (m *MyExtendable) XXX_Size() int

func (*MyExtendable) XXX_Unmarshal ¶ added in v1.1.0

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

type NestedDefinition ¶

type NestedDefinition struct {
	Field1               *int64                                          `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	EnumField            *NestedDefinition_NestedEnum                    `protobuf:"varint,2,opt,name=EnumField,enum=test.NestedDefinition_NestedEnum" json:"EnumField,omitempty" pg:"EnumField"`
	NNM                  *NestedDefinition_NestedMessage_NestedNestedMsg `protobuf:"bytes,3,opt,name=NNM" json:"NNM,omitempty" pg:"NNM"`
	NM                   *NestedDefinition_NestedMessage                 `protobuf:"bytes,4,opt,name=NM" json:"NM,omitempty" pg:"NM"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-" pg:"-"`
	XXX_unrecognized     []byte                                          `json:"-" pg:"-"`
	XXX_sizecache        int32                                           `json:"-" pg:"-"`
}

func NewNestedDefinitionFromFace ¶

func NewNestedDefinitionFromFace(that NestedDefinitionFace) *NestedDefinition

func NewPopulatedNestedDefinition ¶

func NewPopulatedNestedDefinition(r randyThetest, easy bool) *NestedDefinition

func (*NestedDefinition) Compare ¶

func (this *NestedDefinition) Compare(that interface{}) int

func (*NestedDefinition) Descriptor ¶

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

func (*NestedDefinition) Equal ¶

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

func (*NestedDefinition) GetEnumField ¶

func (this *NestedDefinition) GetEnumField() *NestedDefinition_NestedEnum

func (*NestedDefinition) GetField1 ¶

func (this *NestedDefinition) GetField1() *int64

func (*NestedDefinition) GetNM ¶

func (*NestedDefinition) GetNNM ¶

func (*NestedDefinition) GoString ¶

func (this *NestedDefinition) GoString() string

func (*NestedDefinition) Proto ¶

func (*NestedDefinition) ProtoMessage ¶

func (*NestedDefinition) ProtoMessage()

func (*NestedDefinition) Reset ¶

func (m *NestedDefinition) Reset()

func (*NestedDefinition) Size ¶

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

func (*NestedDefinition) String ¶

func (this *NestedDefinition) String() string

func (*NestedDefinition) TestProto ¶

func (*NestedDefinition) Unmarshal ¶

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

func (*NestedDefinition) VerboseEqual ¶

func (this *NestedDefinition) VerboseEqual(that interface{}) error

func (*NestedDefinition) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NestedDefinition) XXX_DiscardUnknown()

func (*NestedDefinition) XXX_Marshal ¶ added in v1.1.0

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

func (*NestedDefinition) XXX_Merge ¶ added in v1.1.0

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

func (*NestedDefinition) XXX_Size ¶ added in v1.1.0

func (m *NestedDefinition) XXX_Size() int

func (*NestedDefinition) XXX_Unmarshal ¶ added in v1.1.0

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

type NestedDefinition_NestedEnum ¶

type NestedDefinition_NestedEnum int32
const (
	TYPE_NESTED NestedDefinition_NestedEnum = 1
)

func (NestedDefinition_NestedEnum) Enum ¶

func (NestedDefinition_NestedEnum) EnumDescriptor ¶

func (NestedDefinition_NestedEnum) EnumDescriptor() ([]byte, []int)

func (NestedDefinition_NestedEnum) MarshalJSON ¶

func (x NestedDefinition_NestedEnum) MarshalJSON() ([]byte, error)

func (NestedDefinition_NestedEnum) String ¶

func (*NestedDefinition_NestedEnum) UnmarshalJSON ¶

func (x *NestedDefinition_NestedEnum) UnmarshalJSON(data []byte) error

type NestedDefinition_NestedMessage ¶

type NestedDefinition_NestedMessage struct {
	NestedField1         *uint64                                         `protobuf:"fixed64,1,opt,name=NestedField1" json:"NestedField1,omitempty" pg:"NestedField1"`
	NNM                  *NestedDefinition_NestedMessage_NestedNestedMsg `protobuf:"bytes,2,opt,name=NNM" json:"NNM,omitempty" pg:"NNM"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-" pg:"-"`
	XXX_unrecognized     []byte                                          `json:"-" pg:"-"`
	XXX_sizecache        int32                                           `json:"-" pg:"-"`
}

func NewPopulatedNestedDefinition_NestedMessage ¶

func NewPopulatedNestedDefinition_NestedMessage(r randyThetest, easy bool) *NestedDefinition_NestedMessage

func (*NestedDefinition_NestedMessage) Compare ¶

func (this *NestedDefinition_NestedMessage) Compare(that interface{}) int

func (*NestedDefinition_NestedMessage) Description ¶

func (*NestedDefinition_NestedMessage) Descriptor ¶

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

func (*NestedDefinition_NestedMessage) Equal ¶

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

func (*NestedDefinition_NestedMessage) GetNNM ¶

func (*NestedDefinition_NestedMessage) GetNestedField1 ¶

func (this *NestedDefinition_NestedMessage) GetNestedField1() *uint64

func (*NestedDefinition_NestedMessage) GoString ¶

func (this *NestedDefinition_NestedMessage) GoString() string

func (*NestedDefinition_NestedMessage) Proto ¶

func (*NestedDefinition_NestedMessage) ProtoMessage ¶

func (*NestedDefinition_NestedMessage) ProtoMessage()

func (*NestedDefinition_NestedMessage) Reset ¶

func (m *NestedDefinition_NestedMessage) Reset()

func (*NestedDefinition_NestedMessage) Size ¶

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

func (*NestedDefinition_NestedMessage) String ¶

func (this *NestedDefinition_NestedMessage) String() string

func (*NestedDefinition_NestedMessage) TestProto ¶

func (*NestedDefinition_NestedMessage) Unmarshal ¶

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

func (*NestedDefinition_NestedMessage) VerboseEqual ¶

func (this *NestedDefinition_NestedMessage) VerboseEqual(that interface{}) error

func (*NestedDefinition_NestedMessage) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NestedDefinition_NestedMessage) XXX_DiscardUnknown()

func (*NestedDefinition_NestedMessage) XXX_Marshal ¶ added in v1.1.0

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

func (*NestedDefinition_NestedMessage) XXX_Merge ¶ added in v1.1.0

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

func (*NestedDefinition_NestedMessage) XXX_Size ¶ added in v1.1.0

func (m *NestedDefinition_NestedMessage) XXX_Size() int

func (*NestedDefinition_NestedMessage) XXX_Unmarshal ¶ added in v1.1.0

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

type NestedDefinition_NestedMessageFace ¶

type NestedDefinition_NestedMessageFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetNestedField1() *uint64
	GetNNM() *NestedDefinition_NestedMessage_NestedNestedMsg
}

type NestedDefinition_NestedMessage_NestedNestedMsg ¶

type NestedDefinition_NestedMessage_NestedNestedMsg struct {
	NestedNestedField1   *string  `protobuf:"bytes,10,opt,name=NestedNestedField1" json:"NestedNestedField1,omitempty" pg:"NestedNestedField1"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedNestedDefinition_NestedMessage_NestedNestedMsg ¶

func NewPopulatedNestedDefinition_NestedMessage_NestedNestedMsg(r randyThetest, easy bool) *NestedDefinition_NestedMessage_NestedNestedMsg

func (*NestedDefinition_NestedMessage_NestedNestedMsg) Compare ¶

func (this *NestedDefinition_NestedMessage_NestedNestedMsg) Compare(that interface{}) int

func (*NestedDefinition_NestedMessage_NestedNestedMsg) Description ¶

func (*NestedDefinition_NestedMessage_NestedNestedMsg) Descriptor ¶

func (*NestedDefinition_NestedMessage_NestedNestedMsg) Equal ¶

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

func (*NestedDefinition_NestedMessage_NestedNestedMsg) GetNestedNestedField1 ¶

func (this *NestedDefinition_NestedMessage_NestedNestedMsg) GetNestedNestedField1() *string

func (*NestedDefinition_NestedMessage_NestedNestedMsg) GoString ¶

func (*NestedDefinition_NestedMessage_NestedNestedMsg) Proto ¶

func (*NestedDefinition_NestedMessage_NestedNestedMsg) ProtoMessage ¶

func (*NestedDefinition_NestedMessage_NestedNestedMsg) Reset ¶

func (*NestedDefinition_NestedMessage_NestedNestedMsg) Size ¶

func (*NestedDefinition_NestedMessage_NestedNestedMsg) String ¶

func (*NestedDefinition_NestedMessage_NestedNestedMsg) TestProto ¶

func (*NestedDefinition_NestedMessage_NestedNestedMsg) Unmarshal ¶

func (*NestedDefinition_NestedMessage_NestedNestedMsg) VerboseEqual ¶

func (this *NestedDefinition_NestedMessage_NestedNestedMsg) VerboseEqual(that interface{}) error

func (*NestedDefinition_NestedMessage_NestedNestedMsg) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NestedDefinition_NestedMessage_NestedNestedMsg) XXX_DiscardUnknown()

func (*NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Marshal ¶ added in v1.1.0

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

func (*NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Merge ¶ added in v1.1.0

func (*NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Size ¶ added in v1.1.0

func (*NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Unmarshal ¶ added in v1.1.0

type NestedDefinition_NestedMessage_NestedNestedMsgFace ¶

type NestedDefinition_NestedMessage_NestedNestedMsgFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetNestedNestedField1() *string
}

type NestedScope ¶

type NestedScope struct {
	A                    *NestedDefinition_NestedMessage_NestedNestedMsg `protobuf:"bytes,1,opt,name=A" json:"A,omitempty" pg:"A"`
	B                    *NestedDefinition_NestedEnum                    `protobuf:"varint,2,opt,name=B,enum=test.NestedDefinition_NestedEnum" json:"B,omitempty" pg:"B"`
	C                    *NestedDefinition_NestedMessage                 `protobuf:"bytes,3,opt,name=C" json:"C,omitempty" pg:"C"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-" pg:"-"`
	XXX_unrecognized     []byte                                          `json:"-" pg:"-"`
	XXX_sizecache        int32                                           `json:"-" pg:"-"`
}

func NewNestedScopeFromFace ¶

func NewNestedScopeFromFace(that NestedScopeFace) *NestedScope

func NewPopulatedNestedScope ¶

func NewPopulatedNestedScope(r randyThetest, easy bool) *NestedScope

func (*NestedScope) Compare ¶

func (this *NestedScope) Compare(that interface{}) int

func (*NestedScope) Descriptor ¶

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

func (*NestedScope) Equal ¶

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

func (*NestedScope) GetA ¶

func (*NestedScope) GetB ¶

func (*NestedScope) GetC ¶

func (*NestedScope) GoString ¶

func (this *NestedScope) GoString() string

func (*NestedScope) Proto ¶

func (*NestedScope) ProtoMessage ¶

func (*NestedScope) ProtoMessage()

func (*NestedScope) Reset ¶

func (m *NestedScope) Reset()

func (*NestedScope) Size ¶

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

func (*NestedScope) String ¶

func (this *NestedScope) String() string

func (*NestedScope) TestProto ¶

func (*NestedScope) Unmarshal ¶

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

func (*NestedScope) VerboseEqual ¶

func (this *NestedScope) VerboseEqual(that interface{}) error

func (*NestedScope) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NestedScope) XXX_DiscardUnknown()

func (*NestedScope) XXX_Marshal ¶ added in v1.1.0

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

func (*NestedScope) XXX_Merge ¶ added in v1.1.0

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

func (*NestedScope) XXX_Size ¶ added in v1.1.0

func (m *NestedScope) XXX_Size() int

func (*NestedScope) XXX_Unmarshal ¶ added in v1.1.0

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

type NidEmbeddedStruct ¶

type NidEmbeddedStruct struct {
	*NidOptNative        `protobuf:"bytes,1,opt,name=Field1,embedded=Field1" json:"Field1,omitempty" pg:"Field1"`
	Field200             NidOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200" pg:"Field200"`
	Field210             bool         `protobuf:"varint,210,opt,name=Field210" json:"Field210" pg:"Field210"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-" pg:"-"`
	XXX_unrecognized     []byte       `json:"-" pg:"-"`
	XXX_sizecache        int32        `json:"-" pg:"-"`
}

func NewNidEmbeddedStructFromFace ¶

func NewNidEmbeddedStructFromFace(that NidEmbeddedStructFace) *NidEmbeddedStruct

func NewPopulatedNidEmbeddedStruct ¶

func NewPopulatedNidEmbeddedStruct(r randyThetest, easy bool) *NidEmbeddedStruct

func (*NidEmbeddedStruct) Compare ¶

func (this *NidEmbeddedStruct) Compare(that interface{}) int

func (*NidEmbeddedStruct) Descriptor ¶

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

func (*NidEmbeddedStruct) Equal ¶

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

func (*NidEmbeddedStruct) GetField200 ¶

func (this *NidEmbeddedStruct) GetField200() NidOptNative

func (*NidEmbeddedStruct) GetField210 ¶

func (this *NidEmbeddedStruct) GetField210() bool

func (*NidEmbeddedStruct) GetNidOptNative ¶

func (this *NidEmbeddedStruct) GetNidOptNative() *NidOptNative

func (*NidEmbeddedStruct) GoString ¶

func (this *NidEmbeddedStruct) GoString() string

func (*NidEmbeddedStruct) Proto ¶

func (*NidEmbeddedStruct) ProtoMessage ¶

func (*NidEmbeddedStruct) ProtoMessage()

func (*NidEmbeddedStruct) Reset ¶

func (m *NidEmbeddedStruct) Reset()

func (*NidEmbeddedStruct) Size ¶

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

func (*NidEmbeddedStruct) String ¶

func (this *NidEmbeddedStruct) String() string

func (*NidEmbeddedStruct) TestProto ¶

func (*NidEmbeddedStruct) Unmarshal ¶

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

func (*NidEmbeddedStruct) VerboseEqual ¶

func (this *NidEmbeddedStruct) VerboseEqual(that interface{}) error

func (*NidEmbeddedStruct) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidEmbeddedStruct) XXX_DiscardUnknown()

func (*NidEmbeddedStruct) XXX_Marshal ¶ added in v1.1.0

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

func (*NidEmbeddedStruct) XXX_Merge ¶ added in v1.1.0

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

func (*NidEmbeddedStruct) XXX_Size ¶ added in v1.1.0

func (m *NidEmbeddedStruct) XXX_Size() int

func (*NidEmbeddedStruct) XXX_Unmarshal ¶ added in v1.1.0

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

type NidEmbeddedStructFace ¶

type NidEmbeddedStructFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetNidOptNative() *NidOptNative
	GetField200() NidOptNative
	GetField210() bool
}

type NidNestedStruct ¶

type NidNestedStruct struct {
	Field1               NidOptStruct   `protobuf:"bytes,1,opt,name=Field1" json:"Field1" pg:"Field1"`
	Field2               []NidRepStruct `protobuf:"bytes,2,rep,name=Field2" json:"Field2" pg:"Field2"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-" pg:"-"`
	XXX_unrecognized     []byte         `json:"-" pg:"-"`
	XXX_sizecache        int32          `json:"-" pg:"-"`
}

func NewNidNestedStructFromFace ¶

func NewNidNestedStructFromFace(that NidNestedStructFace) *NidNestedStruct

func NewPopulatedNidNestedStruct ¶

func NewPopulatedNidNestedStruct(r randyThetest, easy bool) *NidNestedStruct

func (*NidNestedStruct) Compare ¶

func (this *NidNestedStruct) Compare(that interface{}) int

func (*NidNestedStruct) Descriptor ¶

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

func (*NidNestedStruct) Equal ¶

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

func (*NidNestedStruct) GetField1 ¶

func (this *NidNestedStruct) GetField1() NidOptStruct

func (*NidNestedStruct) GetField2 ¶

func (this *NidNestedStruct) GetField2() []NidRepStruct

func (*NidNestedStruct) GoString ¶

func (this *NidNestedStruct) GoString() string

func (*NidNestedStruct) Proto ¶

func (*NidNestedStruct) ProtoMessage ¶

func (*NidNestedStruct) ProtoMessage()

func (*NidNestedStruct) Reset ¶

func (m *NidNestedStruct) Reset()

func (*NidNestedStruct) Size ¶

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

func (*NidNestedStruct) String ¶

func (this *NidNestedStruct) String() string

func (*NidNestedStruct) TestProto ¶

func (*NidNestedStruct) Unmarshal ¶

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

func (*NidNestedStruct) VerboseEqual ¶

func (this *NidNestedStruct) VerboseEqual(that interface{}) error

func (*NidNestedStruct) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidNestedStruct) XXX_DiscardUnknown()

func (*NidNestedStruct) XXX_Marshal ¶ added in v1.1.0

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

func (*NidNestedStruct) XXX_Merge ¶ added in v1.1.0

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

func (*NidNestedStruct) XXX_Size ¶ added in v1.1.0

func (m *NidNestedStruct) XXX_Size() int

func (*NidNestedStruct) XXX_Unmarshal ¶ added in v1.1.0

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

type NidNestedStructFace ¶

type NidNestedStructFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() NidOptStruct
	GetField2() []NidRepStruct
}

type NidOptCustom ¶

type NidOptCustom struct {
	Id                   Uuid                                               `protobuf:"bytes,1,opt,name=Id,customtype=Uuid" json:"Id" pg:"Id"`
	Value                github_com_bittorrent_protobuf_test_custom.Uint128 `protobuf:"bytes,2,opt,name=Value,customtype=github.com/bittorrent/protobuf/test/custom.Uint128" json:"Value" pg:"Value"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-" pg:"-"`
	XXX_unrecognized     []byte                                             `json:"-" pg:"-"`
	XXX_sizecache        int32                                              `json:"-" pg:"-"`
}

func NewNidOptCustomFromFace ¶

func NewNidOptCustomFromFace(that NidOptCustomFace) *NidOptCustom

func NewPopulatedNidOptCustom ¶

func NewPopulatedNidOptCustom(r randyThetest, easy bool) *NidOptCustom

func (*NidOptCustom) Compare ¶

func (this *NidOptCustom) Compare(that interface{}) int

func (*NidOptCustom) Descriptor ¶

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

func (*NidOptCustom) Equal ¶

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

func (*NidOptCustom) GetId ¶

func (this *NidOptCustom) GetId() Uuid

func (*NidOptCustom) GetValue ¶

func (*NidOptCustom) GoString ¶

func (this *NidOptCustom) GoString() string

func (*NidOptCustom) Proto ¶

func (*NidOptCustom) ProtoMessage ¶

func (*NidOptCustom) ProtoMessage()

func (*NidOptCustom) Reset ¶

func (m *NidOptCustom) Reset()

func (*NidOptCustom) Size ¶

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

func (*NidOptCustom) String ¶

func (this *NidOptCustom) String() string

func (*NidOptCustom) TestProto ¶

func (*NidOptCustom) Unmarshal ¶

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

func (*NidOptCustom) VerboseEqual ¶

func (this *NidOptCustom) VerboseEqual(that interface{}) error

func (*NidOptCustom) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidOptCustom) XXX_DiscardUnknown()

func (*NidOptCustom) XXX_Marshal ¶ added in v1.1.0

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

func (*NidOptCustom) XXX_Merge ¶ added in v1.1.0

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

func (*NidOptCustom) XXX_Size ¶ added in v1.1.0

func (m *NidOptCustom) XXX_Size() int

func (*NidOptCustom) XXX_Unmarshal ¶ added in v1.1.0

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

type NidOptEnum ¶

type NidOptEnum struct {
	Field1               TheTestEnum `protobuf:"varint,1,opt,name=Field1,enum=test.TheTestEnum" json:"Field1" pg:"Field1"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-" pg:"-"`
	XXX_unrecognized     []byte      `json:"-" pg:"-"`
	XXX_sizecache        int32       `json:"-" pg:"-"`
}

func NewNidOptEnumFromFace ¶

func NewNidOptEnumFromFace(that NidOptEnumFace) *NidOptEnum

func NewPopulatedNidOptEnum ¶

func NewPopulatedNidOptEnum(r randyThetest, easy bool) *NidOptEnum

func (*NidOptEnum) Compare ¶

func (this *NidOptEnum) Compare(that interface{}) int

func (*NidOptEnum) Descriptor ¶

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

func (*NidOptEnum) Equal ¶

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

func (*NidOptEnum) GetField1 ¶

func (this *NidOptEnum) GetField1() TheTestEnum

func (*NidOptEnum) GoString ¶

func (this *NidOptEnum) GoString() string

func (*NidOptEnum) Proto ¶

func (*NidOptEnum) ProtoMessage ¶

func (*NidOptEnum) ProtoMessage()

func (*NidOptEnum) Reset ¶

func (m *NidOptEnum) Reset()

func (*NidOptEnum) Size ¶

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

func (*NidOptEnum) String ¶

func (this *NidOptEnum) String() string

func (*NidOptEnum) TestProto ¶

func (*NidOptEnum) Unmarshal ¶

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

func (*NidOptEnum) VerboseEqual ¶

func (this *NidOptEnum) VerboseEqual(that interface{}) error

func (*NidOptEnum) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidOptEnum) XXX_DiscardUnknown()

func (*NidOptEnum) XXX_Marshal ¶ added in v1.1.0

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

func (*NidOptEnum) XXX_Merge ¶ added in v1.1.0

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

func (*NidOptEnum) XXX_Size ¶ added in v1.1.0

func (m *NidOptEnum) XXX_Size() int

func (*NidOptEnum) XXX_Unmarshal ¶ added in v1.1.0

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

type NidOptEnumFace ¶

type NidOptEnumFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() TheTestEnum
}

type NidOptNative ¶

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

func NewNidOptNativeFromFace ¶

func NewNidOptNativeFromFace(that NidOptNativeFace) *NidOptNative

func NewPopulatedNidOptNative ¶

func NewPopulatedNidOptNative(r randyThetest, easy bool) *NidOptNative

func (*NidOptNative) Compare ¶

func (this *NidOptNative) Compare(that interface{}) int

func (*NidOptNative) Descriptor ¶

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

func (*NidOptNative) Equal ¶

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

func (*NidOptNative) GetField1 ¶

func (this *NidOptNative) GetField1() float64

func (*NidOptNative) GetField10 ¶

func (this *NidOptNative) GetField10() int32

func (*NidOptNative) GetField11 ¶

func (this *NidOptNative) GetField11() uint64

func (*NidOptNative) GetField12 ¶

func (this *NidOptNative) GetField12() int64

func (*NidOptNative) GetField13 ¶

func (this *NidOptNative) GetField13() bool

func (*NidOptNative) GetField14 ¶

func (this *NidOptNative) GetField14() string

func (*NidOptNative) GetField15 ¶

func (this *NidOptNative) GetField15() []byte

func (*NidOptNative) GetField2 ¶

func (this *NidOptNative) GetField2() float32

func (*NidOptNative) GetField3 ¶

func (this *NidOptNative) GetField3() int32

func (*NidOptNative) GetField4 ¶

func (this *NidOptNative) GetField4() int64

func (*NidOptNative) GetField5 ¶

func (this *NidOptNative) GetField5() uint32

func (*NidOptNative) GetField6 ¶

func (this *NidOptNative) GetField6() uint64

func (*NidOptNative) GetField7 ¶

func (this *NidOptNative) GetField7() int32

func (*NidOptNative) GetField8 ¶

func (this *NidOptNative) GetField8() int64

func (*NidOptNative) GetField9 ¶

func (this *NidOptNative) GetField9() uint32

func (*NidOptNative) GoString ¶

func (this *NidOptNative) GoString() string

func (*NidOptNative) Proto ¶

func (*NidOptNative) ProtoMessage ¶

func (*NidOptNative) ProtoMessage()

func (*NidOptNative) Reset ¶

func (m *NidOptNative) Reset()

func (*NidOptNative) Size ¶

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

func (*NidOptNative) String ¶

func (this *NidOptNative) String() string

func (*NidOptNative) TestProto ¶

func (*NidOptNative) Unmarshal ¶

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

func (*NidOptNative) VerboseEqual ¶

func (this *NidOptNative) VerboseEqual(that interface{}) error

func (*NidOptNative) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidOptNative) XXX_DiscardUnknown()

func (*NidOptNative) XXX_Marshal ¶ added in v1.1.0

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

func (*NidOptNative) XXX_Merge ¶ added in v1.1.0

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

func (*NidOptNative) XXX_Size ¶ added in v1.1.0

func (m *NidOptNative) XXX_Size() int

func (*NidOptNative) XXX_Unmarshal ¶ added in v1.1.0

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

type NidOptNativeFace ¶

type NidOptNativeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() float64
	GetField2() float32
	GetField3() int32
	GetField4() int64
	GetField5() uint32
	GetField6() uint64
	GetField7() int32
	GetField8() int64
	GetField9() uint32
	GetField10() int32
	GetField11() uint64
	GetField12() int64
	GetField13() bool
	GetField14() string
	GetField15() []byte
}

type NidOptNonByteCustomType ¶

type NidOptNonByteCustomType struct {
	Field1               T        `protobuf:"bytes,1,opt,name=Field1,customtype=T" json:"Field1" pg:"Field1"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedNidOptNonByteCustomType ¶

func NewPopulatedNidOptNonByteCustomType(r randyThetest, easy bool) *NidOptNonByteCustomType

func (*NidOptNonByteCustomType) Compare ¶

func (this *NidOptNonByteCustomType) Compare(that interface{}) int

func (*NidOptNonByteCustomType) Descriptor ¶

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

func (*NidOptNonByteCustomType) Equal ¶

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

func (*NidOptNonByteCustomType) GetField1 ¶

func (this *NidOptNonByteCustomType) GetField1() T

func (*NidOptNonByteCustomType) GoString ¶

func (this *NidOptNonByteCustomType) GoString() string

func (*NidOptNonByteCustomType) Proto ¶

func (*NidOptNonByteCustomType) ProtoMessage ¶

func (*NidOptNonByteCustomType) ProtoMessage()

func (*NidOptNonByteCustomType) Reset ¶

func (m *NidOptNonByteCustomType) Reset()

func (*NidOptNonByteCustomType) Size ¶

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

func (*NidOptNonByteCustomType) String ¶

func (this *NidOptNonByteCustomType) String() string

func (*NidOptNonByteCustomType) TestProto ¶

func (*NidOptNonByteCustomType) Unmarshal ¶

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

func (*NidOptNonByteCustomType) VerboseEqual ¶

func (this *NidOptNonByteCustomType) VerboseEqual(that interface{}) error

func (*NidOptNonByteCustomType) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidOptNonByteCustomType) XXX_DiscardUnknown()

func (*NidOptNonByteCustomType) XXX_Marshal ¶ added in v1.1.0

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

func (*NidOptNonByteCustomType) XXX_Merge ¶ added in v1.1.0

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

func (*NidOptNonByteCustomType) XXX_Size ¶ added in v1.1.0

func (m *NidOptNonByteCustomType) XXX_Size() int

func (*NidOptNonByteCustomType) XXX_Unmarshal ¶ added in v1.1.0

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

type NidOptNonByteCustomTypeFace ¶

type NidOptNonByteCustomTypeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() T
}

type NidOptStruct ¶

type NidOptStruct struct {
	Field1               float64      `protobuf:"fixed64,1,opt,name=Field1" json:"Field1" pg:"Field1"`
	Field2               float32      `protobuf:"fixed32,2,opt,name=Field2" json:"Field2" pg:"Field2"`
	Field3               NidOptNative `protobuf:"bytes,3,opt,name=Field3" json:"Field3" pg:"Field3"`
	Field4               NinOptNative `protobuf:"bytes,4,opt,name=Field4" json:"Field4" pg:"Field4"`
	Field6               uint64       `protobuf:"varint,6,opt,name=Field6" json:"Field6" pg:"Field6"`
	Field7               int32        `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7" pg:"Field7"`
	Field8               NidOptNative `protobuf:"bytes,8,opt,name=Field8" json:"Field8" pg:"Field8"`
	Field13              bool         `protobuf:"varint,13,opt,name=Field13" json:"Field13" pg:"Field13"`
	Field14              string       `protobuf:"bytes,14,opt,name=Field14" json:"Field14" pg:"Field14"`
	Field15              []byte       `protobuf:"bytes,15,opt,name=Field15" json:"Field15" pg:"Field15"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-" pg:"-"`
	XXX_unrecognized     []byte       `json:"-" pg:"-"`
	XXX_sizecache        int32        `json:"-" pg:"-"`
}

func NewNidOptStructFromFace ¶

func NewNidOptStructFromFace(that NidOptStructFace) *NidOptStruct

func NewPopulatedNidOptStruct ¶

func NewPopulatedNidOptStruct(r randyThetest, easy bool) *NidOptStruct

func (*NidOptStruct) Compare ¶

func (this *NidOptStruct) Compare(that interface{}) int

func (*NidOptStruct) Descriptor ¶

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

func (*NidOptStruct) Equal ¶

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

func (*NidOptStruct) GetField1 ¶

func (this *NidOptStruct) GetField1() float64

func (*NidOptStruct) GetField13 ¶

func (this *NidOptStruct) GetField13() bool

func (*NidOptStruct) GetField14 ¶

func (this *NidOptStruct) GetField14() string

func (*NidOptStruct) GetField15 ¶

func (this *NidOptStruct) GetField15() []byte

func (*NidOptStruct) GetField2 ¶

func (this *NidOptStruct) GetField2() float32

func (*NidOptStruct) GetField3 ¶

func (this *NidOptStruct) GetField3() NidOptNative

func (*NidOptStruct) GetField4 ¶

func (this *NidOptStruct) GetField4() NinOptNative

func (*NidOptStruct) GetField6 ¶

func (this *NidOptStruct) GetField6() uint64

func (*NidOptStruct) GetField7 ¶

func (this *NidOptStruct) GetField7() int32

func (*NidOptStruct) GetField8 ¶

func (this *NidOptStruct) GetField8() NidOptNative

func (*NidOptStruct) GoString ¶

func (this *NidOptStruct) GoString() string

func (*NidOptStruct) Proto ¶

func (*NidOptStruct) ProtoMessage ¶

func (*NidOptStruct) ProtoMessage()

func (*NidOptStruct) Reset ¶

func (m *NidOptStruct) Reset()

func (*NidOptStruct) Size ¶

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

func (*NidOptStruct) String ¶

func (this *NidOptStruct) String() string

func (*NidOptStruct) TestProto ¶

func (*NidOptStruct) Unmarshal ¶

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

func (*NidOptStruct) VerboseEqual ¶

func (this *NidOptStruct) VerboseEqual(that interface{}) error

func (*NidOptStruct) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidOptStruct) XXX_DiscardUnknown()

func (*NidOptStruct) XXX_Marshal ¶ added in v1.1.0

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

func (*NidOptStruct) XXX_Merge ¶ added in v1.1.0

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

func (*NidOptStruct) XXX_Size ¶ added in v1.1.0

func (m *NidOptStruct) XXX_Size() int

func (*NidOptStruct) XXX_Unmarshal ¶ added in v1.1.0

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

type NidOptStructFace ¶

type NidOptStructFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() float64
	GetField2() float32
	GetField3() NidOptNative
	GetField4() NinOptNative
	GetField6() uint64
	GetField7() int32
	GetField8() NidOptNative
	GetField13() bool
	GetField14() string
	GetField15() []byte
}

type NidRepCustom ¶

type NidRepCustom struct {
	Id                   []Uuid                                               `protobuf:"bytes,1,rep,name=Id,customtype=Uuid" json:"Id" pg:"Id"`
	Value                []github_com_bittorrent_protobuf_test_custom.Uint128 `protobuf:"bytes,2,rep,name=Value,customtype=github.com/bittorrent/protobuf/test/custom.Uint128" json:"Value" pg:"Value"`
	XXX_NoUnkeyedLiteral struct{}                                             `json:"-" pg:"-"`
	XXX_unrecognized     []byte                                               `json:"-" pg:"-"`
	XXX_sizecache        int32                                                `json:"-" pg:"-"`
}

func NewNidRepCustomFromFace ¶

func NewNidRepCustomFromFace(that NidRepCustomFace) *NidRepCustom

func NewPopulatedNidRepCustom ¶

func NewPopulatedNidRepCustom(r randyThetest, easy bool) *NidRepCustom

func (*NidRepCustom) Compare ¶

func (this *NidRepCustom) Compare(that interface{}) int

func (*NidRepCustom) Descriptor ¶

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

func (*NidRepCustom) Equal ¶

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

func (*NidRepCustom) GetId ¶

func (this *NidRepCustom) GetId() []Uuid

func (*NidRepCustom) GetValue ¶

func (*NidRepCustom) GoString ¶

func (this *NidRepCustom) GoString() string

func (*NidRepCustom) Proto ¶

func (*NidRepCustom) ProtoMessage ¶

func (*NidRepCustom) ProtoMessage()

func (*NidRepCustom) Reset ¶

func (m *NidRepCustom) Reset()

func (*NidRepCustom) Size ¶

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

func (*NidRepCustom) String ¶

func (this *NidRepCustom) String() string

func (*NidRepCustom) TestProto ¶

func (*NidRepCustom) Unmarshal ¶

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

func (*NidRepCustom) VerboseEqual ¶

func (this *NidRepCustom) VerboseEqual(that interface{}) error

func (*NidRepCustom) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidRepCustom) XXX_DiscardUnknown()

func (*NidRepCustom) XXX_Marshal ¶ added in v1.1.0

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

func (*NidRepCustom) XXX_Merge ¶ added in v1.1.0

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

func (*NidRepCustom) XXX_Size ¶ added in v1.1.0

func (m *NidRepCustom) XXX_Size() int

func (*NidRepCustom) XXX_Unmarshal ¶ added in v1.1.0

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

type NidRepCustomFace ¶

type NidRepCustomFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetId() []Uuid
	GetValue() []github_com_bittorrent_protobuf_test_custom.Uint128
}

type NidRepEnum ¶

type NidRepEnum struct {
	Field1               []TheTestEnum           `protobuf:"varint,1,rep,name=Field1,enum=test.TheTestEnum" json:"Field1,omitempty" pg:"Field1"`
	Field2               []YetAnotherTestEnum    `protobuf:"varint,2,rep,name=Field2,enum=test.YetAnotherTestEnum" json:"Field2,omitempty" pg:"Field2"`
	Field3               []YetYetAnotherTestEnum `protobuf:"varint,3,rep,name=Field3,enum=test.YetYetAnotherTestEnum" json:"Field3,omitempty" pg:"Field3"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-" pg:"-"`
	XXX_unrecognized     []byte                  `json:"-" pg:"-"`
	XXX_sizecache        int32                   `json:"-" pg:"-"`
}

func NewNidRepEnumFromFace ¶

func NewNidRepEnumFromFace(that NidRepEnumFace) *NidRepEnum

func NewPopulatedNidRepEnum ¶

func NewPopulatedNidRepEnum(r randyThetest, easy bool) *NidRepEnum

func (*NidRepEnum) Compare ¶

func (this *NidRepEnum) Compare(that interface{}) int

func (*NidRepEnum) Descriptor ¶

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

func (*NidRepEnum) Equal ¶

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

func (*NidRepEnum) GetField1 ¶

func (this *NidRepEnum) GetField1() []TheTestEnum

func (*NidRepEnum) GetField2 ¶

func (this *NidRepEnum) GetField2() []YetAnotherTestEnum

func (*NidRepEnum) GetField3 ¶

func (this *NidRepEnum) GetField3() []YetYetAnotherTestEnum

func (*NidRepEnum) GoString ¶

func (this *NidRepEnum) GoString() string

func (*NidRepEnum) Proto ¶

func (*NidRepEnum) ProtoMessage ¶

func (*NidRepEnum) ProtoMessage()

func (*NidRepEnum) Reset ¶

func (m *NidRepEnum) Reset()

func (*NidRepEnum) Size ¶

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

func (*NidRepEnum) String ¶

func (this *NidRepEnum) String() string

func (*NidRepEnum) TestProto ¶

func (*NidRepEnum) Unmarshal ¶

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

func (*NidRepEnum) VerboseEqual ¶

func (this *NidRepEnum) VerboseEqual(that interface{}) error

func (*NidRepEnum) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidRepEnum) XXX_DiscardUnknown()

func (*NidRepEnum) XXX_Marshal ¶ added in v1.1.0

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

func (*NidRepEnum) XXX_Merge ¶ added in v1.1.0

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

func (*NidRepEnum) XXX_Size ¶ added in v1.1.0

func (m *NidRepEnum) XXX_Size() int

func (*NidRepEnum) XXX_Unmarshal ¶ added in v1.1.0

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

type NidRepEnumFace ¶

type NidRepEnumFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() []TheTestEnum
	GetField2() []YetAnotherTestEnum
	GetField3() []YetYetAnotherTestEnum
}

type NidRepNative ¶

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

func NewNidRepNativeFromFace ¶

func NewNidRepNativeFromFace(that NidRepNativeFace) *NidRepNative

func NewPopulatedNidRepNative ¶

func NewPopulatedNidRepNative(r randyThetest, easy bool) *NidRepNative

func (*NidRepNative) Compare ¶

func (this *NidRepNative) Compare(that interface{}) int

func (*NidRepNative) Descriptor ¶

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

func (*NidRepNative) Equal ¶

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

func (*NidRepNative) GetField1 ¶

func (this *NidRepNative) GetField1() []float64

func (*NidRepNative) GetField10 ¶

func (this *NidRepNative) GetField10() []int32

func (*NidRepNative) GetField11 ¶

func (this *NidRepNative) GetField11() []uint64

func (*NidRepNative) GetField12 ¶

func (this *NidRepNative) GetField12() []int64

func (*NidRepNative) GetField13 ¶

func (this *NidRepNative) GetField13() []bool

func (*NidRepNative) GetField14 ¶

func (this *NidRepNative) GetField14() []string

func (*NidRepNative) GetField15 ¶

func (this *NidRepNative) GetField15() [][]byte

func (*NidRepNative) GetField2 ¶

func (this *NidRepNative) GetField2() []float32

func (*NidRepNative) GetField3 ¶

func (this *NidRepNative) GetField3() []int32

func (*NidRepNative) GetField4 ¶

func (this *NidRepNative) GetField4() []int64

func (*NidRepNative) GetField5 ¶

func (this *NidRepNative) GetField5() []uint32

func (*NidRepNative) GetField6 ¶

func (this *NidRepNative) GetField6() []uint64

func (*NidRepNative) GetField7 ¶

func (this *NidRepNative) GetField7() []int32

func (*NidRepNative) GetField8 ¶

func (this *NidRepNative) GetField8() []int64

func (*NidRepNative) GetField9 ¶

func (this *NidRepNative) GetField9() []uint32

func (*NidRepNative) GoString ¶

func (this *NidRepNative) GoString() string

func (*NidRepNative) Proto ¶

func (*NidRepNative) ProtoMessage ¶

func (*NidRepNative) ProtoMessage()

func (*NidRepNative) Reset ¶

func (m *NidRepNative) Reset()

func (*NidRepNative) Size ¶

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

func (*NidRepNative) String ¶

func (this *NidRepNative) String() string

func (*NidRepNative) TestProto ¶

func (*NidRepNative) Unmarshal ¶

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

func (*NidRepNative) VerboseEqual ¶

func (this *NidRepNative) VerboseEqual(that interface{}) error

func (*NidRepNative) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidRepNative) XXX_DiscardUnknown()

func (*NidRepNative) XXX_Marshal ¶ added in v1.1.0

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

func (*NidRepNative) XXX_Merge ¶ added in v1.1.0

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

func (*NidRepNative) XXX_Size ¶ added in v1.1.0

func (m *NidRepNative) XXX_Size() int

func (*NidRepNative) XXX_Unmarshal ¶ added in v1.1.0

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

type NidRepNativeFace ¶

type NidRepNativeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() []float64
	GetField2() []float32
	GetField3() []int32
	GetField4() []int64
	GetField5() []uint32
	GetField6() []uint64
	GetField7() []int32
	GetField8() []int64
	GetField9() []uint32
	GetField10() []int32
	GetField11() []uint64
	GetField12() []int64
	GetField13() []bool
	GetField14() []string
	GetField15() [][]byte
}

type NidRepNonByteCustomType ¶

type NidRepNonByteCustomType struct {
	Field1               []T      `protobuf:"bytes,1,rep,name=Field1,customtype=T" json:"Field1" pg:"Field1"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedNidRepNonByteCustomType ¶

func NewPopulatedNidRepNonByteCustomType(r randyThetest, easy bool) *NidRepNonByteCustomType

func (*NidRepNonByteCustomType) Compare ¶

func (this *NidRepNonByteCustomType) Compare(that interface{}) int

func (*NidRepNonByteCustomType) Descriptor ¶

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

func (*NidRepNonByteCustomType) Equal ¶

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

func (*NidRepNonByteCustomType) GetField1 ¶

func (this *NidRepNonByteCustomType) GetField1() []T

func (*NidRepNonByteCustomType) GoString ¶

func (this *NidRepNonByteCustomType) GoString() string

func (*NidRepNonByteCustomType) Proto ¶

func (*NidRepNonByteCustomType) ProtoMessage ¶

func (*NidRepNonByteCustomType) ProtoMessage()

func (*NidRepNonByteCustomType) Reset ¶

func (m *NidRepNonByteCustomType) Reset()

func (*NidRepNonByteCustomType) Size ¶

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

func (*NidRepNonByteCustomType) String ¶

func (this *NidRepNonByteCustomType) String() string

func (*NidRepNonByteCustomType) TestProto ¶

func (*NidRepNonByteCustomType) Unmarshal ¶

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

func (*NidRepNonByteCustomType) VerboseEqual ¶

func (this *NidRepNonByteCustomType) VerboseEqual(that interface{}) error

func (*NidRepNonByteCustomType) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidRepNonByteCustomType) XXX_DiscardUnknown()

func (*NidRepNonByteCustomType) XXX_Marshal ¶ added in v1.1.0

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

func (*NidRepNonByteCustomType) XXX_Merge ¶ added in v1.1.0

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

func (*NidRepNonByteCustomType) XXX_Size ¶ added in v1.1.0

func (m *NidRepNonByteCustomType) XXX_Size() int

func (*NidRepNonByteCustomType) XXX_Unmarshal ¶ added in v1.1.0

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

type NidRepNonByteCustomTypeFace ¶

type NidRepNonByteCustomTypeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() []T
}

type NidRepPackedNative ¶

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

func NewNidRepPackedNativeFromFace ¶

func NewNidRepPackedNativeFromFace(that NidRepPackedNativeFace) *NidRepPackedNative

func NewPopulatedNidRepPackedNative ¶

func NewPopulatedNidRepPackedNative(r randyThetest, easy bool) *NidRepPackedNative

func (*NidRepPackedNative) Compare ¶

func (this *NidRepPackedNative) Compare(that interface{}) int

func (*NidRepPackedNative) Descriptor ¶

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

func (*NidRepPackedNative) Equal ¶

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

func (*NidRepPackedNative) GetField1 ¶

func (this *NidRepPackedNative) GetField1() []float64

func (*NidRepPackedNative) GetField10 ¶

func (this *NidRepPackedNative) GetField10() []int32

func (*NidRepPackedNative) GetField11 ¶

func (this *NidRepPackedNative) GetField11() []uint64

func (*NidRepPackedNative) GetField12 ¶

func (this *NidRepPackedNative) GetField12() []int64

func (*NidRepPackedNative) GetField13 ¶

func (this *NidRepPackedNative) GetField13() []bool

func (*NidRepPackedNative) GetField2 ¶

func (this *NidRepPackedNative) GetField2() []float32

func (*NidRepPackedNative) GetField3 ¶

func (this *NidRepPackedNative) GetField3() []int32

func (*NidRepPackedNative) GetField4 ¶

func (this *NidRepPackedNative) GetField4() []int64

func (*NidRepPackedNative) GetField5 ¶

func (this *NidRepPackedNative) GetField5() []uint32

func (*NidRepPackedNative) GetField6 ¶

func (this *NidRepPackedNative) GetField6() []uint64

func (*NidRepPackedNative) GetField7 ¶

func (this *NidRepPackedNative) GetField7() []int32

func (*NidRepPackedNative) GetField8 ¶

func (this *NidRepPackedNative) GetField8() []int64

func (*NidRepPackedNative) GetField9 ¶

func (this *NidRepPackedNative) GetField9() []uint32

func (*NidRepPackedNative) GoString ¶

func (this *NidRepPackedNative) GoString() string

func (*NidRepPackedNative) Proto ¶

func (*NidRepPackedNative) ProtoMessage ¶

func (*NidRepPackedNative) ProtoMessage()

func (*NidRepPackedNative) Reset ¶

func (m *NidRepPackedNative) Reset()

func (*NidRepPackedNative) Size ¶

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

func (*NidRepPackedNative) String ¶

func (this *NidRepPackedNative) String() string

func (*NidRepPackedNative) TestProto ¶

func (*NidRepPackedNative) Unmarshal ¶

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

func (*NidRepPackedNative) VerboseEqual ¶

func (this *NidRepPackedNative) VerboseEqual(that interface{}) error

func (*NidRepPackedNative) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidRepPackedNative) XXX_DiscardUnknown()

func (*NidRepPackedNative) XXX_Marshal ¶ added in v1.1.0

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

func (*NidRepPackedNative) XXX_Merge ¶ added in v1.1.0

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

func (*NidRepPackedNative) XXX_Size ¶ added in v1.1.0

func (m *NidRepPackedNative) XXX_Size() int

func (*NidRepPackedNative) XXX_Unmarshal ¶ added in v1.1.0

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

type NidRepPackedNativeFace ¶

type NidRepPackedNativeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() []float64
	GetField2() []float32
	GetField3() []int32
	GetField4() []int64
	GetField5() []uint32
	GetField6() []uint64
	GetField7() []int32
	GetField8() []int64
	GetField9() []uint32
	GetField10() []int32
	GetField11() []uint64
	GetField12() []int64
	GetField13() []bool
}

type NidRepStruct ¶

type NidRepStruct struct {
	Field1               []float64      `protobuf:"fixed64,1,rep,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	Field2               []float32      `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	Field3               []NidOptNative `protobuf:"bytes,3,rep,name=Field3" json:"Field3" pg:"Field3"`
	Field4               []NinOptNative `protobuf:"bytes,4,rep,name=Field4" json:"Field4" pg:"Field4"`
	Field6               []uint64       `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty" pg:"Field6"`
	Field7               []int32        `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty" pg:"Field7"`
	Field8               []NidOptNative `protobuf:"bytes,8,rep,name=Field8" json:"Field8" pg:"Field8"`
	Field13              []bool         `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty" pg:"Field13"`
	Field14              []string       `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty" pg:"Field14"`
	Field15              [][]byte       `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty" pg:"Field15"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-" pg:"-"`
	XXX_unrecognized     []byte         `json:"-" pg:"-"`
	XXX_sizecache        int32          `json:"-" pg:"-"`
}

func NewNidRepStructFromFace ¶

func NewNidRepStructFromFace(that NidRepStructFace) *NidRepStruct

func NewPopulatedNidRepStruct ¶

func NewPopulatedNidRepStruct(r randyThetest, easy bool) *NidRepStruct

func (*NidRepStruct) Compare ¶

func (this *NidRepStruct) Compare(that interface{}) int

func (*NidRepStruct) Descriptor ¶

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

func (*NidRepStruct) Equal ¶

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

func (*NidRepStruct) GetField1 ¶

func (this *NidRepStruct) GetField1() []float64

func (*NidRepStruct) GetField13 ¶

func (this *NidRepStruct) GetField13() []bool

func (*NidRepStruct) GetField14 ¶

func (this *NidRepStruct) GetField14() []string

func (*NidRepStruct) GetField15 ¶

func (this *NidRepStruct) GetField15() [][]byte

func (*NidRepStruct) GetField2 ¶

func (this *NidRepStruct) GetField2() []float32

func (*NidRepStruct) GetField3 ¶

func (this *NidRepStruct) GetField3() []NidOptNative

func (*NidRepStruct) GetField4 ¶

func (this *NidRepStruct) GetField4() []NinOptNative

func (*NidRepStruct) GetField6 ¶

func (this *NidRepStruct) GetField6() []uint64

func (*NidRepStruct) GetField7 ¶

func (this *NidRepStruct) GetField7() []int32

func (*NidRepStruct) GetField8 ¶

func (this *NidRepStruct) GetField8() []NidOptNative

func (*NidRepStruct) GoString ¶

func (this *NidRepStruct) GoString() string

func (*NidRepStruct) Proto ¶

func (*NidRepStruct) ProtoMessage ¶

func (*NidRepStruct) ProtoMessage()

func (*NidRepStruct) Reset ¶

func (m *NidRepStruct) Reset()

func (*NidRepStruct) Size ¶

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

func (*NidRepStruct) String ¶

func (this *NidRepStruct) String() string

func (*NidRepStruct) TestProto ¶

func (*NidRepStruct) Unmarshal ¶

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

func (*NidRepStruct) VerboseEqual ¶

func (this *NidRepStruct) VerboseEqual(that interface{}) error

func (*NidRepStruct) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NidRepStruct) XXX_DiscardUnknown()

func (*NidRepStruct) XXX_Marshal ¶ added in v1.1.0

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

func (*NidRepStruct) XXX_Merge ¶ added in v1.1.0

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

func (*NidRepStruct) XXX_Size ¶ added in v1.1.0

func (m *NidRepStruct) XXX_Size() int

func (*NidRepStruct) XXX_Unmarshal ¶ added in v1.1.0

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

type NidRepStructFace ¶

type NidRepStructFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() []float64
	GetField2() []float32
	GetField3() []NidOptNative
	GetField4() []NinOptNative
	GetField6() []uint64
	GetField7() []int32
	GetField8() []NidOptNative
	GetField13() []bool
	GetField14() []string
	GetField15() [][]byte
}

type Nil ¶

type Nil struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewNilFromFace ¶

func NewNilFromFace(that NilFace) *Nil

func NewPopulatedNil ¶

func NewPopulatedNil(r randyThetest, easy bool) *Nil

func (*Nil) Compare ¶

func (this *Nil) Compare(that interface{}) int

func (*Nil) Descriptor ¶

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

func (*Nil) Equal ¶

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

func (*Nil) GoString ¶

func (this *Nil) GoString() string

func (*Nil) Proto ¶

func (*Nil) ProtoMessage ¶

func (*Nil) ProtoMessage()

func (*Nil) Reset ¶

func (m *Nil) Reset()

func (*Nil) Size ¶

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

func (*Nil) String ¶

func (this *Nil) String() string

func (*Nil) TestProto ¶

func (*Nil) Unmarshal ¶

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

func (*Nil) VerboseEqual ¶

func (this *Nil) VerboseEqual(that interface{}) error

func (*Nil) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *Nil) XXX_DiscardUnknown()

func (*Nil) XXX_Marshal ¶ added in v1.1.0

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

func (*Nil) XXX_Merge ¶ added in v1.1.0

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

func (*Nil) XXX_Size ¶ added in v1.1.0

func (m *Nil) XXX_Size() int

func (*Nil) XXX_Unmarshal ¶ added in v1.1.0

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

type NilFace ¶

type NilFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
}

type NinEmbeddedStruct ¶

type NinEmbeddedStruct struct {
	*NidOptNative        `protobuf:"bytes,1,opt,name=Field1,embedded=Field1" json:"Field1,omitempty" pg:"Field1"`
	Field200             *NidOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200,omitempty" pg:"Field200"`
	Field210             *bool         `protobuf:"varint,210,opt,name=Field210" json:"Field210,omitempty" pg:"Field210"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-" pg:"-"`
	XXX_unrecognized     []byte        `json:"-" pg:"-"`
	XXX_sizecache        int32         `json:"-" pg:"-"`
}

func NewNinEmbeddedStructFromFace ¶

func NewNinEmbeddedStructFromFace(that NinEmbeddedStructFace) *NinEmbeddedStruct

func NewPopulatedNinEmbeddedStruct ¶

func NewPopulatedNinEmbeddedStruct(r randyThetest, easy bool) *NinEmbeddedStruct

func (*NinEmbeddedStruct) Compare ¶

func (this *NinEmbeddedStruct) Compare(that interface{}) int

func (*NinEmbeddedStruct) Descriptor ¶

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

func (*NinEmbeddedStruct) Equal ¶

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

func (*NinEmbeddedStruct) GetField200 ¶

func (this *NinEmbeddedStruct) GetField200() *NidOptNative

func (*NinEmbeddedStruct) GetField210 ¶

func (this *NinEmbeddedStruct) GetField210() *bool

func (*NinEmbeddedStruct) GetNidOptNative ¶

func (this *NinEmbeddedStruct) GetNidOptNative() *NidOptNative

func (*NinEmbeddedStruct) GoString ¶

func (this *NinEmbeddedStruct) GoString() string

func (*NinEmbeddedStruct) Proto ¶

func (*NinEmbeddedStruct) ProtoMessage ¶

func (*NinEmbeddedStruct) ProtoMessage()

func (*NinEmbeddedStruct) Reset ¶

func (m *NinEmbeddedStruct) Reset()

func (*NinEmbeddedStruct) Size ¶

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

func (*NinEmbeddedStruct) String ¶

func (this *NinEmbeddedStruct) String() string

func (*NinEmbeddedStruct) TestProto ¶

func (*NinEmbeddedStruct) Unmarshal ¶

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

func (*NinEmbeddedStruct) VerboseEqual ¶

func (this *NinEmbeddedStruct) VerboseEqual(that interface{}) error

func (*NinEmbeddedStruct) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinEmbeddedStruct) XXX_DiscardUnknown()

func (*NinEmbeddedStruct) XXX_Marshal ¶ added in v1.1.0

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

func (*NinEmbeddedStruct) XXX_Merge ¶ added in v1.1.0

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

func (*NinEmbeddedStruct) XXX_Size ¶ added in v1.1.0

func (m *NinEmbeddedStruct) XXX_Size() int

func (*NinEmbeddedStruct) XXX_Unmarshal ¶ added in v1.1.0

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

type NinEmbeddedStructFace ¶

type NinEmbeddedStructFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetNidOptNative() *NidOptNative
	GetField200() *NidOptNative
	GetField210() *bool
}

type NinEmbeddedStructUnion ¶

type NinEmbeddedStructUnion struct {
	*NidOptNative        `protobuf:"bytes,1,opt,name=Field1,embedded=Field1" json:"Field1,omitempty" pg:"Field1"`
	Field200             *NinOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200,omitempty" pg:"Field200"`
	Field210             *bool         `protobuf:"varint,210,opt,name=Field210" json:"Field210,omitempty" pg:"Field210"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-" pg:"-"`
	XXX_unrecognized     []byte        `json:"-" pg:"-"`
	XXX_sizecache        int32         `json:"-" pg:"-"`
}

func NewPopulatedNinEmbeddedStructUnion ¶

func NewPopulatedNinEmbeddedStructUnion(r randyThetest, easy bool) *NinEmbeddedStructUnion

func (*NinEmbeddedStructUnion) Compare ¶

func (this *NinEmbeddedStructUnion) Compare(that interface{}) int

func (*NinEmbeddedStructUnion) Descriptor ¶

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

func (*NinEmbeddedStructUnion) Equal ¶

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

func (*NinEmbeddedStructUnion) GetField200 ¶

func (this *NinEmbeddedStructUnion) GetField200() *NinOptNative

func (*NinEmbeddedStructUnion) GetField210 ¶

func (this *NinEmbeddedStructUnion) GetField210() *bool

func (*NinEmbeddedStructUnion) GetNidOptNative ¶

func (this *NinEmbeddedStructUnion) GetNidOptNative() *NidOptNative

func (*NinEmbeddedStructUnion) GetValue ¶

func (this *NinEmbeddedStructUnion) GetValue() interface{}

func (*NinEmbeddedStructUnion) GoString ¶

func (this *NinEmbeddedStructUnion) GoString() string

func (*NinEmbeddedStructUnion) Proto ¶

func (*NinEmbeddedStructUnion) ProtoMessage ¶

func (*NinEmbeddedStructUnion) ProtoMessage()

func (*NinEmbeddedStructUnion) Reset ¶

func (m *NinEmbeddedStructUnion) Reset()

func (*NinEmbeddedStructUnion) SetValue ¶

func (this *NinEmbeddedStructUnion) SetValue(value interface{}) bool

func (*NinEmbeddedStructUnion) Size ¶

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

func (*NinEmbeddedStructUnion) String ¶

func (this *NinEmbeddedStructUnion) String() string

func (*NinEmbeddedStructUnion) TestProto ¶

func (*NinEmbeddedStructUnion) Unmarshal ¶

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

func (*NinEmbeddedStructUnion) VerboseEqual ¶

func (this *NinEmbeddedStructUnion) VerboseEqual(that interface{}) error

func (*NinEmbeddedStructUnion) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinEmbeddedStructUnion) XXX_DiscardUnknown()

func (*NinEmbeddedStructUnion) XXX_Marshal ¶ added in v1.1.0

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

func (*NinEmbeddedStructUnion) XXX_Merge ¶ added in v1.1.0

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

func (*NinEmbeddedStructUnion) XXX_Size ¶ added in v1.1.0

func (m *NinEmbeddedStructUnion) XXX_Size() int

func (*NinEmbeddedStructUnion) XXX_Unmarshal ¶ added in v1.1.0

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

type NinEmbeddedStructUnionFace ¶

type NinEmbeddedStructUnionFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetNidOptNative() *NidOptNative
	GetField200() *NinOptNative
	GetField210() *bool
}

type NinNestedStruct ¶

type NinNestedStruct struct {
	Field1               *NinOptStruct   `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	Field2               []*NinRepStruct `protobuf:"bytes,2,rep,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-" pg:"-"`
	XXX_unrecognized     []byte          `json:"-" pg:"-"`
	XXX_sizecache        int32           `json:"-" pg:"-"`
}

func NewNinNestedStructFromFace ¶

func NewNinNestedStructFromFace(that NinNestedStructFace) *NinNestedStruct

func NewPopulatedNinNestedStruct ¶

func NewPopulatedNinNestedStruct(r randyThetest, easy bool) *NinNestedStruct

func (*NinNestedStruct) Compare ¶

func (this *NinNestedStruct) Compare(that interface{}) int

func (*NinNestedStruct) Descriptor ¶

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

func (*NinNestedStruct) Equal ¶

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

func (*NinNestedStruct) GetField1 ¶

func (this *NinNestedStruct) GetField1() *NinOptStruct

func (*NinNestedStruct) GetField2 ¶

func (this *NinNestedStruct) GetField2() []*NinRepStruct

func (*NinNestedStruct) GoString ¶

func (this *NinNestedStruct) GoString() string

func (*NinNestedStruct) Proto ¶

func (*NinNestedStruct) ProtoMessage ¶

func (*NinNestedStruct) ProtoMessage()

func (*NinNestedStruct) Reset ¶

func (m *NinNestedStruct) Reset()

func (*NinNestedStruct) Size ¶

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

func (*NinNestedStruct) String ¶

func (this *NinNestedStruct) String() string

func (*NinNestedStruct) TestProto ¶

func (*NinNestedStruct) Unmarshal ¶

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

func (*NinNestedStruct) VerboseEqual ¶

func (this *NinNestedStruct) VerboseEqual(that interface{}) error

func (*NinNestedStruct) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinNestedStruct) XXX_DiscardUnknown()

func (*NinNestedStruct) XXX_Marshal ¶ added in v1.1.0

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

func (*NinNestedStruct) XXX_Merge ¶ added in v1.1.0

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

func (*NinNestedStruct) XXX_Size ¶ added in v1.1.0

func (m *NinNestedStruct) XXX_Size() int

func (*NinNestedStruct) XXX_Unmarshal ¶ added in v1.1.0

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

type NinNestedStructFace ¶

type NinNestedStructFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *NinOptStruct
	GetField2() []*NinRepStruct
}

type NinNestedStructUnion ¶

type NinNestedStructUnion struct {
	Field1               *NinOptNativeUnion      `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	Field2               *NinOptStructUnion      `protobuf:"bytes,2,opt,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	Field3               *NinEmbeddedStructUnion `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty" pg:"Field3"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-" pg:"-"`
	XXX_unrecognized     []byte                  `json:"-" pg:"-"`
	XXX_sizecache        int32                   `json:"-" pg:"-"`
}

func NewNinNestedStructUnionFromFace ¶

func NewNinNestedStructUnionFromFace(that NinNestedStructUnionFace) *NinNestedStructUnion

func NewPopulatedNinNestedStructUnion ¶

func NewPopulatedNinNestedStructUnion(r randyThetest, easy bool) *NinNestedStructUnion

func (*NinNestedStructUnion) Compare ¶

func (this *NinNestedStructUnion) Compare(that interface{}) int

func (*NinNestedStructUnion) Descriptor ¶

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

func (*NinNestedStructUnion) Equal ¶

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

func (*NinNestedStructUnion) GetField1 ¶

func (this *NinNestedStructUnion) GetField1() *NinOptNativeUnion

func (*NinNestedStructUnion) GetField2 ¶

func (this *NinNestedStructUnion) GetField2() *NinOptStructUnion

func (*NinNestedStructUnion) GetField3 ¶

func (this *NinNestedStructUnion) GetField3() *NinEmbeddedStructUnion

func (*NinNestedStructUnion) GetValue ¶

func (this *NinNestedStructUnion) GetValue() interface{}

func (*NinNestedStructUnion) GoString ¶

func (this *NinNestedStructUnion) GoString() string

func (*NinNestedStructUnion) Proto ¶

func (*NinNestedStructUnion) ProtoMessage ¶

func (*NinNestedStructUnion) ProtoMessage()

func (*NinNestedStructUnion) Reset ¶

func (m *NinNestedStructUnion) Reset()

func (*NinNestedStructUnion) SetValue ¶

func (this *NinNestedStructUnion) SetValue(value interface{}) bool

func (*NinNestedStructUnion) Size ¶

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

func (*NinNestedStructUnion) String ¶

func (this *NinNestedStructUnion) String() string

func (*NinNestedStructUnion) TestProto ¶

func (*NinNestedStructUnion) Unmarshal ¶

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

func (*NinNestedStructUnion) VerboseEqual ¶

func (this *NinNestedStructUnion) VerboseEqual(that interface{}) error

func (*NinNestedStructUnion) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinNestedStructUnion) XXX_DiscardUnknown()

func (*NinNestedStructUnion) XXX_Marshal ¶ added in v1.1.0

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

func (*NinNestedStructUnion) XXX_Merge ¶ added in v1.1.0

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

func (*NinNestedStructUnion) XXX_Size ¶ added in v1.1.0

func (m *NinNestedStructUnion) XXX_Size() int

func (*NinNestedStructUnion) XXX_Unmarshal ¶ added in v1.1.0

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

type NinNestedStructUnionFace ¶

type NinNestedStructUnionFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *NinOptNativeUnion
	GetField2() *NinOptStructUnion
	GetField3() *NinEmbeddedStructUnion
}

type NinOptCustom ¶

type NinOptCustom struct {
	Id                   *Uuid                                               `protobuf:"bytes,1,opt,name=Id,customtype=Uuid" json:"Id,omitempty" pg:"Id"`
	Value                *github_com_bittorrent_protobuf_test_custom.Uint128 `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                            `json:"-" pg:"-"`
	XXX_unrecognized     []byte                                              `json:"-" pg:"-"`
	XXX_sizecache        int32                                               `json:"-" pg:"-"`
}

func NewNinOptCustomFromFace ¶

func NewNinOptCustomFromFace(that NinOptCustomFace) *NinOptCustom

func NewPopulatedNinOptCustom ¶

func NewPopulatedNinOptCustom(r randyThetest, easy bool) *NinOptCustom

func (*NinOptCustom) Compare ¶

func (this *NinOptCustom) Compare(that interface{}) int

func (*NinOptCustom) Descriptor ¶

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

func (*NinOptCustom) Equal ¶

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

func (*NinOptCustom) GetId ¶

func (this *NinOptCustom) GetId() *Uuid

func (*NinOptCustom) GetValue ¶

func (*NinOptCustom) GoString ¶

func (this *NinOptCustom) GoString() string

func (*NinOptCustom) Proto ¶

func (*NinOptCustom) ProtoMessage ¶

func (*NinOptCustom) ProtoMessage()

func (*NinOptCustom) Reset ¶

func (m *NinOptCustom) Reset()

func (*NinOptCustom) Size ¶

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

func (*NinOptCustom) String ¶

func (this *NinOptCustom) String() string

func (*NinOptCustom) TestProto ¶

func (*NinOptCustom) Unmarshal ¶

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

func (*NinOptCustom) VerboseEqual ¶

func (this *NinOptCustom) VerboseEqual(that interface{}) error

func (*NinOptCustom) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinOptCustom) XXX_DiscardUnknown()

func (*NinOptCustom) XXX_Marshal ¶ added in v1.1.0

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

func (*NinOptCustom) XXX_Merge ¶ added in v1.1.0

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

func (*NinOptCustom) XXX_Size ¶ added in v1.1.0

func (m *NinOptCustom) XXX_Size() int

func (*NinOptCustom) XXX_Unmarshal ¶ added in v1.1.0

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

type NinOptCustomFace ¶

type NinOptCustomFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetId() *Uuid
	GetValue() *github_com_bittorrent_protobuf_test_custom.Uint128
}

type NinOptEnum ¶

type NinOptEnum struct {
	Field1               *TheTestEnum           `protobuf:"varint,1,opt,name=Field1,enum=test.TheTestEnum" json:"Field1,omitempty" pg:"Field1"`
	Field2               *YetAnotherTestEnum    `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum" json:"Field2,omitempty" pg:"Field2"`
	Field3               *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum" json:"Field3,omitempty" pg:"Field3"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-" pg:"-"`
	XXX_unrecognized     []byte                 `json:"-" pg:"-"`
	XXX_sizecache        int32                  `json:"-" pg:"-"`
}

func NewNinOptEnumFromFace ¶

func NewNinOptEnumFromFace(that NinOptEnumFace) *NinOptEnum

func NewPopulatedNinOptEnum ¶

func NewPopulatedNinOptEnum(r randyThetest, easy bool) *NinOptEnum

func (*NinOptEnum) Compare ¶

func (this *NinOptEnum) Compare(that interface{}) int

func (*NinOptEnum) Descriptor ¶

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

func (*NinOptEnum) Equal ¶

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

func (*NinOptEnum) GetField1 ¶

func (this *NinOptEnum) GetField1() *TheTestEnum

func (*NinOptEnum) GetField2 ¶

func (this *NinOptEnum) GetField2() *YetAnotherTestEnum

func (*NinOptEnum) GetField3 ¶

func (this *NinOptEnum) GetField3() *YetYetAnotherTestEnum

func (*NinOptEnum) GoString ¶

func (this *NinOptEnum) GoString() string

func (*NinOptEnum) Proto ¶

func (*NinOptEnum) ProtoMessage ¶

func (*NinOptEnum) ProtoMessage()

func (*NinOptEnum) Reset ¶

func (m *NinOptEnum) Reset()

func (*NinOptEnum) Size ¶

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

func (*NinOptEnum) String ¶

func (this *NinOptEnum) String() string

func (*NinOptEnum) TestProto ¶

func (*NinOptEnum) Unmarshal ¶

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

func (*NinOptEnum) VerboseEqual ¶

func (this *NinOptEnum) VerboseEqual(that interface{}) error

func (*NinOptEnum) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinOptEnum) XXX_DiscardUnknown()

func (*NinOptEnum) XXX_Marshal ¶ added in v1.1.0

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

func (*NinOptEnum) XXX_Merge ¶ added in v1.1.0

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

func (*NinOptEnum) XXX_Size ¶ added in v1.1.0

func (m *NinOptEnum) XXX_Size() int

func (*NinOptEnum) XXX_Unmarshal ¶ added in v1.1.0

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

type NinOptEnumDefault ¶

type NinOptEnumDefault struct {
	Field1               *TheTestEnum           `protobuf:"varint,1,opt,name=Field1,enum=test.TheTestEnum,def=2" json:"Field1,omitempty" pg:"Field1"`
	Field2               *YetAnotherTestEnum    `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum,def=1" json:"Field2,omitempty" pg:"Field2"`
	Field3               *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum,def=0" json:"Field3,omitempty" pg:"Field3"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-" pg:"-"`
	XXX_unrecognized     []byte                 `json:"-" pg:"-"`
	XXX_sizecache        int32                  `json:"-" pg:"-"`
}

func NewPopulatedNinOptEnumDefault ¶

func NewPopulatedNinOptEnumDefault(r randyThetest, easy bool) *NinOptEnumDefault

func (*NinOptEnumDefault) Compare ¶

func (this *NinOptEnumDefault) Compare(that interface{}) int

func (*NinOptEnumDefault) Descriptor ¶

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

func (*NinOptEnumDefault) Equal ¶

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

func (*NinOptEnumDefault) GetField1 ¶

func (m *NinOptEnumDefault) GetField1() TheTestEnum

func (*NinOptEnumDefault) GetField2 ¶

func (m *NinOptEnumDefault) GetField2() YetAnotherTestEnum

func (*NinOptEnumDefault) GetField3 ¶

func (*NinOptEnumDefault) GoString ¶

func (this *NinOptEnumDefault) GoString() string

func (*NinOptEnumDefault) ProtoMessage ¶

func (*NinOptEnumDefault) ProtoMessage()

func (*NinOptEnumDefault) Reset ¶

func (m *NinOptEnumDefault) Reset()

func (*NinOptEnumDefault) Size ¶

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

func (*NinOptEnumDefault) String ¶

func (this *NinOptEnumDefault) String() string

func (*NinOptEnumDefault) Unmarshal ¶

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

func (*NinOptEnumDefault) VerboseEqual ¶

func (this *NinOptEnumDefault) VerboseEqual(that interface{}) error

func (*NinOptEnumDefault) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinOptEnumDefault) XXX_DiscardUnknown()

func (*NinOptEnumDefault) XXX_Marshal ¶ added in v1.1.0

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

func (*NinOptEnumDefault) XXX_Merge ¶ added in v1.1.0

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

func (*NinOptEnumDefault) XXX_Size ¶ added in v1.1.0

func (m *NinOptEnumDefault) XXX_Size() int

func (*NinOptEnumDefault) XXX_Unmarshal ¶ added in v1.1.0

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

type NinOptEnumFace ¶

type NinOptEnumFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *TheTestEnum
	GetField2() *YetAnotherTestEnum
	GetField3() *YetYetAnotherTestEnum
}

type NinOptNative ¶

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

func NewNinOptNativeFromFace ¶

func NewNinOptNativeFromFace(that NinOptNativeFace) *NinOptNative

func NewPopulatedNinOptNative ¶

func NewPopulatedNinOptNative(r randyThetest, easy bool) *NinOptNative

func (*NinOptNative) Compare ¶

func (this *NinOptNative) Compare(that interface{}) int

func (*NinOptNative) Descriptor ¶

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

func (*NinOptNative) Equal ¶

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

func (*NinOptNative) GetField1 ¶

func (this *NinOptNative) GetField1() *float64

func (*NinOptNative) GetField10 ¶

func (this *NinOptNative) GetField10() *int32

func (*NinOptNative) GetField11 ¶

func (this *NinOptNative) GetField11() *uint64

func (*NinOptNative) GetField12 ¶

func (this *NinOptNative) GetField12() *int64

func (*NinOptNative) GetField13 ¶

func (this *NinOptNative) GetField13() *bool

func (*NinOptNative) GetField14 ¶

func (this *NinOptNative) GetField14() *string

func (*NinOptNative) GetField15 ¶

func (this *NinOptNative) GetField15() []byte

func (*NinOptNative) GetField2 ¶

func (this *NinOptNative) GetField2() *float32

func (*NinOptNative) GetField3 ¶

func (this *NinOptNative) GetField3() *int32

func (*NinOptNative) GetField4 ¶

func (this *NinOptNative) GetField4() *int64

func (*NinOptNative) GetField5 ¶

func (this *NinOptNative) GetField5() *uint32

func (*NinOptNative) GetField6 ¶

func (this *NinOptNative) GetField6() *uint64

func (*NinOptNative) GetField7 ¶

func (this *NinOptNative) GetField7() *int32

func (*NinOptNative) GetField8 ¶

func (this *NinOptNative) GetField8() *int64

func (*NinOptNative) GetField9 ¶

func (this *NinOptNative) GetField9() *uint32

func (*NinOptNative) GoString ¶

func (this *NinOptNative) GoString() string

func (*NinOptNative) Proto ¶

func (*NinOptNative) ProtoMessage ¶

func (*NinOptNative) ProtoMessage()

func (*NinOptNative) Reset ¶

func (m *NinOptNative) Reset()

func (*NinOptNative) Size ¶

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

func (*NinOptNative) String ¶

func (this *NinOptNative) String() string

func (*NinOptNative) TestProto ¶

func (*NinOptNative) Unmarshal ¶

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

func (*NinOptNative) VerboseEqual ¶

func (this *NinOptNative) VerboseEqual(that interface{}) error

func (*NinOptNative) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinOptNative) XXX_DiscardUnknown()

func (*NinOptNative) XXX_Marshal ¶ added in v1.1.0

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

func (*NinOptNative) XXX_Merge ¶ added in v1.1.0

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

func (*NinOptNative) XXX_Size ¶ added in v1.1.0

func (m *NinOptNative) XXX_Size() int

func (*NinOptNative) XXX_Unmarshal ¶ added in v1.1.0

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

type NinOptNativeDefault ¶

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

func NewPopulatedNinOptNativeDefault ¶

func NewPopulatedNinOptNativeDefault(r randyThetest, easy bool) *NinOptNativeDefault

func (*NinOptNativeDefault) Compare ¶

func (this *NinOptNativeDefault) Compare(that interface{}) int

func (*NinOptNativeDefault) Descriptor ¶

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

func (*NinOptNativeDefault) Equal ¶

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

func (*NinOptNativeDefault) GetField1 ¶

func (m *NinOptNativeDefault) GetField1() float64

func (*NinOptNativeDefault) GetField10 ¶

func (m *NinOptNativeDefault) GetField10() int32

func (*NinOptNativeDefault) GetField11 ¶

func (m *NinOptNativeDefault) GetField11() uint64

func (*NinOptNativeDefault) GetField12 ¶

func (m *NinOptNativeDefault) GetField12() int64

func (*NinOptNativeDefault) GetField13 ¶

func (m *NinOptNativeDefault) GetField13() bool

func (*NinOptNativeDefault) GetField14 ¶

func (m *NinOptNativeDefault) GetField14() string

func (*NinOptNativeDefault) GetField15 ¶

func (m *NinOptNativeDefault) GetField15() []byte

func (*NinOptNativeDefault) GetField2 ¶

func (m *NinOptNativeDefault) GetField2() float32

func (*NinOptNativeDefault) GetField3 ¶

func (m *NinOptNativeDefault) GetField3() int32

func (*NinOptNativeDefault) GetField4 ¶

func (m *NinOptNativeDefault) GetField4() int64

func (*NinOptNativeDefault) GetField5 ¶

func (m *NinOptNativeDefault) GetField5() uint32

func (*NinOptNativeDefault) GetField6 ¶

func (m *NinOptNativeDefault) GetField6() uint64

func (*NinOptNativeDefault) GetField7 ¶

func (m *NinOptNativeDefault) GetField7() int32

func (*NinOptNativeDefault) GetField8 ¶

func (m *NinOptNativeDefault) GetField8() int64

func (*NinOptNativeDefault) GetField9 ¶

func (m *NinOptNativeDefault) GetField9() uint32

func (*NinOptNativeDefault) GoString ¶

func (this *NinOptNativeDefault) GoString() string

func (*NinOptNativeDefault) ProtoMessage ¶

func (*NinOptNativeDefault) ProtoMessage()

func (*NinOptNativeDefault) Reset ¶

func (m *NinOptNativeDefault) Reset()

func (*NinOptNativeDefault) Size ¶

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

func (*NinOptNativeDefault) String ¶

func (this *NinOptNativeDefault) String() string

func (*NinOptNativeDefault) Unmarshal ¶

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

func (*NinOptNativeDefault) VerboseEqual ¶

func (this *NinOptNativeDefault) VerboseEqual(that interface{}) error

func (*NinOptNativeDefault) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinOptNativeDefault) XXX_DiscardUnknown()

func (*NinOptNativeDefault) XXX_Marshal ¶ added in v1.1.0

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

func (*NinOptNativeDefault) XXX_Merge ¶ added in v1.1.0

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

func (*NinOptNativeDefault) XXX_Size ¶ added in v1.1.0

func (m *NinOptNativeDefault) XXX_Size() int

func (*NinOptNativeDefault) XXX_Unmarshal ¶ added in v1.1.0

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

type NinOptNativeFace ¶

type NinOptNativeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *float64
	GetField2() *float32
	GetField3() *int32
	GetField4() *int64
	GetField5() *uint32
	GetField6() *uint64
	GetField7() *int32
	GetField8() *int64
	GetField9() *uint32
	GetField10() *int32
	GetField11() *uint64
	GetField12() *int64
	GetField13() *bool
	GetField14() *string
	GetField15() []byte
}

type NinOptNativeUnion ¶

type NinOptNativeUnion struct {
	Field1               *float64 `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	Field2               *float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	Field3               *int32   `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty" pg:"Field3"`
	Field4               *int64   `protobuf:"varint,4,opt,name=Field4" json:"Field4,omitempty" pg:"Field4"`
	Field5               *uint32  `protobuf:"varint,5,opt,name=Field5" json:"Field5,omitempty" pg:"Field5"`
	Field6               *uint64  `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty" pg:"Field6"`
	Field13              *bool    `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty" pg:"Field13"`
	Field14              *string  `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty" pg:"Field14"`
	Field15              []byte   `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty" pg:"Field15"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewNinOptNativeUnionFromFace ¶

func NewNinOptNativeUnionFromFace(that NinOptNativeUnionFace) *NinOptNativeUnion

func NewPopulatedNinOptNativeUnion ¶

func NewPopulatedNinOptNativeUnion(r randyThetest, easy bool) *NinOptNativeUnion

func (*NinOptNativeUnion) Compare ¶

func (this *NinOptNativeUnion) Compare(that interface{}) int

func (*NinOptNativeUnion) Descriptor ¶

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

func (*NinOptNativeUnion) Equal ¶

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

func (*NinOptNativeUnion) GetField1 ¶

func (this *NinOptNativeUnion) GetField1() *float64

func (*NinOptNativeUnion) GetField13 ¶

func (this *NinOptNativeUnion) GetField13() *bool

func (*NinOptNativeUnion) GetField14 ¶

func (this *NinOptNativeUnion) GetField14() *string

func (*NinOptNativeUnion) GetField15 ¶

func (this *NinOptNativeUnion) GetField15() []byte

func (*NinOptNativeUnion) GetField2 ¶

func (this *NinOptNativeUnion) GetField2() *float32

func (*NinOptNativeUnion) GetField3 ¶

func (this *NinOptNativeUnion) GetField3() *int32

func (*NinOptNativeUnion) GetField4 ¶

func (this *NinOptNativeUnion) GetField4() *int64

func (*NinOptNativeUnion) GetField5 ¶

func (this *NinOptNativeUnion) GetField5() *uint32

func (*NinOptNativeUnion) GetField6 ¶

func (this *NinOptNativeUnion) GetField6() *uint64

func (*NinOptNativeUnion) GetValue ¶

func (this *NinOptNativeUnion) GetValue() interface{}

func (*NinOptNativeUnion) GoString ¶

func (this *NinOptNativeUnion) GoString() string

func (*NinOptNativeUnion) Proto ¶

func (*NinOptNativeUnion) ProtoMessage ¶

func (*NinOptNativeUnion) ProtoMessage()

func (*NinOptNativeUnion) Reset ¶

func (m *NinOptNativeUnion) Reset()

func (*NinOptNativeUnion) SetValue ¶

func (this *NinOptNativeUnion) SetValue(value interface{}) bool

func (*NinOptNativeUnion) Size ¶

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

func (*NinOptNativeUnion) String ¶

func (this *NinOptNativeUnion) String() string

func (*NinOptNativeUnion) TestProto ¶

func (*NinOptNativeUnion) Unmarshal ¶

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

func (*NinOptNativeUnion) VerboseEqual ¶

func (this *NinOptNativeUnion) VerboseEqual(that interface{}) error

func (*NinOptNativeUnion) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinOptNativeUnion) XXX_DiscardUnknown()

func (*NinOptNativeUnion) XXX_Marshal ¶ added in v1.1.0

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

func (*NinOptNativeUnion) XXX_Merge ¶ added in v1.1.0

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

func (*NinOptNativeUnion) XXX_Size ¶ added in v1.1.0

func (m *NinOptNativeUnion) XXX_Size() int

func (*NinOptNativeUnion) XXX_Unmarshal ¶ added in v1.1.0

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

type NinOptNativeUnionFace ¶

type NinOptNativeUnionFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *float64
	GetField2() *float32
	GetField3() *int32
	GetField4() *int64
	GetField5() *uint32
	GetField6() *uint64
	GetField13() *bool
	GetField14() *string
	GetField15() []byte
}

type NinOptNonByteCustomType ¶

type NinOptNonByteCustomType struct {
	Field1               *T       `protobuf:"bytes,1,opt,name=Field1,customtype=T" json:"Field1,omitempty" pg:"Field1"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedNinOptNonByteCustomType ¶

func NewPopulatedNinOptNonByteCustomType(r randyThetest, easy bool) *NinOptNonByteCustomType

func (*NinOptNonByteCustomType) Compare ¶

func (this *NinOptNonByteCustomType) Compare(that interface{}) int

func (*NinOptNonByteCustomType) Descriptor ¶

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

func (*NinOptNonByteCustomType) Equal ¶

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

func (*NinOptNonByteCustomType) GetField1 ¶

func (this *NinOptNonByteCustomType) GetField1() *T

func (*NinOptNonByteCustomType) GoString ¶

func (this *NinOptNonByteCustomType) GoString() string

func (*NinOptNonByteCustomType) Proto ¶

func (*NinOptNonByteCustomType) ProtoMessage ¶

func (*NinOptNonByteCustomType) ProtoMessage()

func (*NinOptNonByteCustomType) Reset ¶

func (m *NinOptNonByteCustomType) Reset()

func (*NinOptNonByteCustomType) Size ¶

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

func (*NinOptNonByteCustomType) String ¶

func (this *NinOptNonByteCustomType) String() string

func (*NinOptNonByteCustomType) TestProto ¶

func (*NinOptNonByteCustomType) Unmarshal ¶

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

func (*NinOptNonByteCustomType) VerboseEqual ¶

func (this *NinOptNonByteCustomType) VerboseEqual(that interface{}) error

func (*NinOptNonByteCustomType) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinOptNonByteCustomType) XXX_DiscardUnknown()

func (*NinOptNonByteCustomType) XXX_Marshal ¶ added in v1.1.0

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

func (*NinOptNonByteCustomType) XXX_Merge ¶ added in v1.1.0

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

func (*NinOptNonByteCustomType) XXX_Size ¶ added in v1.1.0

func (m *NinOptNonByteCustomType) XXX_Size() int

func (*NinOptNonByteCustomType) XXX_Unmarshal ¶ added in v1.1.0

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

type NinOptNonByteCustomTypeFace ¶

type NinOptNonByteCustomTypeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *T
}

type NinOptStruct ¶

type NinOptStruct struct {
	Field1               *float64      `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	Field2               *float32      `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	Field3               *NidOptNative `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty" pg:"Field3"`
	Field4               *NinOptNative `protobuf:"bytes,4,opt,name=Field4" json:"Field4,omitempty" pg:"Field4"`
	Field6               *uint64       `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty" pg:"Field6"`
	Field7               *int32        `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty" pg:"Field7"`
	Field8               *NidOptNative `protobuf:"bytes,8,opt,name=Field8" json:"Field8,omitempty" pg:"Field8"`
	Field13              *bool         `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty" pg:"Field13"`
	Field14              *string       `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty" pg:"Field14"`
	Field15              []byte        `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty" pg:"Field15"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-" pg:"-"`
	XXX_unrecognized     []byte        `json:"-" pg:"-"`
	XXX_sizecache        int32         `json:"-" pg:"-"`
}

func NewNinOptStructFromFace ¶

func NewNinOptStructFromFace(that NinOptStructFace) *NinOptStruct

func NewPopulatedNinOptStruct ¶

func NewPopulatedNinOptStruct(r randyThetest, easy bool) *NinOptStruct

func (*NinOptStruct) Compare ¶

func (this *NinOptStruct) Compare(that interface{}) int

func (*NinOptStruct) Descriptor ¶

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

func (*NinOptStruct) Equal ¶

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

func (*NinOptStruct) GetField1 ¶

func (this *NinOptStruct) GetField1() *float64

func (*NinOptStruct) GetField13 ¶

func (this *NinOptStruct) GetField13() *bool

func (*NinOptStruct) GetField14 ¶

func (this *NinOptStruct) GetField14() *string

func (*NinOptStruct) GetField15 ¶

func (this *NinOptStruct) GetField15() []byte

func (*NinOptStruct) GetField2 ¶

func (this *NinOptStruct) GetField2() *float32

func (*NinOptStruct) GetField3 ¶

func (this *NinOptStruct) GetField3() *NidOptNative

func (*NinOptStruct) GetField4 ¶

func (this *NinOptStruct) GetField4() *NinOptNative

func (*NinOptStruct) GetField6 ¶

func (this *NinOptStruct) GetField6() *uint64

func (*NinOptStruct) GetField7 ¶

func (this *NinOptStruct) GetField7() *int32

func (*NinOptStruct) GetField8 ¶

func (this *NinOptStruct) GetField8() *NidOptNative

func (*NinOptStruct) GoString ¶

func (this *NinOptStruct) GoString() string

func (*NinOptStruct) Proto ¶

func (*NinOptStruct) ProtoMessage ¶

func (*NinOptStruct) ProtoMessage()

func (*NinOptStruct) Reset ¶

func (m *NinOptStruct) Reset()

func (*NinOptStruct) Size ¶

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

func (*NinOptStruct) String ¶

func (this *NinOptStruct) String() string

func (*NinOptStruct) TestProto ¶

func (*NinOptStruct) Unmarshal ¶

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

func (*NinOptStruct) VerboseEqual ¶

func (this *NinOptStruct) VerboseEqual(that interface{}) error

func (*NinOptStruct) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinOptStruct) XXX_DiscardUnknown()

func (*NinOptStruct) XXX_Marshal ¶ added in v1.1.0

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

func (*NinOptStruct) XXX_Merge ¶ added in v1.1.0

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

func (*NinOptStruct) XXX_Size ¶ added in v1.1.0

func (m *NinOptStruct) XXX_Size() int

func (*NinOptStruct) XXX_Unmarshal ¶ added in v1.1.0

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

type NinOptStructFace ¶

type NinOptStructFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *float64
	GetField2() *float32
	GetField3() *NidOptNative
	GetField4() *NinOptNative
	GetField6() *uint64
	GetField7() *int32
	GetField8() *NidOptNative
	GetField13() *bool
	GetField14() *string
	GetField15() []byte
}

type NinOptStructUnion ¶

type NinOptStructUnion struct {
	Field1               *float64      `protobuf:"fixed64,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	Field2               *float32      `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	Field3               *NidOptNative `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty" pg:"Field3"`
	Field4               *NinOptNative `protobuf:"bytes,4,opt,name=Field4" json:"Field4,omitempty" pg:"Field4"`
	Field6               *uint64       `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty" pg:"Field6"`
	Field7               *int32        `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty" pg:"Field7"`
	Field13              *bool         `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty" pg:"Field13"`
	Field14              *string       `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty" pg:"Field14"`
	Field15              []byte        `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty" pg:"Field15"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-" pg:"-"`
	XXX_unrecognized     []byte        `json:"-" pg:"-"`
	XXX_sizecache        int32         `json:"-" pg:"-"`
}

func NewNinOptStructUnionFromFace ¶

func NewNinOptStructUnionFromFace(that NinOptStructUnionFace) *NinOptStructUnion

func NewPopulatedNinOptStructUnion ¶

func NewPopulatedNinOptStructUnion(r randyThetest, easy bool) *NinOptStructUnion

func (*NinOptStructUnion) Compare ¶

func (this *NinOptStructUnion) Compare(that interface{}) int

func (*NinOptStructUnion) Descriptor ¶

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

func (*NinOptStructUnion) Equal ¶

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

func (*NinOptStructUnion) GetField1 ¶

func (this *NinOptStructUnion) GetField1() *float64

func (*NinOptStructUnion) GetField13 ¶

func (this *NinOptStructUnion) GetField13() *bool

func (*NinOptStructUnion) GetField14 ¶

func (this *NinOptStructUnion) GetField14() *string

func (*NinOptStructUnion) GetField15 ¶

func (this *NinOptStructUnion) GetField15() []byte

func (*NinOptStructUnion) GetField2 ¶

func (this *NinOptStructUnion) GetField2() *float32

func (*NinOptStructUnion) GetField3 ¶

func (this *NinOptStructUnion) GetField3() *NidOptNative

func (*NinOptStructUnion) GetField4 ¶

func (this *NinOptStructUnion) GetField4() *NinOptNative

func (*NinOptStructUnion) GetField6 ¶

func (this *NinOptStructUnion) GetField6() *uint64

func (*NinOptStructUnion) GetField7 ¶

func (this *NinOptStructUnion) GetField7() *int32

func (*NinOptStructUnion) GetValue ¶

func (this *NinOptStructUnion) GetValue() interface{}

func (*NinOptStructUnion) GoString ¶

func (this *NinOptStructUnion) GoString() string

func (*NinOptStructUnion) Proto ¶

func (*NinOptStructUnion) ProtoMessage ¶

func (*NinOptStructUnion) ProtoMessage()

func (*NinOptStructUnion) Reset ¶

func (m *NinOptStructUnion) Reset()

func (*NinOptStructUnion) SetValue ¶

func (this *NinOptStructUnion) SetValue(value interface{}) bool

func (*NinOptStructUnion) Size ¶

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

func (*NinOptStructUnion) String ¶

func (this *NinOptStructUnion) String() string

func (*NinOptStructUnion) TestProto ¶

func (*NinOptStructUnion) Unmarshal ¶

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

func (*NinOptStructUnion) VerboseEqual ¶

func (this *NinOptStructUnion) VerboseEqual(that interface{}) error

func (*NinOptStructUnion) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinOptStructUnion) XXX_DiscardUnknown()

func (*NinOptStructUnion) XXX_Marshal ¶ added in v1.1.0

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

func (*NinOptStructUnion) XXX_Merge ¶ added in v1.1.0

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

func (*NinOptStructUnion) XXX_Size ¶ added in v1.1.0

func (m *NinOptStructUnion) XXX_Size() int

func (*NinOptStructUnion) XXX_Unmarshal ¶ added in v1.1.0

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

type NinOptStructUnionFace ¶

type NinOptStructUnionFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *float64
	GetField2() *float32
	GetField3() *NidOptNative
	GetField4() *NinOptNative
	GetField6() *uint64
	GetField7() *int32
	GetField13() *bool
	GetField14() *string
	GetField15() []byte
}

type NinRepCustom ¶

type NinRepCustom struct {
	Id                   []Uuid                                               `protobuf:"bytes,1,rep,name=Id,customtype=Uuid" json:"Id,omitempty" pg:"Id"`
	Value                []github_com_bittorrent_protobuf_test_custom.Uint128 `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                             `json:"-" pg:"-"`
	XXX_unrecognized     []byte                                               `json:"-" pg:"-"`
	XXX_sizecache        int32                                                `json:"-" pg:"-"`
}

func NewNinRepCustomFromFace ¶

func NewNinRepCustomFromFace(that NinRepCustomFace) *NinRepCustom

func NewPopulatedNinRepCustom ¶

func NewPopulatedNinRepCustom(r randyThetest, easy bool) *NinRepCustom

func (*NinRepCustom) Compare ¶

func (this *NinRepCustom) Compare(that interface{}) int

func (*NinRepCustom) Descriptor ¶

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

func (*NinRepCustom) Equal ¶

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

func (*NinRepCustom) GetId ¶

func (this *NinRepCustom) GetId() []Uuid

func (*NinRepCustom) GetValue ¶

func (*NinRepCustom) GoString ¶

func (this *NinRepCustom) GoString() string

func (*NinRepCustom) Proto ¶

func (*NinRepCustom) ProtoMessage ¶

func (*NinRepCustom) ProtoMessage()

func (*NinRepCustom) Reset ¶

func (m *NinRepCustom) Reset()

func (*NinRepCustom) Size ¶

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

func (*NinRepCustom) String ¶

func (this *NinRepCustom) String() string

func (*NinRepCustom) TestProto ¶

func (*NinRepCustom) Unmarshal ¶

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

func (*NinRepCustom) VerboseEqual ¶

func (this *NinRepCustom) VerboseEqual(that interface{}) error

func (*NinRepCustom) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinRepCustom) XXX_DiscardUnknown()

func (*NinRepCustom) XXX_Marshal ¶ added in v1.1.0

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

func (*NinRepCustom) XXX_Merge ¶ added in v1.1.0

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

func (*NinRepCustom) XXX_Size ¶ added in v1.1.0

func (m *NinRepCustom) XXX_Size() int

func (*NinRepCustom) XXX_Unmarshal ¶ added in v1.1.0

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

type NinRepCustomFace ¶

type NinRepCustomFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetId() []Uuid
	GetValue() []github_com_bittorrent_protobuf_test_custom.Uint128
}

type NinRepEnum ¶

type NinRepEnum struct {
	Field1               []TheTestEnum           `protobuf:"varint,1,rep,name=Field1,enum=test.TheTestEnum" json:"Field1,omitempty" pg:"Field1"`
	Field2               []YetAnotherTestEnum    `protobuf:"varint,2,rep,name=Field2,enum=test.YetAnotherTestEnum" json:"Field2,omitempty" pg:"Field2"`
	Field3               []YetYetAnotherTestEnum `protobuf:"varint,3,rep,name=Field3,enum=test.YetYetAnotherTestEnum" json:"Field3,omitempty" pg:"Field3"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-" pg:"-"`
	XXX_unrecognized     []byte                  `json:"-" pg:"-"`
	XXX_sizecache        int32                   `json:"-" pg:"-"`
}

func NewNinRepEnumFromFace ¶

func NewNinRepEnumFromFace(that NinRepEnumFace) *NinRepEnum

func NewPopulatedNinRepEnum ¶

func NewPopulatedNinRepEnum(r randyThetest, easy bool) *NinRepEnum

func (*NinRepEnum) Compare ¶

func (this *NinRepEnum) Compare(that interface{}) int

func (*NinRepEnum) Descriptor ¶

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

func (*NinRepEnum) Equal ¶

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

func (*NinRepEnum) GetField1 ¶

func (this *NinRepEnum) GetField1() []TheTestEnum

func (*NinRepEnum) GetField2 ¶

func (this *NinRepEnum) GetField2() []YetAnotherTestEnum

func (*NinRepEnum) GetField3 ¶

func (this *NinRepEnum) GetField3() []YetYetAnotherTestEnum

func (*NinRepEnum) GoString ¶

func (this *NinRepEnum) GoString() string

func (*NinRepEnum) Proto ¶

func (*NinRepEnum) ProtoMessage ¶

func (*NinRepEnum) ProtoMessage()

func (*NinRepEnum) Reset ¶

func (m *NinRepEnum) Reset()

func (*NinRepEnum) Size ¶

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

func (*NinRepEnum) String ¶

func (this *NinRepEnum) String() string

func (*NinRepEnum) TestProto ¶

func (*NinRepEnum) Unmarshal ¶

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

func (*NinRepEnum) VerboseEqual ¶

func (this *NinRepEnum) VerboseEqual(that interface{}) error

func (*NinRepEnum) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinRepEnum) XXX_DiscardUnknown()

func (*NinRepEnum) XXX_Marshal ¶ added in v1.1.0

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

func (*NinRepEnum) XXX_Merge ¶ added in v1.1.0

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

func (*NinRepEnum) XXX_Size ¶ added in v1.1.0

func (m *NinRepEnum) XXX_Size() int

func (*NinRepEnum) XXX_Unmarshal ¶ added in v1.1.0

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

type NinRepEnumFace ¶

type NinRepEnumFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() []TheTestEnum
	GetField2() []YetAnotherTestEnum
	GetField3() []YetYetAnotherTestEnum
}

type NinRepNative ¶

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

func NewNinRepNativeFromFace ¶

func NewNinRepNativeFromFace(that NinRepNativeFace) *NinRepNative

func NewPopulatedNinRepNative ¶

func NewPopulatedNinRepNative(r randyThetest, easy bool) *NinRepNative

func (*NinRepNative) Compare ¶

func (this *NinRepNative) Compare(that interface{}) int

func (*NinRepNative) Descriptor ¶

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

func (*NinRepNative) Equal ¶

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

func (*NinRepNative) GetField1 ¶

func (this *NinRepNative) GetField1() []float64

func (*NinRepNative) GetField10 ¶

func (this *NinRepNative) GetField10() []int32

func (*NinRepNative) GetField11 ¶

func (this *NinRepNative) GetField11() []uint64

func (*NinRepNative) GetField12 ¶

func (this *NinRepNative) GetField12() []int64

func (*NinRepNative) GetField13 ¶

func (this *NinRepNative) GetField13() []bool

func (*NinRepNative) GetField14 ¶

func (this *NinRepNative) GetField14() []string

func (*NinRepNative) GetField15 ¶

func (this *NinRepNative) GetField15() [][]byte

func (*NinRepNative) GetField2 ¶

func (this *NinRepNative) GetField2() []float32

func (*NinRepNative) GetField3 ¶

func (this *NinRepNative) GetField3() []int32

func (*NinRepNative) GetField4 ¶

func (this *NinRepNative) GetField4() []int64

func (*NinRepNative) GetField5 ¶

func (this *NinRepNative) GetField5() []uint32

func (*NinRepNative) GetField6 ¶

func (this *NinRepNative) GetField6() []uint64

func (*NinRepNative) GetField7 ¶

func (this *NinRepNative) GetField7() []int32

func (*NinRepNative) GetField8 ¶

func (this *NinRepNative) GetField8() []int64

func (*NinRepNative) GetField9 ¶

func (this *NinRepNative) GetField9() []uint32

func (*NinRepNative) GoString ¶

func (this *NinRepNative) GoString() string

func (*NinRepNative) Proto ¶

func (*NinRepNative) ProtoMessage ¶

func (*NinRepNative) ProtoMessage()

func (*NinRepNative) Reset ¶

func (m *NinRepNative) Reset()

func (*NinRepNative) Size ¶

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

func (*NinRepNative) String ¶

func (this *NinRepNative) String() string

func (*NinRepNative) TestProto ¶

func (*NinRepNative) Unmarshal ¶

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

func (*NinRepNative) VerboseEqual ¶

func (this *NinRepNative) VerboseEqual(that interface{}) error

func (*NinRepNative) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinRepNative) XXX_DiscardUnknown()

func (*NinRepNative) XXX_Marshal ¶ added in v1.1.0

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

func (*NinRepNative) XXX_Merge ¶ added in v1.1.0

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

func (*NinRepNative) XXX_Size ¶ added in v1.1.0

func (m *NinRepNative) XXX_Size() int

func (*NinRepNative) XXX_Unmarshal ¶ added in v1.1.0

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

type NinRepNativeFace ¶

type NinRepNativeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() []float64
	GetField2() []float32
	GetField3() []int32
	GetField4() []int64
	GetField5() []uint32
	GetField6() []uint64
	GetField7() []int32
	GetField8() []int64
	GetField9() []uint32
	GetField10() []int32
	GetField11() []uint64
	GetField12() []int64
	GetField13() []bool
	GetField14() []string
	GetField15() [][]byte
}

type NinRepNonByteCustomType ¶

type NinRepNonByteCustomType struct {
	Field1               []T      `protobuf:"bytes,1,rep,name=Field1,customtype=T" json:"Field1,omitempty" pg:"Field1"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedNinRepNonByteCustomType ¶

func NewPopulatedNinRepNonByteCustomType(r randyThetest, easy bool) *NinRepNonByteCustomType

func (*NinRepNonByteCustomType) Compare ¶

func (this *NinRepNonByteCustomType) Compare(that interface{}) int

func (*NinRepNonByteCustomType) Descriptor ¶

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

func (*NinRepNonByteCustomType) Equal ¶

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

func (*NinRepNonByteCustomType) GetField1 ¶

func (this *NinRepNonByteCustomType) GetField1() []T

func (*NinRepNonByteCustomType) GoString ¶

func (this *NinRepNonByteCustomType) GoString() string

func (*NinRepNonByteCustomType) Proto ¶

func (*NinRepNonByteCustomType) ProtoMessage ¶

func (*NinRepNonByteCustomType) ProtoMessage()

func (*NinRepNonByteCustomType) Reset ¶

func (m *NinRepNonByteCustomType) Reset()

func (*NinRepNonByteCustomType) Size ¶

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

func (*NinRepNonByteCustomType) String ¶

func (this *NinRepNonByteCustomType) String() string

func (*NinRepNonByteCustomType) TestProto ¶

func (*NinRepNonByteCustomType) Unmarshal ¶

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

func (*NinRepNonByteCustomType) VerboseEqual ¶

func (this *NinRepNonByteCustomType) VerboseEqual(that interface{}) error

func (*NinRepNonByteCustomType) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinRepNonByteCustomType) XXX_DiscardUnknown()

func (*NinRepNonByteCustomType) XXX_Marshal ¶ added in v1.1.0

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

func (*NinRepNonByteCustomType) XXX_Merge ¶ added in v1.1.0

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

func (*NinRepNonByteCustomType) XXX_Size ¶ added in v1.1.0

func (m *NinRepNonByteCustomType) XXX_Size() int

func (*NinRepNonByteCustomType) XXX_Unmarshal ¶ added in v1.1.0

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

type NinRepNonByteCustomTypeFace ¶

type NinRepNonByteCustomTypeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() []T
}

type NinRepPackedNative ¶

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

func NewNinRepPackedNativeFromFace ¶

func NewNinRepPackedNativeFromFace(that NinRepPackedNativeFace) *NinRepPackedNative

func NewPopulatedNinRepPackedNative ¶

func NewPopulatedNinRepPackedNative(r randyThetest, easy bool) *NinRepPackedNative

func (*NinRepPackedNative) Compare ¶

func (this *NinRepPackedNative) Compare(that interface{}) int

func (*NinRepPackedNative) Descriptor ¶

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

func (*NinRepPackedNative) Equal ¶

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

func (*NinRepPackedNative) GetField1 ¶

func (this *NinRepPackedNative) GetField1() []float64

func (*NinRepPackedNative) GetField10 ¶

func (this *NinRepPackedNative) GetField10() []int32

func (*NinRepPackedNative) GetField11 ¶

func (this *NinRepPackedNative) GetField11() []uint64

func (*NinRepPackedNative) GetField12 ¶

func (this *NinRepPackedNative) GetField12() []int64

func (*NinRepPackedNative) GetField13 ¶

func (this *NinRepPackedNative) GetField13() []bool

func (*NinRepPackedNative) GetField2 ¶

func (this *NinRepPackedNative) GetField2() []float32

func (*NinRepPackedNative) GetField3 ¶

func (this *NinRepPackedNative) GetField3() []int32

func (*NinRepPackedNative) GetField4 ¶

func (this *NinRepPackedNative) GetField4() []int64

func (*NinRepPackedNative) GetField5 ¶

func (this *NinRepPackedNative) GetField5() []uint32

func (*NinRepPackedNative) GetField6 ¶

func (this *NinRepPackedNative) GetField6() []uint64

func (*NinRepPackedNative) GetField7 ¶

func (this *NinRepPackedNative) GetField7() []int32

func (*NinRepPackedNative) GetField8 ¶

func (this *NinRepPackedNative) GetField8() []int64

func (*NinRepPackedNative) GetField9 ¶

func (this *NinRepPackedNative) GetField9() []uint32

func (*NinRepPackedNative) GoString ¶

func (this *NinRepPackedNative) GoString() string

func (*NinRepPackedNative) Proto ¶

func (*NinRepPackedNative) ProtoMessage ¶

func (*NinRepPackedNative) ProtoMessage()

func (*NinRepPackedNative) Reset ¶

func (m *NinRepPackedNative) Reset()

func (*NinRepPackedNative) Size ¶

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

func (*NinRepPackedNative) String ¶

func (this *NinRepPackedNative) String() string

func (*NinRepPackedNative) TestProto ¶

func (*NinRepPackedNative) Unmarshal ¶

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

func (*NinRepPackedNative) VerboseEqual ¶

func (this *NinRepPackedNative) VerboseEqual(that interface{}) error

func (*NinRepPackedNative) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinRepPackedNative) XXX_DiscardUnknown()

func (*NinRepPackedNative) XXX_Marshal ¶ added in v1.1.0

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

func (*NinRepPackedNative) XXX_Merge ¶ added in v1.1.0

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

func (*NinRepPackedNative) XXX_Size ¶ added in v1.1.0

func (m *NinRepPackedNative) XXX_Size() int

func (*NinRepPackedNative) XXX_Unmarshal ¶ added in v1.1.0

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

type NinRepPackedNativeFace ¶

type NinRepPackedNativeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() []float64
	GetField2() []float32
	GetField3() []int32
	GetField4() []int64
	GetField5() []uint32
	GetField6() []uint64
	GetField7() []int32
	GetField8() []int64
	GetField9() []uint32
	GetField10() []int32
	GetField11() []uint64
	GetField12() []int64
	GetField13() []bool
}

type NinRepStruct ¶

type NinRepStruct struct {
	Field1               []float64       `protobuf:"fixed64,1,rep,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	Field2               []float32       `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	Field3               []*NidOptNative `protobuf:"bytes,3,rep,name=Field3" json:"Field3,omitempty" pg:"Field3"`
	Field4               []*NinOptNative `protobuf:"bytes,4,rep,name=Field4" json:"Field4,omitempty" pg:"Field4"`
	Field6               []uint64        `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty" pg:"Field6"`
	Field7               []int32         `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty" pg:"Field7"`
	Field8               []*NidOptNative `protobuf:"bytes,8,rep,name=Field8" json:"Field8,omitempty" pg:"Field8"`
	Field13              []bool          `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty" pg:"Field13"`
	Field14              []string        `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty" pg:"Field14"`
	Field15              [][]byte        `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty" pg:"Field15"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-" pg:"-"`
	XXX_unrecognized     []byte          `json:"-" pg:"-"`
	XXX_sizecache        int32           `json:"-" pg:"-"`
}

func NewNinRepStructFromFace ¶

func NewNinRepStructFromFace(that NinRepStructFace) *NinRepStruct

func NewPopulatedNinRepStruct ¶

func NewPopulatedNinRepStruct(r randyThetest, easy bool) *NinRepStruct

func (*NinRepStruct) Compare ¶

func (this *NinRepStruct) Compare(that interface{}) int

func (*NinRepStruct) Descriptor ¶

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

func (*NinRepStruct) Equal ¶

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

func (*NinRepStruct) GetField1 ¶

func (this *NinRepStruct) GetField1() []float64

func (*NinRepStruct) GetField13 ¶

func (this *NinRepStruct) GetField13() []bool

func (*NinRepStruct) GetField14 ¶

func (this *NinRepStruct) GetField14() []string

func (*NinRepStruct) GetField15 ¶

func (this *NinRepStruct) GetField15() [][]byte

func (*NinRepStruct) GetField2 ¶

func (this *NinRepStruct) GetField2() []float32

func (*NinRepStruct) GetField3 ¶

func (this *NinRepStruct) GetField3() []*NidOptNative

func (*NinRepStruct) GetField4 ¶

func (this *NinRepStruct) GetField4() []*NinOptNative

func (*NinRepStruct) GetField6 ¶

func (this *NinRepStruct) GetField6() []uint64

func (*NinRepStruct) GetField7 ¶

func (this *NinRepStruct) GetField7() []int32

func (*NinRepStruct) GetField8 ¶

func (this *NinRepStruct) GetField8() []*NidOptNative

func (*NinRepStruct) GoString ¶

func (this *NinRepStruct) GoString() string

func (*NinRepStruct) Proto ¶

func (*NinRepStruct) ProtoMessage ¶

func (*NinRepStruct) ProtoMessage()

func (*NinRepStruct) Reset ¶

func (m *NinRepStruct) Reset()

func (*NinRepStruct) Size ¶

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

func (*NinRepStruct) String ¶

func (this *NinRepStruct) String() string

func (*NinRepStruct) TestProto ¶

func (*NinRepStruct) Unmarshal ¶

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

func (*NinRepStruct) VerboseEqual ¶

func (this *NinRepStruct) VerboseEqual(that interface{}) error

func (*NinRepStruct) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NinRepStruct) XXX_DiscardUnknown()

func (*NinRepStruct) XXX_Marshal ¶ added in v1.1.0

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

func (*NinRepStruct) XXX_Merge ¶ added in v1.1.0

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

func (*NinRepStruct) XXX_Size ¶ added in v1.1.0

func (m *NinRepStruct) XXX_Size() int

func (*NinRepStruct) XXX_Unmarshal ¶ added in v1.1.0

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

type NinRepStructFace ¶

type NinRepStructFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() []float64
	GetField2() []float32
	GetField3() []*NidOptNative
	GetField4() []*NinOptNative
	GetField6() []uint64
	GetField7() []int32
	GetField8() []*NidOptNative
	GetField13() []bool
	GetField14() []string
	GetField15() [][]byte
}

type NoExtensionsMap ¶

type NoExtensionsMap struct {
	Field1               *int64   `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_extensions       []byte   `protobuf:"bytes,0,opt" json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedNoExtensionsMap ¶

func NewPopulatedNoExtensionsMap(r randyThetest, easy bool) *NoExtensionsMap

func (*NoExtensionsMap) Compare ¶

func (this *NoExtensionsMap) Compare(that interface{}) int

func (*NoExtensionsMap) Descriptor ¶

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

func (*NoExtensionsMap) Equal ¶

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

func (*NoExtensionsMap) ExtensionRangeArray ¶

func (*NoExtensionsMap) ExtensionRangeArray() []proto.ExtensionRange

func (*NoExtensionsMap) GetExtensions ¶

func (m *NoExtensionsMap) GetExtensions() *[]byte

func (*NoExtensionsMap) GoString ¶

func (this *NoExtensionsMap) GoString() string

func (*NoExtensionsMap) ProtoMessage ¶

func (*NoExtensionsMap) ProtoMessage()

func (*NoExtensionsMap) Reset ¶

func (m *NoExtensionsMap) Reset()

func (*NoExtensionsMap) Size ¶

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

func (*NoExtensionsMap) String ¶

func (this *NoExtensionsMap) String() string

func (*NoExtensionsMap) Unmarshal ¶

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

func (*NoExtensionsMap) VerboseEqual ¶

func (this *NoExtensionsMap) VerboseEqual(that interface{}) error

func (*NoExtensionsMap) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NoExtensionsMap) XXX_DiscardUnknown()

func (*NoExtensionsMap) XXX_Marshal ¶ added in v1.1.0

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

func (*NoExtensionsMap) XXX_Merge ¶ added in v1.1.0

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

func (*NoExtensionsMap) XXX_Size ¶ added in v1.1.0

func (m *NoExtensionsMap) XXX_Size() int

func (*NoExtensionsMap) XXX_Unmarshal ¶ added in v1.1.0

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

type Node ¶

type Node struct {
	Label                *string  `protobuf:"bytes,1,opt,name=Label" json:"Label,omitempty" pg:"Label"`
	Children             []*Node  `protobuf:"bytes,2,rep,name=Children" json:"Children,omitempty" pg:"Children"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewNodeFromFace ¶

func NewNodeFromFace(that NodeFace) *Node

func NewPopulatedNode ¶

func NewPopulatedNode(r randyThetest, easy bool) *Node

func (*Node) Compare ¶

func (this *Node) Compare(that interface{}) int

func (*Node) Descriptor ¶

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

func (*Node) Equal ¶

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

func (*Node) GetChildren ¶

func (this *Node) GetChildren() []*Node

func (*Node) GetLabel ¶

func (this *Node) GetLabel() *string

func (*Node) GoString ¶

func (this *Node) GoString() string

func (*Node) Proto ¶

func (*Node) ProtoMessage ¶

func (*Node) ProtoMessage()

func (*Node) Reset ¶

func (m *Node) Reset()

func (*Node) Size ¶

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

func (*Node) String ¶

func (this *Node) String() string

func (*Node) TestProto ¶

func (*Node) Unmarshal ¶

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

func (*Node) VerboseEqual ¶

func (this *Node) VerboseEqual(that interface{}) error

func (*Node) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *Node) XXX_DiscardUnknown()

func (*Node) XXX_Marshal ¶ added in v1.1.0

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

func (*Node) XXX_Merge ¶ added in v1.1.0

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

func (*Node) XXX_Size ¶ added in v1.1.0

func (m *Node) XXX_Size() int

func (*Node) XXX_Unmarshal ¶ added in v1.1.0

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

type NodeFace ¶

type NodeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetLabel() *string
	GetChildren() []*Node
}

type NonByteCustomType ¶

type NonByteCustomType struct {
	Field1               *T       `protobuf:"bytes,1,opt,name=Field1,customtype=T" json:"Field1,omitempty" pg:"Field1"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewNonByteCustomTypeFromFace ¶

func NewNonByteCustomTypeFromFace(that NonByteCustomTypeFace) *NonByteCustomType

func NewPopulatedNonByteCustomType ¶

func NewPopulatedNonByteCustomType(r randyThetest, easy bool) *NonByteCustomType

func (*NonByteCustomType) Compare ¶

func (this *NonByteCustomType) Compare(that interface{}) int

func (*NonByteCustomType) Descriptor ¶

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

func (*NonByteCustomType) Equal ¶

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

func (*NonByteCustomType) GetField1 ¶

func (this *NonByteCustomType) GetField1() *T

func (*NonByteCustomType) GoString ¶

func (this *NonByteCustomType) GoString() string

func (*NonByteCustomType) Proto ¶

func (*NonByteCustomType) ProtoMessage ¶

func (*NonByteCustomType) ProtoMessage()

func (*NonByteCustomType) Reset ¶

func (m *NonByteCustomType) Reset()

func (*NonByteCustomType) Size ¶

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

func (*NonByteCustomType) String ¶

func (this *NonByteCustomType) String() string

func (*NonByteCustomType) TestProto ¶

func (*NonByteCustomType) Unmarshal ¶

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

func (*NonByteCustomType) VerboseEqual ¶

func (this *NonByteCustomType) VerboseEqual(that interface{}) error

func (*NonByteCustomType) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *NonByteCustomType) XXX_DiscardUnknown()

func (*NonByteCustomType) XXX_Marshal ¶ added in v1.1.0

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

func (*NonByteCustomType) XXX_Merge ¶ added in v1.1.0

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

func (*NonByteCustomType) XXX_Size ¶ added in v1.1.0

func (m *NonByteCustomType) XXX_Size() int

func (*NonByteCustomType) XXX_Unmarshal ¶ added in v1.1.0

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

type NonByteCustomTypeFace ¶

type NonByteCustomTypeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *T
}

type OrBranch ¶

type OrBranch struct {
	Left                 Tree     `protobuf:"bytes,1,opt,name=Left" json:"Left" pg:"Left"`
	Right                Tree     `protobuf:"bytes,2,opt,name=Right" json:"Right" pg:"Right"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewOrBranchFromFace ¶

func NewOrBranchFromFace(that OrBranchFace) *OrBranch

func NewPopulatedOrBranch ¶

func NewPopulatedOrBranch(r randyThetest, easy bool) *OrBranch

func (*OrBranch) Compare ¶

func (this *OrBranch) Compare(that interface{}) int

func (*OrBranch) Descriptor ¶

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

func (*OrBranch) Equal ¶

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

func (*OrBranch) GetLeft ¶

func (this *OrBranch) GetLeft() Tree

func (*OrBranch) GetRight ¶

func (this *OrBranch) GetRight() Tree

func (*OrBranch) GoString ¶

func (this *OrBranch) GoString() string

func (*OrBranch) Proto ¶

func (*OrBranch) ProtoMessage ¶

func (*OrBranch) ProtoMessage()

func (*OrBranch) Reset ¶

func (m *OrBranch) Reset()

func (*OrBranch) Size ¶

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

func (*OrBranch) String ¶

func (this *OrBranch) String() string

func (*OrBranch) TestProto ¶

func (*OrBranch) Unmarshal ¶

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

func (*OrBranch) VerboseEqual ¶

func (this *OrBranch) VerboseEqual(that interface{}) error

func (*OrBranch) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *OrBranch) XXX_DiscardUnknown()

func (*OrBranch) XXX_Marshal ¶ added in v1.1.0

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

func (*OrBranch) XXX_Merge ¶ added in v1.1.0

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

func (*OrBranch) XXX_Size ¶ added in v1.1.0

func (m *OrBranch) XXX_Size() int

func (*OrBranch) XXX_Unmarshal ¶ added in v1.1.0

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

type OrBranchFace ¶

type OrBranchFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetLeft() Tree
	GetRight() Tree
}

type OtherExtenable ¶

type OtherExtenable struct {
	Field2                       *int64        `protobuf:"varint,2,opt,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	Field13                      *int64        `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty" pg:"Field13"`
	M                            *MyExtendable `protobuf:"bytes,1,opt,name=M" json:"M,omitempty" pg:"M"`
	XXX_NoUnkeyedLiteral         struct{}      `json:"-" pg:"-"`
	proto.XXX_InternalExtensions `json:"-" pg:"-"`
	XXX_unrecognized             []byte `json:"-" pg:"-"`
	XXX_sizecache                int32  `json:"-" pg:"-"`
}

func NewPopulatedOtherExtenable ¶

func NewPopulatedOtherExtenable(r randyThetest, easy bool) *OtherExtenable

func (*OtherExtenable) Compare ¶

func (this *OtherExtenable) Compare(that interface{}) int

func (*OtherExtenable) Descriptor ¶

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

func (*OtherExtenable) Equal ¶

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

func (*OtherExtenable) ExtensionRangeArray ¶

func (*OtherExtenable) ExtensionRangeArray() []proto.ExtensionRange

func (*OtherExtenable) GoString ¶

func (this *OtherExtenable) GoString() string

func (*OtherExtenable) ProtoMessage ¶

func (*OtherExtenable) ProtoMessage()

func (*OtherExtenable) Reset ¶

func (m *OtherExtenable) Reset()

func (*OtherExtenable) Size ¶

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

func (*OtherExtenable) String ¶

func (this *OtherExtenable) String() string

func (*OtherExtenable) Unmarshal ¶

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

func (*OtherExtenable) VerboseEqual ¶

func (this *OtherExtenable) VerboseEqual(that interface{}) error

func (*OtherExtenable) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *OtherExtenable) XXX_DiscardUnknown()

func (*OtherExtenable) XXX_Marshal ¶ added in v1.1.0

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

func (*OtherExtenable) XXX_Merge ¶ added in v1.1.0

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

func (*OtherExtenable) XXX_Size ¶ added in v1.1.0

func (m *OtherExtenable) XXX_Size() int

func (*OtherExtenable) XXX_Unmarshal ¶ added in v1.1.0

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

type ProtoType ¶

type ProtoType struct {
	Field2               *string  `protobuf:"bytes,1,opt,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedProtoType ¶

func NewPopulatedProtoType(r randyThetest, easy bool) *ProtoType

func NewProtoTypeFromFace ¶

func NewProtoTypeFromFace(that ProtoTypeFace) *ProtoType

func (*ProtoType) Compare ¶

func (this *ProtoType) Compare(that interface{}) int

func (*ProtoType) Descriptor ¶

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

func (*ProtoType) Equal ¶

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

func (*ProtoType) GetField2 ¶

func (this *ProtoType) GetField2() *string

func (*ProtoType) GoString ¶

func (this *ProtoType) GoString() string

func (*ProtoType) Proto ¶

func (*ProtoType) ProtoMessage ¶

func (*ProtoType) ProtoMessage()

func (*ProtoType) Reset ¶

func (m *ProtoType) Reset()

func (*ProtoType) Size ¶

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

func (*ProtoType) String ¶

func (this *ProtoType) String() string

func (*ProtoType) TestProto ¶

func (*ProtoType) Unmarshal ¶

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

func (*ProtoType) VerboseEqual ¶

func (this *ProtoType) VerboseEqual(that interface{}) error

func (*ProtoType) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *ProtoType) XXX_DiscardUnknown()

func (*ProtoType) XXX_Marshal ¶ added in v1.1.0

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

func (*ProtoType) XXX_Merge ¶ added in v1.1.0

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

func (*ProtoType) XXX_Size ¶ added in v1.1.0

func (m *ProtoType) XXX_Size() int

func (*ProtoType) XXX_Unmarshal ¶ added in v1.1.0

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

type ProtoTypeFace ¶

type ProtoTypeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField2() *string
}

type T ¶

type T struct {
	Data string
}

func NewPopulatedT ¶

func NewPopulatedT(r randyThetest) *T

func (T) Compare ¶

func (gt T) Compare(other T) int

func (T) Equal ¶

func (gt T) Equal(other T) bool

func (T) Marshal ¶

func (r T) Marshal() ([]byte, error)

func (T) MarshalJSON ¶

func (gt T) MarshalJSON() ([]byte, error)

func (*T) Size ¶

func (gt *T) Size() int

func (*T) Unmarshal ¶

func (r *T) Unmarshal(data []byte) error

func (*T) UnmarshalJSON ¶

func (gt *T) UnmarshalJSON(data []byte) error

type TheTestEnum ¶

type TheTestEnum int32
const (
	A TheTestEnum = 0
	B TheTestEnum = 1
	C TheTestEnum = 2
)
const Default_NinOptEnumDefault_Field1 TheTestEnum = C

func (TheTestEnum) Enum ¶

func (x TheTestEnum) Enum() *TheTestEnum

func (TheTestEnum) EnumDescriptor ¶

func (TheTestEnum) EnumDescriptor() ([]byte, []int)

func (TheTestEnum) MarshalJSON ¶

func (x TheTestEnum) MarshalJSON() ([]byte, error)

func (TheTestEnum) String ¶

func (x TheTestEnum) String() string

func (*TheTestEnum) UnmarshalJSON ¶

func (x *TheTestEnum) UnmarshalJSON(data []byte) error

type Timer ¶

type Timer struct {
	Time1                int64    `protobuf:"fixed64,1,opt,name=Time1" json:"Time1" pg:"Time1"`
	Time2                int64    `protobuf:"fixed64,2,opt,name=Time2" json:"Time2" pg:"Time2"`
	Data                 []byte   `protobuf:"bytes,3,opt,name=Data" json:"Data" pg:"Data"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_unrecognized     []byte   `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedTimer ¶

func NewPopulatedTimer(r randyThetest, easy bool) *Timer

func NewTimerFromFace ¶

func NewTimerFromFace(that TimerFace) *Timer

func (*Timer) Compare ¶

func (this *Timer) Compare(that interface{}) int

func (*Timer) Descriptor ¶

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

func (*Timer) Equal ¶

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

func (*Timer) GetData ¶

func (this *Timer) GetData() []byte

func (*Timer) GetTime1 ¶

func (this *Timer) GetTime1() int64

func (*Timer) GetTime2 ¶

func (this *Timer) GetTime2() int64

func (*Timer) GoString ¶

func (this *Timer) GoString() string

func (*Timer) Proto ¶

func (*Timer) ProtoMessage ¶

func (*Timer) ProtoMessage()

func (*Timer) Reset ¶

func (m *Timer) Reset()

func (*Timer) Size ¶

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

func (*Timer) String ¶

func (this *Timer) String() string

func (*Timer) TestProto ¶

func (*Timer) Unmarshal ¶

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

func (*Timer) VerboseEqual ¶

func (this *Timer) VerboseEqual(that interface{}) error

func (*Timer) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *Timer) XXX_DiscardUnknown()

func (*Timer) XXX_Marshal ¶ added in v1.1.0

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

func (*Timer) XXX_Merge ¶ added in v1.1.0

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

func (*Timer) XXX_Size ¶ added in v1.1.0

func (m *Timer) XXX_Size() int

func (*Timer) XXX_Unmarshal ¶ added in v1.1.0

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

type TimerFace ¶

type TimerFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetTime1() int64
	GetTime2() int64
	GetData() []byte
}

type Tree ¶

type Tree struct {
	Or                   *OrBranch  `protobuf:"bytes,1,opt,name=Or" json:"Or,omitempty" pg:"Or"`
	And                  *AndBranch `protobuf:"bytes,2,opt,name=And" json:"And,omitempty" pg:"And"`
	Leaf                 *Leaf      `protobuf:"bytes,3,opt,name=Leaf" json:"Leaf,omitempty" pg:"Leaf"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-" pg:"-"`
	XXX_unrecognized     []byte     `json:"-" pg:"-"`
	XXX_sizecache        int32      `json:"-" pg:"-"`
}

func NewPopulatedTree ¶

func NewPopulatedTree(r randyThetest, easy bool) *Tree

func NewTreeFromFace ¶

func NewTreeFromFace(that TreeFace) *Tree

func (*Tree) Compare ¶

func (this *Tree) Compare(that interface{}) int

func (*Tree) Descriptor ¶

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

func (*Tree) Equal ¶

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

func (*Tree) GetAnd ¶

func (this *Tree) GetAnd() *AndBranch

func (*Tree) GetLeaf ¶

func (this *Tree) GetLeaf() *Leaf

func (*Tree) GetOr ¶

func (this *Tree) GetOr() *OrBranch

func (*Tree) GetValue ¶

func (this *Tree) GetValue() interface{}

func (*Tree) GoString ¶

func (this *Tree) GoString() string

func (*Tree) Proto ¶

func (*Tree) ProtoMessage ¶

func (*Tree) ProtoMessage()

func (*Tree) Reset ¶

func (m *Tree) Reset()

func (*Tree) SetValue ¶

func (this *Tree) SetValue(value interface{}) bool

func (*Tree) Size ¶

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

func (*Tree) String ¶

func (this *Tree) String() string

func (*Tree) TestProto ¶

func (*Tree) Unmarshal ¶

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

func (*Tree) VerboseEqual ¶

func (this *Tree) VerboseEqual(that interface{}) error

func (*Tree) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *Tree) XXX_DiscardUnknown()

func (*Tree) XXX_Marshal ¶ added in v1.1.0

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

func (*Tree) XXX_Merge ¶ added in v1.1.0

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

func (*Tree) XXX_Size ¶ added in v1.1.0

func (m *Tree) XXX_Size() int

func (*Tree) XXX_Unmarshal ¶ added in v1.1.0

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

type TreeFace ¶

type TreeFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetOr() *OrBranch
	GetAnd() *AndBranch
	GetLeaf() *Leaf
}

type Unrecognized ¶

type Unrecognized struct {
	Field1               *string  `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedUnrecognized ¶

func NewPopulatedUnrecognized(r randyThetest, easy bool) *Unrecognized

func NewUnrecognizedFromFace ¶

func NewUnrecognizedFromFace(that UnrecognizedFace) *Unrecognized

func (*Unrecognized) Compare ¶

func (this *Unrecognized) Compare(that interface{}) int

func (*Unrecognized) Descriptor ¶

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

func (*Unrecognized) Equal ¶

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

func (*Unrecognized) GetField1 ¶

func (this *Unrecognized) GetField1() *string

func (*Unrecognized) GoString ¶

func (this *Unrecognized) GoString() string

func (*Unrecognized) Proto ¶

func (*Unrecognized) ProtoMessage ¶

func (*Unrecognized) ProtoMessage()

func (*Unrecognized) Reset ¶

func (m *Unrecognized) Reset()

func (*Unrecognized) Size ¶

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

func (*Unrecognized) String ¶

func (this *Unrecognized) String() string

func (*Unrecognized) TestProto ¶

func (*Unrecognized) Unmarshal ¶

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

func (*Unrecognized) VerboseEqual ¶

func (this *Unrecognized) VerboseEqual(that interface{}) error

func (*Unrecognized) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *Unrecognized) XXX_DiscardUnknown()

func (*Unrecognized) XXX_Marshal ¶ added in v1.1.0

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

func (*Unrecognized) XXX_Merge ¶ added in v1.1.0

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

func (*Unrecognized) XXX_Size ¶ added in v1.1.0

func (m *Unrecognized) XXX_Size() int

func (*Unrecognized) XXX_Unmarshal ¶ added in v1.1.0

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

type UnrecognizedFace ¶

type UnrecognizedFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *string
}

type UnrecognizedWithEmbed ¶

type UnrecognizedWithEmbed struct {
	UnrecognizedWithEmbed_Embedded `protobuf:"bytes,1,opt,name=embedded,embedded=embedded" json:"embedded" pg:"embedded"`
	Field2                         *string  `protobuf:"bytes,2,opt,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	XXX_NoUnkeyedLiteral           struct{} `json:"-" pg:"-"`
	XXX_unrecognized               []byte   `json:"-" pg:"-"`
	XXX_sizecache                  int32    `json:"-" pg:"-"`
}

func NewPopulatedUnrecognizedWithEmbed ¶

func NewPopulatedUnrecognizedWithEmbed(r randyThetest, easy bool) *UnrecognizedWithEmbed

func NewUnrecognizedWithEmbedFromFace ¶

func NewUnrecognizedWithEmbedFromFace(that UnrecognizedWithEmbedFace) *UnrecognizedWithEmbed

func (*UnrecognizedWithEmbed) Compare ¶

func (this *UnrecognizedWithEmbed) Compare(that interface{}) int

func (*UnrecognizedWithEmbed) Descriptor ¶

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

func (*UnrecognizedWithEmbed) Equal ¶

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

func (*UnrecognizedWithEmbed) GetField2 ¶

func (this *UnrecognizedWithEmbed) GetField2() *string

func (*UnrecognizedWithEmbed) GetUnrecognizedWithEmbed_Embedded ¶

func (this *UnrecognizedWithEmbed) GetUnrecognizedWithEmbed_Embedded() UnrecognizedWithEmbed_Embedded

func (*UnrecognizedWithEmbed) GoString ¶

func (this *UnrecognizedWithEmbed) GoString() string

func (*UnrecognizedWithEmbed) Proto ¶

func (*UnrecognizedWithEmbed) ProtoMessage ¶

func (*UnrecognizedWithEmbed) ProtoMessage()

func (*UnrecognizedWithEmbed) Reset ¶

func (m *UnrecognizedWithEmbed) Reset()

func (*UnrecognizedWithEmbed) Size ¶

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

func (*UnrecognizedWithEmbed) String ¶

func (this *UnrecognizedWithEmbed) String() string

func (*UnrecognizedWithEmbed) TestProto ¶

func (*UnrecognizedWithEmbed) Unmarshal ¶

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

func (*UnrecognizedWithEmbed) VerboseEqual ¶

func (this *UnrecognizedWithEmbed) VerboseEqual(that interface{}) error

func (*UnrecognizedWithEmbed) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *UnrecognizedWithEmbed) XXX_DiscardUnknown()

func (*UnrecognizedWithEmbed) XXX_Marshal ¶ added in v1.1.0

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

func (*UnrecognizedWithEmbed) XXX_Merge ¶ added in v1.1.0

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

func (*UnrecognizedWithEmbed) XXX_Size ¶ added in v1.1.0

func (m *UnrecognizedWithEmbed) XXX_Size() int

func (*UnrecognizedWithEmbed) XXX_Unmarshal ¶ added in v1.1.0

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

type UnrecognizedWithEmbedFace ¶

type UnrecognizedWithEmbedFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetUnrecognizedWithEmbed_Embedded() UnrecognizedWithEmbed_Embedded
	GetField2() *string
}

type UnrecognizedWithEmbed_Embedded ¶

type UnrecognizedWithEmbed_Embedded struct {
	Field1               *uint32  `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedUnrecognizedWithEmbed_Embedded ¶

func NewPopulatedUnrecognizedWithEmbed_Embedded(r randyThetest, easy bool) *UnrecognizedWithEmbed_Embedded

func (*UnrecognizedWithEmbed_Embedded) Compare ¶

func (this *UnrecognizedWithEmbed_Embedded) Compare(that interface{}) int

func (*UnrecognizedWithEmbed_Embedded) Description ¶

func (*UnrecognizedWithEmbed_Embedded) Descriptor ¶

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

func (*UnrecognizedWithEmbed_Embedded) Equal ¶

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

func (*UnrecognizedWithEmbed_Embedded) GetField1 ¶

func (this *UnrecognizedWithEmbed_Embedded) GetField1() *uint32

func (*UnrecognizedWithEmbed_Embedded) GoString ¶

func (this *UnrecognizedWithEmbed_Embedded) GoString() string

func (*UnrecognizedWithEmbed_Embedded) Proto ¶

func (*UnrecognizedWithEmbed_Embedded) ProtoMessage ¶

func (*UnrecognizedWithEmbed_Embedded) ProtoMessage()

func (*UnrecognizedWithEmbed_Embedded) Reset ¶

func (m *UnrecognizedWithEmbed_Embedded) Reset()

func (*UnrecognizedWithEmbed_Embedded) Size ¶

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

func (*UnrecognizedWithEmbed_Embedded) String ¶

func (this *UnrecognizedWithEmbed_Embedded) String() string

func (*UnrecognizedWithEmbed_Embedded) TestProto ¶

func (*UnrecognizedWithEmbed_Embedded) Unmarshal ¶

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

func (*UnrecognizedWithEmbed_Embedded) VerboseEqual ¶

func (this *UnrecognizedWithEmbed_Embedded) VerboseEqual(that interface{}) error

func (*UnrecognizedWithEmbed_Embedded) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *UnrecognizedWithEmbed_Embedded) XXX_DiscardUnknown()

func (*UnrecognizedWithEmbed_Embedded) XXX_Marshal ¶ added in v1.1.0

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

func (*UnrecognizedWithEmbed_Embedded) XXX_Merge ¶ added in v1.1.0

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

func (*UnrecognizedWithEmbed_Embedded) XXX_Size ¶ added in v1.1.0

func (m *UnrecognizedWithEmbed_Embedded) XXX_Size() int

func (*UnrecognizedWithEmbed_Embedded) XXX_Unmarshal ¶ added in v1.1.0

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

type UnrecognizedWithEmbed_EmbeddedFace ¶

type UnrecognizedWithEmbed_EmbeddedFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *uint32
}

type UnrecognizedWithInner ¶

type UnrecognizedWithInner struct {
	Embedded             []*UnrecognizedWithInner_Inner `protobuf:"bytes,1,rep,name=embedded" json:"embedded,omitempty" pg:"embedded"`
	Field2               *string                        `protobuf:"bytes,2,opt,name=Field2" json:"Field2,omitempty" pg:"Field2"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-" pg:"-"`
	XXX_unrecognized     []byte                         `json:"-" pg:"-"`
	XXX_sizecache        int32                          `json:"-" pg:"-"`
}

func NewPopulatedUnrecognizedWithInner ¶

func NewPopulatedUnrecognizedWithInner(r randyThetest, easy bool) *UnrecognizedWithInner

func NewUnrecognizedWithInnerFromFace ¶

func NewUnrecognizedWithInnerFromFace(that UnrecognizedWithInnerFace) *UnrecognizedWithInner

func (*UnrecognizedWithInner) Compare ¶

func (this *UnrecognizedWithInner) Compare(that interface{}) int

func (*UnrecognizedWithInner) Descriptor ¶

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

func (*UnrecognizedWithInner) Equal ¶

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

func (*UnrecognizedWithInner) GetEmbedded ¶

func (this *UnrecognizedWithInner) GetEmbedded() []*UnrecognizedWithInner_Inner

func (*UnrecognizedWithInner) GetField2 ¶

func (this *UnrecognizedWithInner) GetField2() *string

func (*UnrecognizedWithInner) GoString ¶

func (this *UnrecognizedWithInner) GoString() string

func (*UnrecognizedWithInner) Proto ¶

func (*UnrecognizedWithInner) ProtoMessage ¶

func (*UnrecognizedWithInner) ProtoMessage()

func (*UnrecognizedWithInner) Reset ¶

func (m *UnrecognizedWithInner) Reset()

func (*UnrecognizedWithInner) Size ¶

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

func (*UnrecognizedWithInner) String ¶

func (this *UnrecognizedWithInner) String() string

func (*UnrecognizedWithInner) TestProto ¶

func (*UnrecognizedWithInner) Unmarshal ¶

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

func (*UnrecognizedWithInner) VerboseEqual ¶

func (this *UnrecognizedWithInner) VerboseEqual(that interface{}) error

func (*UnrecognizedWithInner) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *UnrecognizedWithInner) XXX_DiscardUnknown()

func (*UnrecognizedWithInner) XXX_Marshal ¶ added in v1.1.0

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

func (*UnrecognizedWithInner) XXX_Merge ¶ added in v1.1.0

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

func (*UnrecognizedWithInner) XXX_Size ¶ added in v1.1.0

func (m *UnrecognizedWithInner) XXX_Size() int

func (*UnrecognizedWithInner) XXX_Unmarshal ¶ added in v1.1.0

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

type UnrecognizedWithInnerFace ¶

type UnrecognizedWithInnerFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetEmbedded() []*UnrecognizedWithInner_Inner
	GetField2() *string
}

type UnrecognizedWithInner_Inner ¶

type UnrecognizedWithInner_Inner struct {
	Field1               *uint32  `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty" pg:"Field1"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"`
	XXX_sizecache        int32    `json:"-" pg:"-"`
}

func NewPopulatedUnrecognizedWithInner_Inner ¶

func NewPopulatedUnrecognizedWithInner_Inner(r randyThetest, easy bool) *UnrecognizedWithInner_Inner

func (*UnrecognizedWithInner_Inner) Compare ¶

func (this *UnrecognizedWithInner_Inner) Compare(that interface{}) int

func (*UnrecognizedWithInner_Inner) Descriptor ¶

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

func (*UnrecognizedWithInner_Inner) Equal ¶

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

func (*UnrecognizedWithInner_Inner) GetField1 ¶

func (this *UnrecognizedWithInner_Inner) GetField1() *uint32

func (*UnrecognizedWithInner_Inner) GoString ¶

func (this *UnrecognizedWithInner_Inner) GoString() string

func (*UnrecognizedWithInner_Inner) Proto ¶

func (*UnrecognizedWithInner_Inner) ProtoMessage ¶

func (*UnrecognizedWithInner_Inner) ProtoMessage()

func (*UnrecognizedWithInner_Inner) Reset ¶

func (m *UnrecognizedWithInner_Inner) Reset()

func (*UnrecognizedWithInner_Inner) Size ¶

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

func (*UnrecognizedWithInner_Inner) String ¶

func (this *UnrecognizedWithInner_Inner) String() string

func (*UnrecognizedWithInner_Inner) TestProto ¶

func (*UnrecognizedWithInner_Inner) Unmarshal ¶

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

func (*UnrecognizedWithInner_Inner) VerboseEqual ¶

func (this *UnrecognizedWithInner_Inner) VerboseEqual(that interface{}) error

func (*UnrecognizedWithInner_Inner) XXX_DiscardUnknown ¶ added in v1.1.0

func (m *UnrecognizedWithInner_Inner) XXX_DiscardUnknown()

func (*UnrecognizedWithInner_Inner) XXX_Marshal ¶ added in v1.1.0

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

func (*UnrecognizedWithInner_Inner) XXX_Merge ¶ added in v1.1.0

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

func (*UnrecognizedWithInner_Inner) XXX_Size ¶ added in v1.1.0

func (m *UnrecognizedWithInner_Inner) XXX_Size() int

func (*UnrecognizedWithInner_Inner) XXX_Unmarshal ¶ added in v1.1.0

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

type UnrecognizedWithInner_InnerFace ¶

type UnrecognizedWithInner_InnerFace interface {
	Proto() github_com_bittorrent_protobuf_proto.Message
	GetField1() *uint32
}

type Uuid ¶

type Uuid []byte

func NewPopulatedUuid ¶

func NewPopulatedUuid(r int63) *Uuid

func RandV4 ¶

func RandV4(r int63) Uuid

func (Uuid) Bytes ¶ added in v1.1.0

func (uuid Uuid) Bytes() []byte

func (Uuid) Compare ¶

func (uuid Uuid) Compare(other Uuid) int

func (Uuid) Equal ¶

func (uuid Uuid) Equal(other Uuid) bool

func (Uuid) Marshal ¶

func (uuid Uuid) Marshal() ([]byte, error)

func (Uuid) MarshalJSON ¶

func (uuid Uuid) MarshalJSON() ([]byte, error)

func (Uuid) MarshalTo ¶

func (uuid Uuid) MarshalTo(data []byte) (n int, err error)

func (Uuid) RandV4 ¶

func (uuid Uuid) RandV4(r int63)

func (*Uuid) Size ¶

func (uuid *Uuid) Size() int

func (*Uuid) Unmarshal ¶

func (uuid *Uuid) Unmarshal(data []byte) error

func (*Uuid) UnmarshalJSON ¶

func (uuid *Uuid) UnmarshalJSON(data []byte) error

type YetAnotherTestEnum ¶

type YetAnotherTestEnum int32

YetAnotherTestEnum is used to test cross-package import of custom name fields and default resolution.

const (
	AA          YetAnotherTestEnum = 0
	BetterYetBB YetAnotherTestEnum = 1
)
const Default_AnotherNinOptEnumDefault_Field2 YetAnotherTestEnum = BetterYetBB
const Default_NinOptEnumDefault_Field2 YetAnotherTestEnum = BetterYetBB

func (YetAnotherTestEnum) Enum ¶

func (YetAnotherTestEnum) EnumDescriptor ¶

func (YetAnotherTestEnum) EnumDescriptor() ([]byte, []int)

func (YetAnotherTestEnum) MarshalJSON ¶

func (x YetAnotherTestEnum) MarshalJSON() ([]byte, error)

func (YetAnotherTestEnum) String ¶

func (x YetAnotherTestEnum) String() string

func (*YetAnotherTestEnum) UnmarshalJSON ¶

func (x *YetAnotherTestEnum) UnmarshalJSON(data []byte) error

type YetYetAnotherTestEnum ¶

type YetYetAnotherTestEnum int32

YetAnotherTestEnum is used to test cross-package import of custom name fields and default resolution.

const (
	YetYetAnotherTestEnum_CC          YetYetAnotherTestEnum = 0
	YetYetAnotherTestEnum_BetterYetDD YetYetAnotherTestEnum = 1
)
const Default_AnotherNinOptEnumDefault_Field3 YetYetAnotherTestEnum = YetYetAnotherTestEnum_CC
const Default_NinOptEnumDefault_Field3 YetYetAnotherTestEnum = YetYetAnotherTestEnum_CC

func (YetYetAnotherTestEnum) Enum ¶

func (YetYetAnotherTestEnum) EnumDescriptor ¶

func (YetYetAnotherTestEnum) EnumDescriptor() ([]byte, []int)

func (YetYetAnotherTestEnum) MarshalJSON ¶

func (x YetYetAnotherTestEnum) MarshalJSON() ([]byte, error)

func (YetYetAnotherTestEnum) String ¶

func (x YetYetAnotherTestEnum) String() string

func (*YetYetAnotherTestEnum) UnmarshalJSON ¶

func (x *YetYetAnotherTestEnum) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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