test

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2018 License: BSD-3-Clause Imports: 19 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.12341
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")
)
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/both/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/both/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/both/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/both/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/both/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/both/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/both/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/both/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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

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

func (*ADeepBranch) MarshalTo

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

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

func (m *ADeepBranch) XXX_DiscardUnknown()

func (*ADeepBranch) XXX_Marshal

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

func (*ADeepBranch) XXX_Merge

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

func (*ADeepBranch) XXX_Size

func (m *ADeepBranch) XXX_Size() int

func (*ADeepBranch) XXX_Unmarshal

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

type ADeepBranchFace

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

type AndBranch

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

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) Marshal

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

func (*AndBranch) MarshalTo

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

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

func (m *AndBranch) XXX_DiscardUnknown()

func (*AndBranch) XXX_Marshal

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

func (*AndBranch) XXX_Merge

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

func (*AndBranch) XXX_Size

func (m *AndBranch) XXX_Size() int

func (*AndBranch) XXX_Unmarshal

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

type AndBranchFace

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

type AndDeepBranch

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

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) Description

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) Marshal

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

func (*AndDeepBranch) MarshalTo

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

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

func (m *AndDeepBranch) XXX_DiscardUnknown()

func (*AndDeepBranch) XXX_Marshal

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

func (*AndDeepBranch) XXX_Merge

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

func (*AndDeepBranch) XXX_Size

func (m *AndDeepBranch) XXX_Size() int

func (*AndDeepBranch) XXX_Unmarshal

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

type AndDeepBranchFace

type AndDeepBranchFace interface {
	Proto() github_com_gogo_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"`
	Field2               *YetAnotherTestEnum    `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum" json:"Field2,omitempty"`
	Field3               *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum" json:"Field3,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

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) Description

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) Marshal

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

func (*AnotherNinOptEnum) MarshalTo

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

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

func (m *AnotherNinOptEnum) XXX_DiscardUnknown()

func (*AnotherNinOptEnum) XXX_Marshal

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

func (*AnotherNinOptEnum) XXX_Merge

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

func (*AnotherNinOptEnum) XXX_Size

func (m *AnotherNinOptEnum) XXX_Size() int

func (*AnotherNinOptEnum) XXX_Unmarshal

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"`
	Field2               *YetAnotherTestEnum    `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum,def=1" json:"Field2,omitempty"`
	Field3               *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum,def=0" json:"Field3,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func NewPopulatedAnotherNinOptEnumDefault

func NewPopulatedAnotherNinOptEnumDefault(r randyThetest, easy bool) *AnotherNinOptEnumDefault

func (*AnotherNinOptEnumDefault) Compare

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

func (*AnotherNinOptEnumDefault) Description

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) Marshal

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

func (*AnotherNinOptEnumDefault) MarshalTo

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

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

func (m *AnotherNinOptEnumDefault) XXX_DiscardUnknown()

func (*AnotherNinOptEnumDefault) XXX_Marshal

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

func (*AnotherNinOptEnumDefault) XXX_Merge

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

func (*AnotherNinOptEnumDefault) XXX_Size

func (m *AnotherNinOptEnumDefault) XXX_Size() int

func (*AnotherNinOptEnumDefault) XXX_Unmarshal

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

type AnotherNinOptEnumFace

type AnotherNinOptEnumFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

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) Description

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) Marshal

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

func (*CustomContainer) MarshalTo

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

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

func (m *CustomContainer) XXX_DiscardUnknown()

func (*CustomContainer) XXX_Marshal

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

func (*CustomContainer) XXX_Merge

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

func (*CustomContainer) XXX_Size

func (m *CustomContainer) XXX_Size() int

func (*CustomContainer) XXX_Unmarshal

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

type CustomContainerFace

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

type CustomDash

