test

package
v0.0.0-...-b109a4a Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2021 License: BSD-3-Clause Imports: 18 Imported by: 0

Documentation

Index

Constants

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

Variables

View Source
var 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:      "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:      "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:      "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:      "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:      "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:      "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:      "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:      "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) 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) 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 (m *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) 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) 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 (m *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) 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) 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 (m *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) 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) 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 (m *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) 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) 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 (m *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 CastRepeated

type CastRepeated struct {
	Field1               ProtoTypesPointer `protobuf:"bytes,1,rep,name=Field1,castrepeated=ProtoTypesPointer" json:"Field1,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func NewCastRepeatedFromFace

func NewCastRepeatedFromFace(that CastRepeatedFace) *CastRepeated

func NewPopulatedCastRepeated

func NewPopulatedCastRepeated(r randyThetest, easy bool) *CastRepeated

func (*CastRepeated) Compare

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

func (*CastRepeated) Description

func (*CastRepeated) Descriptor

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

func (*CastRepeated) Equal

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

func (*CastRepeated) GetField1

func (this *CastRepeated) GetField1() ProtoTypesPointer

func (*CastRepeated) GoString

func (this *CastRepeated) GoString() string

func (*CastRepeated) Proto

func (*CastRepeated) ProtoMessage

func (*CastRepeated) ProtoMessage()

func (*CastRepeated) Reset

func (m *CastRepeated) Reset()

func (*CastRepeated) Size

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

func (*CastRepeated) String

func (this *CastRepeated) String() string

func (*CastRepeated) TestProto

func (*CastRepeated) VerboseEqual

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

func (*CastRepeated) XXX_DiscardUnknown

func (m *CastRepeated) XXX_DiscardUnknown()

func (*CastRepeated) XXX_Marshal

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

func (*CastRepeated) XXX_Merge

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

func (*CastRepeated) XXX_Size

func (m *CastRepeated) XXX_Size() int

func (*CastRepeated) XXX_Unmarshal

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

type CastRepeatedFace

type CastRepeatedFace interface {
	Proto() github_com_gogo_protobuf_proto.Message
	GetField1() ProtoTypesPointer
}

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) 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) 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 (m *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 `` /* 126-byte string literal not displayed */
	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) 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) 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 (m *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/ivansukach/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/ivansukach/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) 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) 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 (m *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) 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) 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 (m *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) 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) 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 (m *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 (this *CustomNameNinEmbeddedStructUnion) Description() (desc *github_com