type CustomDash struct {
	Value                *github_com_gogo_protobuf_test_custom_dash_type.Bytes `protobuf:"bytes,1,opt,name=Value,customtype=github.com/gogo/protobuf/test/custom-dash-type.Bytes" json:"Value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                              `json:"-"`
	XXX_unrecognized     []byte                                                `json:"-"`
	XXX_sizecache        int32                                                 `json:"-"`
}

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) GetValue

func (*CustomDash) GoString

func (this *CustomDash) GoString() string

func (*CustomDash) Marshal

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

func (*CustomDash) MarshalTo

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

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

func (m *CustomDash) XXX_DiscardUnknown()

func (*CustomDash) XXX_Marshal

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

func (*CustomDash) XXX_Merge

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

func (*CustomDash) XXX_Size

func (m *CustomDash) XXX_Size() int

func (*CustomDash) XXX_Unmarshal

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"`
	FieldB               *github_com_gogo_protobuf_test_custom.Uint128  `protobuf:"bytes,2,opt,name=Value,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Value,omitempty"`
	FieldC               []Uuid                                         `protobuf:"bytes,3,rep,name=Ids,customtype=Uuid" json:"Ids,omitempty"`
	FieldD               []github_com_gogo_protobuf_test_custom.Uint128 `protobuf:"bytes,4,rep,name=Values,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

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) Description

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) Marshal

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

func (*CustomNameCustomType) MarshalTo

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

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

func (m *CustomNameCustomType) XXX_DiscardUnknown()

func (*CustomNameCustomType) XXX_Marshal

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

func (*CustomNameCustomType) XXX_Merge

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

func (*CustomNameCustomType) XXX_Size

func (m *CustomNameCustomType) XXX_Size() int

func (*CustomNameCustomType) XXX_Unmarshal

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

type CustomNameCustomTypeFace

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

type CustomNameEnum

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

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) Description

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) Marshal

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

func (*CustomNameEnum) MarshalTo

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

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

func (m *CustomNameEnum) XXX_DiscardUnknown()

func (*CustomNameEnum) XXX_Marshal

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

func (*CustomNameEnum) XXX_Merge

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

func (*CustomNameEnum) XXX_Size

func (m *CustomNameEnum) XXX_Size() int

func (*CustomNameEnum) XXX_Unmarshal

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

type CustomNameEnumFace

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

type CustomNameNidOptNative

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

func NewCustomNameNidOptNativeFromFace

func NewCustomNameNidOptNativeFromFace(that CustomNameNidOptNativeFace) *CustomNameNidOptNative

func NewPopulatedCustomNameNidOptNative

func NewPopulatedCustomNameNidOptNative(r randyThetest, easy bool) *CustomNameNidOptNative

func (*CustomNameNidOptNative) Compare

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

func (*CustomNameNidOptNative) Description

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) Marshal

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

func (*CustomNameNidOptNative) MarshalTo

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

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

func (m *CustomNameNidOptNative) XXX_DiscardUnknown()

func (*CustomNameNidOptNative) XXX_Marshal

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

func (*CustomNameNidOptNative) XXX_Merge

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

func (*CustomNameNidOptNative) XXX_Size

func (m *CustomNameNidOptNative) XXX_Size() int

func (*CustomNameNidOptNative) XXX_Unmarshal

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

type CustomNameNidOptNativeFace

type CustomNameNidOptNativeFace interface {
	Proto() github_com_gogo_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"`
	FieldA               *NinOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200,omitempty"`
	FieldB               *bool         `protobuf:"varint,210,opt,name=Field210" json:"Field210,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

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) Marshal

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

func (*CustomNameNinEmbeddedStructUnion) MarshalTo

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

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

func (m *CustomNameNinEmbeddedStructUnion) XXX_DiscardUnknown()

func (*CustomNameNinEmbeddedStructUnion) XXX_Marshal

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

func (*CustomNameNinEmbeddedStructUnion) XXX_Merge

func (dst *CustomNameNinEmbeddedStructUnion) XXX_Merge(src proto.Message)

func (*CustomNameNinEmbeddedStructUnion) XXX_Size

func (m *CustomNameNinEmbeddedStructUnion) XXX_Size() int

func (*CustomNameNinEmbeddedStructUnion) XXX_Unmarshal

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

type CustomNameNinEmbeddedStructUnionFace

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

func NewCustomNameNinOptNativeFromFace

func NewCustomNameNinOptNativeFromFace(that CustomNameNinOptNativeFace) *CustomNameNinOptNative

func NewPopulatedCustomNameNinOptNative

func NewPopulatedCustomNameNinOptNative(r randyThetest, easy bool) *CustomNameNinOptNative

func (*CustomNameNinOptNative) Compare

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

func (*CustomNameNinOptNative) Description

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) Marshal

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

func (*CustomNameNinOptNative) MarshalTo

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

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

func (m *CustomNameNinOptNative) XXX_DiscardUnknown()

func (*CustomNameNinOptNative) XXX_Marshal

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

func (*CustomNameNinOptNative) XXX_Merge

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

func (*CustomNameNinOptNative) XXX_Size

func (m *CustomNameNinOptNative) XXX_Size() int

func (*CustomNameNinOptNative) XXX_Unmarshal

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

type CustomNameNinOptNativeFace

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

func NewCustomNameNinRepNativeFromFace

func NewCustomNameNinRepNativeFromFace(that CustomNameNinRepNativeFace) *CustomNameNinRepNative

func NewPopulatedCustomNameNinRepNative

func NewPopulatedCustomNameNinRepNative(r randyThetest, easy bool) *CustomNameNinRepNative

func (*CustomNameNinRepNative) Compare

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

func (*CustomNameNinRepNative) Description

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) Marshal

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

func (*CustomNameNinRepNative) MarshalTo

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

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

func (m *CustomNameNinRepNative) XXX_DiscardUnknown()

func (*CustomNameNinRepNative) XXX_Marshal

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

func (*CustomNameNinRepNative) XXX_Merge

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

func (*CustomNameNinRepNative) XXX_Size

func (m *CustomNameNinRepNative) XXX_Size() int

func (*CustomNameNinRepNative) XXX_Unmarshal

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

type CustomNameNinRepNativeFace

type CustomNameNinRepNativeFace interface {
	Proto() github_com_gogo_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"`
	FieldB               *float32        `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty"`
	FieldC               *NidOptNative   `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty"`
	FieldD               []*NinOptNative `protobuf:"bytes,4,rep,name=Field4" json:"Field4,omitempty"`
	FieldE               *uint64         `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
	FieldF               *int32          `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty"`
	FieldG               *NidOptNative   `protobuf:"bytes,8,opt,name=Field8" json:"Field8,omitempty"`
	FieldH               *bool           `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
	FieldI               *string         `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty"`
	FieldJ               []byte          `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

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) Description

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) Marshal

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

func (*CustomNameNinStruct) MarshalTo

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

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

func (m *CustomNameNinStruct) XXX_DiscardUnknown()

func (*CustomNameNinStruct) XXX_Marshal

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

func (*CustomNameNinStruct) XXX_Merge

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

func (*CustomNameNinStruct) XXX_Size

func (m *CustomNameNinStruct) XXX_Size() int

func (*CustomNameNinStruct) XXX_Unmarshal

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

type CustomNameNinStructFace

type CustomNameNinStructFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

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

func (*DeepLeaf) MarshalTo

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

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

func (m *DeepLeaf) XXX_DiscardUnknown()

func (*DeepLeaf) XXX_Marshal

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

func (*DeepLeaf) XXX_Merge

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

func (*DeepLeaf) XXX_Size

func (m *DeepLeaf) XXX_Size() int

func (*DeepLeaf) XXX_Unmarshal

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

type DeepLeafFace

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

type DeepTree

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

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) Marshal

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

func (*DeepTree) MarshalTo

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

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

func (m *DeepTree) XXX_DiscardUnknown()

func (*DeepTree) XXX_Marshal

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

func (*DeepTree) XXX_Merge

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

func (*DeepTree) XXX_Size

func (m *DeepTree) XXX_Size() int

func (*DeepTree) XXX_Unmarshal

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

type DeepTreeFace

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

type Leaf

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

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) Marshal

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

func (*Leaf) MarshalTo

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

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 (this *Leaf) TestProto() github_com_gogo_protobuf_proto.Message

func (*Leaf) Unmarshal

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

func (*Leaf) VerboseEqual

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

func (*Leaf) XXX_DiscardUnknown

func (m *Leaf) XXX_DiscardUnknown()

func (*Leaf) XXX_Marshal

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

func (*Leaf) XXX_Merge

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

func (*Leaf) XXX_Size

func (m *Leaf) XXX_Size() int

func (*Leaf) XXX_Unmarshal

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

type LeafFace

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

type MyExtendable

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

func NewPopulatedMyExtendable

func NewPopulatedMyExtendable(r randyThetest, easy bool) *MyExtendable

func (*MyExtendable) Compare

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

func (*MyExtendable) Description

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) Marshal

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

func (*MyExtendable) MarshalTo

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

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

func (m *MyExtendable) XXX_DiscardUnknown()

func (*MyExtendable) XXX_Marshal

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

func (*MyExtendable) XXX_Merge

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

func (*MyExtendable) XXX_Size

func (m *MyExtendable) XXX_Size() int

func (*MyExtendable) XXX_Unmarshal

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

type NestedDefinition

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

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) Description

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) Marshal

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

func (*NestedDefinition) MarshalTo

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

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

func (m *NestedDefinition) XXX_DiscardUnknown()

func (*NestedDefinition) XXX_Marshal

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

func (*NestedDefinition) XXX_Merge

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

func (*NestedDefinition) XXX_Size

func (m *NestedDefinition) XXX_Size() int

func (*NestedDefinition) XXX_Unmarshal

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"`
	NNM                  *NestedDefinition_NestedMessage_NestedNestedMsg `protobuf:"bytes,2,opt,name=NNM" json:"NNM,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

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) Marshal

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

func (*NestedDefinition_NestedMessage) MarshalTo

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

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

func (m *NestedDefinition_NestedMessage) XXX_DiscardUnknown()

func (*NestedDefinition_NestedMessage) XXX_Marshal

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

func (*NestedDefinition_NestedMessage) XXX_Merge

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

func (*NestedDefinition_NestedMessage) XXX_Size

func (m *NestedDefinition_NestedMessage) XXX_Size() int

func (*NestedDefinition_NestedMessage) XXX_Unmarshal

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

type NestedDefinition_NestedMessageFace

type NestedDefinition_NestedMessageFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

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

func (*NestedDefinition_NestedMessage_NestedNestedMsg) MarshalTo

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

func (m *NestedDefinition_NestedMessage_NestedNestedMsg) XXX_DiscardUnknown()

func (*NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Marshal

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

func (*NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Merge

func (*NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Size

func (*NestedDefinition_NestedMessage_NestedNestedMsg) XXX_Unmarshal

type NestedDefinition_NestedMessage_NestedNestedMsgFace

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

type NestedScope

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

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) Marshal

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

func (*NestedScope) MarshalTo

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

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

func (m *NestedScope) XXX_DiscardUnknown()

func (*NestedScope) XXX_Marshal

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

func (*NestedScope) XXX_Merge

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

func (*NestedScope) XXX_Size

func (m *NestedScope) XXX_Size() int

func (*NestedScope) XXX_Unmarshal

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"`
	Field200             NidOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200"`
	Field210             bool         `protobuf:"varint,210,opt,name=Field210" json:"Field210"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

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) Description

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) Marshal

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

func (*NidEmbeddedStruct) MarshalTo

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

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

func (m *NidEmbeddedStruct) XXX_DiscardUnknown()

func (*NidEmbeddedStruct) XXX_Marshal

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

func (*NidEmbeddedStruct) XXX_Merge

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

func (*NidEmbeddedStruct) XXX_Size

func (m *NidEmbeddedStruct) XXX_Size() int

func (*NidEmbeddedStruct) XXX_Unmarshal

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

type NidEmbeddedStructFace

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

type NidNestedStruct

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

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) Description

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) Marshal

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

func (*NidNestedStruct) MarshalTo

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

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

func (m *NidNestedStruct) XXX_DiscardUnknown()

func (*NidNestedStruct) XXX_Marshal

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

func (*NidNestedStruct) XXX_Merge

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

func (*NidNestedStruct) XXX_Size

func (m *NidNestedStruct) XXX_Size() int

func (*NidNestedStruct) XXX_Unmarshal

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

type NidNestedStructFace

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

type NidOptCustom

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

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) Description

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) Marshal

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

func (*NidOptCustom) MarshalTo

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

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

func (m *NidOptCustom) XXX_DiscardUnknown()

func (*NidOptCustom) XXX_Marshal

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

func (*NidOptCustom) XXX_Merge

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

func (*NidOptCustom) XXX_Size

func (m *NidOptCustom) XXX_Size() int

func (*NidOptCustom) XXX_Unmarshal

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

type NidOptCustomFace

type NidOptCustomFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetId() Uuid
	GetValue() github_com_gogo_protobuf_test_custom.Uint128
}

type NidOptEnum

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

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) Marshal

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

func (*NidOptEnum) MarshalTo

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

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

func (m *NidOptEnum) XXX_DiscardUnknown()

func (*NidOptEnum) XXX_Marshal

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

func (*NidOptEnum) XXX_Merge

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

func (*NidOptEnum) XXX_Size

func (m *NidOptEnum) XXX_Size() int

func (*NidOptEnum) XXX_Unmarshal

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

type NidOptEnumFace

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

type NidOptNative

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

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) Description

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) Marshal

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

func (*NidOptNative) MarshalTo

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

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

func (m *NidOptNative) XXX_DiscardUnknown()

func (*NidOptNative) XXX_Marshal

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

func (*NidOptNative) XXX_Merge

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

func (*NidOptNative) XXX_Size

func (m *NidOptNative) XXX_Size() int

func (*NidOptNative) XXX_Unmarshal

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

type NidOptNativeFace

type NidOptNativeFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedNidOptNonByteCustomType

func NewPopulatedNidOptNonByteCustomType(r randyThetest, easy bool) *NidOptNonByteCustomType

func (*NidOptNonByteCustomType) Compare

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

func (*NidOptNonByteCustomType) Description

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) Marshal

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

func (*NidOptNonByteCustomType) MarshalTo

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

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

func (m *NidOptNonByteCustomType) XXX_DiscardUnknown()

func (*NidOptNonByteCustomType) XXX_Marshal

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

func (*NidOptNonByteCustomType) XXX_Merge

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

func (*NidOptNonByteCustomType) XXX_Size

func (m *NidOptNonByteCustomType) XXX_Size() int

func (*NidOptNonByteCustomType) XXX_Unmarshal

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

type NidOptNonByteCustomTypeFace

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

type NidOptStruct

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

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) Description

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) Marshal

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

func (*NidOptStruct) MarshalTo

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

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

func (m *NidOptStruct) XXX_DiscardUnknown()

func (*NidOptStruct) XXX_Marshal

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

func (*NidOptStruct) XXX_Merge

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

func (*NidOptStruct) XXX_Size

func (m *NidOptStruct) XXX_Size() int

func (*NidOptStruct) XXX_Unmarshal

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

type NidOptStructFace

type NidOptStructFace interface {
	Proto() github_com_gogo_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"`
	Value                []github_com_gogo_protobuf_test_custom.Uint128 `protobuf:"bytes,2,rep,name=Value,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Value"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

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) Description

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) Marshal

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

func (*NidRepCustom) MarshalTo

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

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

func (m *NidRepCustom) XXX_DiscardUnknown()

func (*NidRepCustom) XXX_Marshal

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

func (*NidRepCustom) XXX_Merge

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

func (*NidRepCustom) XXX_Size

func (m *NidRepCustom) XXX_Size() int

func (*NidRepCustom) XXX_Unmarshal

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

type NidRepCustomFace

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

type NidRepEnum

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

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) Marshal

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

func (*NidRepEnum) MarshalTo

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

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

func (m *NidRepEnum) XXX_DiscardUnknown()

func (*NidRepEnum) XXX_Marshal

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

func (*NidRepEnum) XXX_Merge

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

func (*NidRepEnum) XXX_Size

func (m *NidRepEnum) XXX_Size() int

func (*NidRepEnum) XXX_Unmarshal

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

type NidRepEnumFace

type NidRepEnumFace interface {
	Proto() github_com_gogo_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"`
	Field2               []float32 `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty"`
	Field3               []int32   `protobuf:"varint,3,rep,name=Field3" json:"Field3,omitempty"`
	Field4               []int64   `protobuf:"varint,4,rep,name=Field4" json:"Field4,omitempty"`
	Field5               []uint32  `protobuf:"varint,5,rep,name=Field5" json:"Field5,omitempty"`
	Field6               []uint64  `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty"`
	Field7               []int32   `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty"`
	Field8               []int64   `protobuf:"zigzag64,8,rep,name=Field8" json:"Field8,omitempty"`
	Field9               []uint32  `protobuf:"fixed32,9,rep,name=Field9" json:"Field9,omitempty"`
	Field10              []int32   `protobuf:"fixed32,10,rep,name=Field10" json:"Field10,omitempty"`
	Field11              []uint64  `protobuf:"fixed64,11,rep,name=Field11" json:"Field11,omitempty"`
	Field12              []int64   `protobuf:"fixed64,12,rep,name=Field12" json:"Field12,omitempty"`
	Field13              []bool    `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty"`
	Field14              []string  `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty"`
	Field15              [][]byte  `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

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) Description

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) Marshal

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

func (*NidRepNative) MarshalTo

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

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

func (m *NidRepNative) XXX_DiscardUnknown()

func (*NidRepNative) XXX_Marshal

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

func (*NidRepNative) XXX_Merge

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

func (*NidRepNative) XXX_Size

func (m *NidRepNative) XXX_Size() int

func (*NidRepNative) XXX_Unmarshal

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

type NidRepNativeFace

type NidRepNativeFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedNidRepNonByteCustomType

func NewPopulatedNidRepNonByteCustomType(r randyThetest, easy bool) *NidRepNonByteCustomType

func (*NidRepNonByteCustomType) Compare

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

func (*NidRepNonByteCustomType) Description

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) Marshal

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

func (*NidRepNonByteCustomType) MarshalTo

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

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

func (m *NidRepNonByteCustomType) XXX_DiscardUnknown()

func (*NidRepNonByteCustomType) XXX_Marshal

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

func (*NidRepNonByteCustomType) XXX_Merge

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

func (*NidRepNonByteCustomType) XXX_Size

func (m *NidRepNonByteCustomType) XXX_Size() int

func (*NidRepNonByteCustomType) XXX_Unmarshal

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

type NidRepNonByteCustomTypeFace

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

type NidRepPackedNative

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

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) Description

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) Marshal

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

func (*NidRepPackedNative) MarshalTo

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

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

func (m *NidRepPackedNative) XXX_DiscardUnknown()

func (*NidRepPackedNative) XXX_Marshal

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

func (*NidRepPackedNative) XXX_Merge

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

func (*NidRepPackedNative) XXX_Size

func (m *NidRepPackedNative) XXX_Size() int

func (*NidRepPackedNative) XXX_Unmarshal

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

type NidRepPackedNativeFace

type NidRepPackedNativeFace interface {
	Proto() github_com_gogo_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"`
	Field2               []float32      `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty"`
	Field3               []NidOptNative `protobuf:"bytes,3,rep,name=Field3" json:"Field3"`
	Field4               []NinOptNative `protobuf:"bytes,4,rep,name=Field4" json:"Field4"`
	Field6               []uint64       `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty"`
	Field7               []int32        `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty"`
	Field8               []NidOptNative `protobuf:"bytes,8,rep,name=Field8" json:"Field8"`
	Field13              []bool         `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty"`
	Field14              []string       `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty"`
	Field15              [][]byte       `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

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) Description

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) Marshal

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

func (*NidRepStruct) MarshalTo

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

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

func (m *NidRepStruct) XXX_DiscardUnknown()

func (*NidRepStruct) XXX_Marshal

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

func (*NidRepStruct) XXX_Merge

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

func (*NidRepStruct) XXX_Size

func (m *NidRepStruct) XXX_Size() int

func (*NidRepStruct) XXX_Unmarshal

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

type NidRepStructFace

type NidRepStructFace interface {
	Proto() github_com_gogo_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:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

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

func (*Nil) MarshalTo

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

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 (this *Nil) TestProto() github_com_gogo_protobuf_proto.Message

func (*Nil) Unmarshal

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

func (*Nil) VerboseEqual

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

func (*Nil) XXX_DiscardUnknown

func (m *Nil) XXX_DiscardUnknown()

func (*Nil) XXX_Marshal

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

func (*Nil) XXX_Merge

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

func (*Nil) XXX_Size

func (m *Nil) XXX_Size() int

func (*Nil) XXX_Unmarshal

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

type NilFace

type NilFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
}

type NinEmbeddedStruct

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

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) Description

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) Marshal

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

func (*NinEmbeddedStruct) MarshalTo

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

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

func (m *NinEmbeddedStruct) XXX_DiscardUnknown()

func (*NinEmbeddedStruct) XXX_Marshal

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

func (*NinEmbeddedStruct) XXX_Merge

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

func (*NinEmbeddedStruct) XXX_Size

func (m *NinEmbeddedStruct) XXX_Size() int

func (*NinEmbeddedStruct) XXX_Unmarshal

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

type NinEmbeddedStructFace

type NinEmbeddedStructFace interface {
	Proto() github_com_gogo_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"`
	Field200             *NinOptNative `protobuf:"bytes,200,opt,name=Field200" json:"Field200,omitempty"`
	Field210             *bool         `protobuf:"varint,210,opt,name=Field210" json:"Field210,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func NewNinEmbeddedStructUnionFromFace

func NewNinEmbeddedStructUnionFromFace(that NinEmbeddedStructUnionFace) *NinEmbeddedStructUnion

func NewPopulatedNinEmbeddedStructUnion

func NewPopulatedNinEmbeddedStructUnion(r randyThetest, easy bool) *NinEmbeddedStructUnion

func (*NinEmbeddedStructUnion) Compare

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

func (*NinEmbeddedStructUnion) Description

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) Marshal

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

func (*NinEmbeddedStructUnion) MarshalTo

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

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

func (m *NinEmbeddedStructUnion) XXX_DiscardUnknown()

func (*NinEmbeddedStructUnion) XXX_Marshal

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

func (*NinEmbeddedStructUnion) XXX_Merge

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

func (*NinEmbeddedStructUnion) XXX_Size

func (m *NinEmbeddedStructUnion) XXX_Size() int

func (*NinEmbeddedStructUnion) XXX_Unmarshal

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

type NinEmbeddedStructUnionFace

type NinEmbeddedStructUnionFace interface {
	Proto() github_com_gogo_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"`
	Field2               []*NinRepStruct `protobuf:"bytes,2,rep,name=Field2" json:"Field2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

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) Description

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) Marshal

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

func (*NinNestedStruct) MarshalTo

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

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

func (m *NinNestedStruct) XXX_DiscardUnknown()

func (*NinNestedStruct) XXX_Marshal

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

func (*NinNestedStruct) XXX_Merge

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

func (*NinNestedStruct) XXX_Size

func (m *NinNestedStruct) XXX_Size() int

func (*NinNestedStruct) XXX_Unmarshal

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

type NinNestedStructFace

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

type NinNestedStructUnion

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

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) Description

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) Marshal

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

func (*NinNestedStructUnion) MarshalTo

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

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

func (m *NinNestedStructUnion) XXX_DiscardUnknown()

func (*NinNestedStructUnion) XXX_Marshal

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

func (*NinNestedStructUnion) XXX_Merge

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

func (*NinNestedStructUnion) XXX_Size

func (m *NinNestedStructUnion) XXX_Size() int

func (*NinNestedStructUnion) XXX_Unmarshal

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

type NinNestedStructUnionFace

type NinNestedStructUnionFace interface {
	Proto() github_com_gogo_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"`
	Value                *github_com_gogo_protobuf_test_custom.Uint128 `protobuf:"bytes,2,opt,name=Value,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

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) Description

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) Marshal

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

func (*NinOptCustom) MarshalTo

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

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

func (m *NinOptCustom) XXX_DiscardUnknown()

func (*NinOptCustom) XXX_Marshal

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

func (*NinOptCustom) XXX_Merge

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

func (*NinOptCustom) XXX_Size

func (m *NinOptCustom) XXX_Size() int

func (*NinOptCustom) XXX_Unmarshal

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

type NinOptCustomFace

type NinOptCustomFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetId() *Uuid
	GetValue() *github_com_gogo_protobuf_test_custom.Uint128
}

type NinOptEnum

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

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) Marshal

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

func (*NinOptEnum) MarshalTo

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

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

func (m *NinOptEnum) XXX_DiscardUnknown()

func (*NinOptEnum) XXX_Marshal

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

func (*NinOptEnum) XXX_Merge

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

func (*NinOptEnum) XXX_Size

func (m *NinOptEnum) XXX_Size() int

func (*NinOptEnum) XXX_Unmarshal

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"`
	Field2               *YetAnotherTestEnum    `protobuf:"varint,2,opt,name=Field2,enum=test.YetAnotherTestEnum,def=1" json:"Field2,omitempty"`
	Field3               *YetYetAnotherTestEnum `protobuf:"varint,3,opt,name=Field3,enum=test.YetYetAnotherTestEnum,def=0" json:"Field3,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func NewPopulatedNinOptEnumDefault

func NewPopulatedNinOptEnumDefault(r randyThetest, easy bool) *NinOptEnumDefault

func (*NinOptEnumDefault) Compare

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

func (*NinOptEnumDefault) Description

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) Marshal

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

func (*NinOptEnumDefault) MarshalTo

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

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

func (m *NinOptEnumDefault) XXX_DiscardUnknown()

func (*NinOptEnumDefault) XXX_Marshal

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

func (*NinOptEnumDefault) XXX_Merge

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

func (*NinOptEnumDefault) XXX_Size

func (m *NinOptEnumDefault) XXX_Size() int

func (*NinOptEnumDefault) XXX_Unmarshal

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

type NinOptEnumFace

type NinOptEnumFace interface {
	Proto() github_com_gogo_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"`
	Field2               *float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty"`
	Field3               *int32   `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty"`
	Field4               *int64   `protobuf:"varint,4,opt,name=Field4" json:"Field4,omitempty"`
	Field5               *uint32  `protobuf:"varint,5,opt,name=Field5" json:"Field5,omitempty"`
	Field6               *uint64  `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
	Field7               *int32   `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty"`
	Field8               *int64   `protobuf:"zigzag64,8,opt,name=Field8" json:"Field8,omitempty"`
	Field9               *uint32  `protobuf:"fixed32,9,opt,name=Field9" json:"Field9,omitempty"`
	Field10              *int32   `protobuf:"fixed32,10,opt,name=Field10" json:"Field10,omitempty"`
	Field11              *uint64  `protobuf:"fixed64,11,opt,name=Field11" json:"Field11,omitempty"`
	Field12              *int64   `protobuf:"fixed64,12,opt,name=Field12" json:"Field12,omitempty"`
	Field13              *bool    `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
	Field14              *string  `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty"`
	Field15              []byte   `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Description

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) Marshal

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

func (*NinOptNative) MarshalTo

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

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

func (m *NinOptNative) XXX_DiscardUnknown()

func (*NinOptNative) XXX_Marshal

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

func (*NinOptNative) XXX_Merge

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

func (*NinOptNative) XXX_Size

func (m *NinOptNative) XXX_Size() int

func (*NinOptNative) XXX_Unmarshal

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

func NewPopulatedNinOptNativeDefault

func NewPopulatedNinOptNativeDefault(r randyThetest, easy bool) *NinOptNativeDefault

func (*NinOptNativeDefault) Compare

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

func (*NinOptNativeDefault) Description

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) Marshal

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

func (*NinOptNativeDefault) MarshalTo

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

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

func (m *NinOptNativeDefault) XXX_DiscardUnknown()

func (*NinOptNativeDefault) XXX_Marshal

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

func (*NinOptNativeDefault) XXX_Merge

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

func (*NinOptNativeDefault) XXX_Size

func (m *NinOptNativeDefault) XXX_Size() int

func (*NinOptNativeDefault) XXX_Unmarshal

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

type NinOptNativeFace

type NinOptNativeFace interface {
	Proto() github_com_gogo_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"`
	Field2               *float32 `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty"`
	Field3               *int32   `protobuf:"varint,3,opt,name=Field3" json:"Field3,omitempty"`
	Field4               *int64   `protobuf:"varint,4,opt,name=Field4" json:"Field4,omitempty"`
	Field5               *uint32  `protobuf:"varint,5,opt,name=Field5" json:"Field5,omitempty"`
	Field6               *uint64  `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
	Field13              *bool    `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
	Field14              *string  `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty"`
	Field15              []byte   `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Description

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) Marshal

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

func (*NinOptNativeUnion) MarshalTo

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

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

func (m *NinOptNativeUnion) XXX_DiscardUnknown()

func (*NinOptNativeUnion) XXX_Marshal

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

func (*NinOptNativeUnion) XXX_Merge

func (dst *NinOptNativeUnion) XXX_Merge(src proto.Message)

func (*NinOptNativeUnion) XXX_Size

func (m *NinOptNativeUnion) XXX_Size() int

func (*NinOptNativeUnion) XXX_Unmarshal

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

type NinOptNativeUnionFace

type NinOptNativeUnionFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedNinOptNonByteCustomType

func NewPopulatedNinOptNonByteCustomType(r randyThetest, easy bool) *NinOptNonByteCustomType

func (*NinOptNonByteCustomType) Compare

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

func (*NinOptNonByteCustomType) Description

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) Marshal

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

func (*NinOptNonByteCustomType) MarshalTo

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

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

func (m *NinOptNonByteCustomType) XXX_DiscardUnknown()

func (*NinOptNonByteCustomType) XXX_Marshal

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

func (*NinOptNonByteCustomType) XXX_Merge

func (dst *NinOptNonByteCustomType) XXX_Merge(src proto.Message)

func (*NinOptNonByteCustomType) XXX_Size

func (m *NinOptNonByteCustomType) XXX_Size() int

func (*NinOptNonByteCustomType) XXX_Unmarshal

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

type NinOptNonByteCustomTypeFace

type NinOptNonByteCustomTypeFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetField1() *T
}

type NinOptStruct

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

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) Description

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) Marshal

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

func (*NinOptStruct) MarshalTo

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

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

func (m *NinOptStruct) XXX_DiscardUnknown()

func (*NinOptStruct) XXX_Marshal

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

func (*NinOptStruct) XXX_Merge

func (dst *NinOptStruct) XXX_Merge(src proto.Message)

func (*NinOptStruct) XXX_Size

func (m *NinOptStruct) XXX_Size() int

func (*NinOptStruct) XXX_Unmarshal

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

type NinOptStructFace

type NinOptStructFace interface {
	Proto() github_com_gogo_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"`
	Field2               *float32      `protobuf:"fixed32,2,opt,name=Field2" json:"Field2,omitempty"`
	Field3               *NidOptNative `protobuf:"bytes,3,opt,name=Field3" json:"Field3,omitempty"`
	Field4               *NinOptNative `protobuf:"bytes,4,opt,name=Field4" json:"Field4,omitempty"`
	Field6               *uint64       `protobuf:"varint,6,opt,name=Field6" json:"Field6,omitempty"`
	Field7               *int32        `protobuf:"zigzag32,7,opt,name=Field7" json:"Field7,omitempty"`
	Field13              *bool         `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
	Field14              *string       `protobuf:"bytes,14,opt,name=Field14" json:"Field14,omitempty"`
	Field15              []byte        `protobuf:"bytes,15,opt,name=Field15" json:"Field15,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

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) Description

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) Marshal

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

func (*NinOptStructUnion) MarshalTo

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

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

func (m *NinOptStructUnion) XXX_DiscardUnknown()

func (*NinOptStructUnion) XXX_Marshal

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

func (*NinOptStructUnion) XXX_Merge

func (dst *NinOptStructUnion) XXX_Merge(src proto.Message)

func (*NinOptStructUnion) XXX_Size

func (m *NinOptStructUnion) XXX_Size() int

func (*NinOptStructUnion) XXX_Unmarshal

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

type NinOptStructUnionFace

type NinOptStructUnionFace interface {
	Proto() github_com_gogo_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"`
	Value                []github_com_gogo_protobuf_test_custom.Uint128 `protobuf:"bytes,2,rep,name=Value,customtype=github.com/gogo/protobuf/test/custom.Uint128" json:"Value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

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) Description

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) Marshal

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

func (*NinRepCustom) MarshalTo

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

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

func (m *NinRepCustom) XXX_DiscardUnknown()

func (*NinRepCustom) XXX_Marshal

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

func (*NinRepCustom) XXX_Merge

func (dst *NinRepCustom) XXX_Merge(src proto.Message)

func (*NinRepCustom) XXX_Size

func (m *NinRepCustom) XXX_Size() int

func (*NinRepCustom) XXX_Unmarshal

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

type NinRepCustomFace

type NinRepCustomFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetId() []Uuid
	GetValue() []github_com_gogo_protobuf_test_custom.Uint128
}

type NinRepEnum

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

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) Marshal

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

func (*NinRepEnum) MarshalTo

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

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

func (m *NinRepEnum) XXX_DiscardUnknown()

func (*NinRepEnum) XXX_Marshal

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

func (*NinRepEnum) XXX_Merge

func (dst *NinRepEnum) XXX_Merge(src proto.Message)

func (*NinRepEnum) XXX_Size

func (m *NinRepEnum) XXX_Size() int

func (*NinRepEnum) XXX_Unmarshal

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

type NinRepEnumFace

type NinRepEnumFace interface {
	Proto() github_com_gogo_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"`
	Field2               []float32 `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty"`
	Field3               []int32   `protobuf:"varint,3,rep,name=Field3" json:"Field3,omitempty"`
	Field4               []int64   `protobuf:"varint,4,rep,name=Field4" json:"Field4,omitempty"`
	Field5               []uint32  `protobuf:"varint,5,rep,name=Field5" json:"Field5,omitempty"`
	Field6               []uint64  `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty"`
	Field7               []int32   `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty"`
	Field8               []int64   `protobuf:"zigzag64,8,rep,name=Field8" json:"Field8,omitempty"`
	Field9               []uint32  `protobuf:"fixed32,9,rep,name=Field9" json:"Field9,omitempty"`
	Field10              []int32   `protobuf:"fixed32,10,rep,name=Field10" json:"Field10,omitempty"`
	Field11              []uint64  `protobuf:"fixed64,11,rep,name=Field11" json:"Field11,omitempty"`
	Field12              []int64   `protobuf:"fixed64,12,rep,name=Field12" json:"Field12,omitempty"`
	Field13              []bool    `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty"`
	Field14              []string  `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty"`
	Field15              [][]byte  `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

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) Description

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) Marshal

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

func (*NinRepNative) MarshalTo

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

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

func (m *NinRepNative) XXX_DiscardUnknown()

func (*NinRepNative) XXX_Marshal

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

func (*NinRepNative) XXX_Merge

func (dst *NinRepNative) XXX_Merge(src proto.Message)

func (*NinRepNative) XXX_Size

func (m *NinRepNative) XXX_Size() int

func (*NinRepNative) XXX_Unmarshal

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

type NinRepNativeFace

type NinRepNativeFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedNinRepNonByteCustomType

func NewPopulatedNinRepNonByteCustomType(r randyThetest, easy bool) *NinRepNonByteCustomType

func (*NinRepNonByteCustomType) Compare

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

func (*NinRepNonByteCustomType) Description

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) Marshal

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

func (*NinRepNonByteCustomType) MarshalTo

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

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

func (m *NinRepNonByteCustomType) XXX_DiscardUnknown()

func (*NinRepNonByteCustomType) XXX_Marshal

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

func (*NinRepNonByteCustomType) XXX_Merge

func (dst *NinRepNonByteCustomType) XXX_Merge(src proto.Message)

func (*NinRepNonByteCustomType) XXX_Size

func (m *NinRepNonByteCustomType) XXX_Size() int

func (*NinRepNonByteCustomType) XXX_Unmarshal

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

type NinRepNonByteCustomTypeFace

type NinRepNonByteCustomTypeFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetField1() []T
}

type NinRepPackedNative

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

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) Description

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) Marshal

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

func (*NinRepPackedNative) MarshalTo

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

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

func (m *NinRepPackedNative) XXX_DiscardUnknown()

func (*NinRepPackedNative) XXX_Marshal

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

func (*NinRepPackedNative) XXX_Merge

func (dst *NinRepPackedNative) XXX_Merge(src proto.Message)

func (*NinRepPackedNative) XXX_Size

func (m *NinRepPackedNative) XXX_Size() int

func (*NinRepPackedNative) XXX_Unmarshal

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

type NinRepPackedNativeFace

type NinRepPackedNativeFace interface {
	Proto() github_com_gogo_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"`
	Field2               []float32       `protobuf:"fixed32,2,rep,name=Field2" json:"Field2,omitempty"`
	Field3               []*NidOptNative `protobuf:"bytes,3,rep,name=Field3" json:"Field3,omitempty"`
	Field4               []*NinOptNative `protobuf:"bytes,4,rep,name=Field4" json:"Field4,omitempty"`
	Field6               []uint64        `protobuf:"varint,6,rep,name=Field6" json:"Field6,omitempty"`
	Field7               []int32         `protobuf:"zigzag32,7,rep,name=Field7" json:"Field7,omitempty"`
	Field8               []*NidOptNative `protobuf:"bytes,8,rep,name=Field8" json:"Field8,omitempty"`
	Field13              []bool          `protobuf:"varint,13,rep,name=Field13" json:"Field13,omitempty"`
	Field14              []string        `protobuf:"bytes,14,rep,name=Field14" json:"Field14,omitempty"`
	Field15              [][]byte        `protobuf:"bytes,15,rep,name=Field15" json:"Field15,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

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) Description

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) Marshal

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

func (*NinRepStruct) MarshalTo

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

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

func (m *NinRepStruct) XXX_DiscardUnknown()

func (*NinRepStruct) XXX_Marshal

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

func (*NinRepStruct) XXX_Merge

func (dst *NinRepStruct) XXX_Merge(src proto.Message)

func (*NinRepStruct) XXX_Size

func (m *NinRepStruct) XXX_Size() int

func (*NinRepStruct) XXX_Unmarshal

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

type NinRepStructFace

type NinRepStructFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_extensions       []byte   `protobuf:"bytes,0,opt" json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedNoExtensionsMap

func NewPopulatedNoExtensionsMap(r randyThetest, easy bool) *NoExtensionsMap

func (*NoExtensionsMap) Compare

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

func (*NoExtensionsMap) Description

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) Marshal

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

func (*NoExtensionsMap) MarshalTo

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

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

func (m *NoExtensionsMap) XXX_DiscardUnknown()

func (*NoExtensionsMap) XXX_Marshal

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

func (*NoExtensionsMap) XXX_Merge

func (dst *NoExtensionsMap) XXX_Merge(src proto.Message)

func (*NoExtensionsMap) XXX_Size

func (m *NoExtensionsMap) XXX_Size() int

func (*NoExtensionsMap) XXX_Unmarshal

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

type Node

type Node struct {
	Label                *string  `protobuf:"bytes,1,opt,name=Label" json:"Label,omitempty"`
	Children             []*Node  `protobuf:"bytes,2,rep,name=Children" json:"Children,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

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

func (*Node) MarshalTo

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

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 (this *Node) TestProto() github_com_gogo_protobuf_proto.Message

func (*Node) Unmarshal

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

func (*Node) VerboseEqual

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

func (*Node) XXX_DiscardUnknown

func (m *Node) XXX_DiscardUnknown()

func (*Node) XXX_Marshal

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

func (*Node) XXX_Merge

func (dst *Node) XXX_Merge(src proto.Message)

func (*Node) XXX_Size

func (m *Node) XXX_Size() int

func (*Node) XXX_Unmarshal

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

type NodeFace

type NodeFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Description

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) Marshal

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

func (*NonByteCustomType) MarshalTo

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

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

func (m *NonByteCustomType) XXX_DiscardUnknown()

func (*NonByteCustomType) XXX_Marshal

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

func (*NonByteCustomType) XXX_Merge

func (dst *NonByteCustomType) XXX_Merge(src proto.Message)

func (*NonByteCustomType) XXX_Size

func (m *NonByteCustomType) XXX_Size() int

func (*NonByteCustomType) XXX_Unmarshal

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

type NonByteCustomTypeFace

type NonByteCustomTypeFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetField1() *T
}

type OrBranch

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

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) Marshal

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

func (*OrBranch) MarshalTo

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

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

func (m *OrBranch) XXX_DiscardUnknown()

func (*OrBranch) XXX_Marshal

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

func (*OrBranch) XXX_Merge

func (dst *OrBranch) XXX_Merge(src proto.Message)

func (*OrBranch) XXX_Size

func (m *OrBranch) XXX_Size() int

func (*OrBranch) XXX_Unmarshal

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

type OrBranchFace

type OrBranchFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetLeft() Tree
	GetRight() Tree
}

type OtherExtenable

type OtherExtenable struct {
	Field2                       *int64        `protobuf:"varint,2,opt,name=Field2" json:"Field2,omitempty"`
	Field13                      *int64        `protobuf:"varint,13,opt,name=Field13" json:"Field13,omitempty"`
	M                            *MyExtendable `protobuf:"bytes,1,opt,name=M" json:"M,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}      `json:"-"`
	proto.XXX_InternalExtensions `json:"-"`
	XXX_unrecognized             []byte `json:"-"`
	XXX_sizecache                int32  `json:"-"`
}

func NewPopulatedOtherExtenable

func NewPopulatedOtherExtenable(r randyThetest, easy bool) *OtherExtenable

func (*OtherExtenable) Compare

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

func (*OtherExtenable) Description

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) Marshal

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

func (*OtherExtenable) MarshalTo

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

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

func (m *OtherExtenable) XXX_DiscardUnknown()

func (*OtherExtenable) XXX_Marshal

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

func (*OtherExtenable) XXX_Merge

func (dst *OtherExtenable) XXX_Merge(src proto.Message)

func (*OtherExtenable) XXX_Size

func (m *OtherExtenable) XXX_Size() int

func (*OtherExtenable) XXX_Unmarshal

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

type ProtoType

type ProtoType struct {
	Field2               *string  `protobuf:"bytes,1,opt,name=Field2" json:"Field2,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

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

func (*ProtoType) MarshalTo

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

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

func (m *ProtoType) XXX_DiscardUnknown()

func (*ProtoType) XXX_Marshal

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

func (*ProtoType) XXX_Merge

func (dst *ProtoType) XXX_Merge(src proto.Message)

func (*ProtoType) XXX_Size

func (m *ProtoType) XXX_Size() int

func (*ProtoType) XXX_Unmarshal

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

type ProtoTypeFace

type ProtoTypeFace interface {
	Proto() github_com_gogo_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) MarshalTo

func (r *T) MarshalTo(data []byte) (n int, err 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"`
	Time2                int64    `protobuf:"fixed64,2,opt,name=Time2" json:"Time2"`
	Data                 []byte   `protobuf:"bytes,3,opt,name=Data" json:"Data"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

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

func (*Timer) MarshalTo

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

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 (this *Timer) TestProto() github_com_gogo_protobuf_proto.Message

func (*Timer) Unmarshal

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

func (*Timer) VerboseEqual

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

func (*Timer) XXX_DiscardUnknown

func (m *Timer) XXX_DiscardUnknown()

func (*Timer) XXX_Marshal

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

func (*Timer) XXX_Merge

func (dst *Timer) XXX_Merge(src proto.Message)

func (*Timer) XXX_Size

func (m *Timer) XXX_Size() int

func (*Timer) XXX_Unmarshal

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

type TimerFace

type TimerFace interface {
	Proto() github_com_gogo_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"`
	And                  *AndBranch `protobuf:"bytes,2,opt,name=And" json:"And,omitempty"`
	Leaf                 *Leaf      `protobuf:"bytes,3,opt,name=Leaf" json:"Leaf,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

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) Marshal

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

func (*Tree) MarshalTo

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

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 (this *Tree) TestProto() github_com_gogo_protobuf_proto.Message

func (*Tree) Unmarshal

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

func (*Tree) VerboseEqual

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

func (*Tree) XXX_DiscardUnknown

func (m *Tree) XXX_DiscardUnknown()

func (*Tree) XXX_Marshal

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

func (*Tree) XXX_Merge

func (dst *Tree) XXX_Merge(src proto.Message)

func (*Tree) XXX_Size

func (m *Tree) XXX_Size() int

func (*Tree) XXX_Unmarshal

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

type TreeFace

type TreeFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Description

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) Marshal

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

func (*Unrecognized) MarshalTo

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

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

func (m *Unrecognized) XXX_DiscardUnknown()

func (*Unrecognized) XXX_Marshal

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

func (*Unrecognized) XXX_Merge

func (dst *Unrecognized) XXX_Merge(src proto.Message)

func (*Unrecognized) XXX_Size

func (m *Unrecognized) XXX_Size() int

func (*Unrecognized) XXX_Unmarshal

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

type UnrecognizedFace

type UnrecognizedFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetField1() *string
}

type UnrecognizedWithEmbed

type UnrecognizedWithEmbed struct {
	UnrecognizedWithEmbed_Embedded `protobuf:"bytes,1,opt,name=embedded,embedded=embedded" json:"embedded"`
	Field2                         *string  `protobuf:"bytes,2,opt,name=Field2" json:"Field2,omitempty"`
	XXX_NoUnkeyedLiteral           struct{} `json:"-"`
	XXX_unrecognized               []byte   `json:"-"`
	XXX_sizecache                  int32    `json:"-"`
}

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) Description

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) Marshal

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

func (*UnrecognizedWithEmbed) MarshalTo

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

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

func (m *UnrecognizedWithEmbed) XXX_DiscardUnknown()

func (*UnrecognizedWithEmbed) XXX_Marshal

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

func (*UnrecognizedWithEmbed) XXX_Merge

func (dst *UnrecognizedWithEmbed) XXX_Merge(src proto.Message)

func (*UnrecognizedWithEmbed) XXX_Size

func (m *UnrecognizedWithEmbed) XXX_Size() int

func (*UnrecognizedWithEmbed) XXX_Unmarshal

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

type UnrecognizedWithEmbedFace

type UnrecognizedWithEmbedFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

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

func (*UnrecognizedWithEmbed_Embedded) MarshalTo

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

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

func (m *UnrecognizedWithEmbed_Embedded) XXX_DiscardUnknown()

func (*UnrecognizedWithEmbed_Embedded) XXX_Marshal

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

func (*UnrecognizedWithEmbed_Embedded) XXX_Merge

func (dst *UnrecognizedWithEmbed_Embedded) XXX_Merge(src proto.Message)

func (*UnrecognizedWithEmbed_Embedded) XXX_Size

func (m *UnrecognizedWithEmbed_Embedded) XXX_Size() int

func (*UnrecognizedWithEmbed_Embedded) XXX_Unmarshal

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

type UnrecognizedWithEmbed_EmbeddedFace

type UnrecognizedWithEmbed_EmbeddedFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetField1() *uint32
}

type UnrecognizedWithInner

type UnrecognizedWithInner struct {
	Embedded             []*UnrecognizedWithInner_Inner `protobuf:"bytes,1,rep,name=embedded" json:"embedded,omitempty"`
	Field2               *string                        `protobuf:"bytes,2,opt,name=Field2" json:"Field2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

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) Description

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) Marshal

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

func (*UnrecognizedWithInner) MarshalTo

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

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

func (m *UnrecognizedWithInner) XXX_DiscardUnknown()

func (*UnrecognizedWithInner) XXX_Marshal

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

func (*UnrecognizedWithInner) XXX_Merge

func (dst *UnrecognizedWithInner) XXX_Merge(src proto.Message)

func (*UnrecognizedWithInner) XXX_Size

func (m *UnrecognizedWithInner) XXX_Size() int

func (*UnrecognizedWithInner) XXX_Unmarshal

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

type UnrecognizedWithInnerFace

type UnrecognizedWithInnerFace interface {
	Proto() github_com_gogo_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Description

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) Marshal

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

func (*UnrecognizedWithInner_Inner) MarshalTo

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

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

func (m *UnrecognizedWithInner_Inner) XXX_DiscardUnknown()

func (*UnrecognizedWithInner_Inner) XXX_Marshal

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

func (*UnrecognizedWithInner_Inner) XXX_Merge

func (dst *UnrecognizedWithInner_Inner) XXX_Merge(src proto.Message)

func (*UnrecognizedWithInner_Inner) XXX_Size

func (m *UnrecognizedWithInner_Inner) XXX_Size() int

func (*UnrecognizedWithInner_Inner) XXX_Unmarshal

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

type UnrecognizedWithInner_InnerFace

type UnrecognizedWithInner_InnerFace interface {
	Proto() github_com_gogo_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

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