test

package
Version: v0.0.0-...-3561a80 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2018 License: BSD-3-Clause Imports: 17 Imported by: 0

Documentation

Overview

Package test is a generated protocol buffer package.

It is generated from these files:

thetest.proto

It has these top-level messages:

NidOptNative
NinOptNative
NidRepNative
NinRepNative
NidRepPackedNative
NinRepPackedNative
NidOptStruct
NinOptStruct
NidRepStruct
NinRepStruct
NidEmbeddedStruct
NinEmbeddedStruct
NidNestedStruct
NinNestedStruct
NidOptCustom
CustomDash
NinOptCustom
NidRepCustom
NinRepCustom
NinOptNativeUnion
NinOptStructUnion
NinEmbeddedStructUnion
NinNestedStructUnion
Tree
OrBranch
AndBranch
Leaf
DeepTree
ADeepBranch
AndDeepBranch
DeepLeaf
Nil
NidOptEnum
NinOptEnum
NidRepEnum
NinRepEnum
NinOptEnumDefault
AnotherNinOptEnum
AnotherNinOptEnumDefault
Timer
MyExtendable
OtherExtenable
NestedDefinition
NestedScope
NinOptNativeDefault
CustomContainer
CustomNameNidOptNative
CustomNameNinOptNative
CustomNameNinRepNative
CustomNameNinStruct
CustomNameCustomType
CustomNameNinEmbeddedStructUnion
CustomNameEnum
NoExtensionsMap
Unrecognized
UnrecognizedWithInner
UnrecognizedWithEmbed
Node
NonByteCustomType
NidOptNonByteCustomType
NinOptNonByteCustomType
NidRepNonByteCustomType
NinRepNonByteCustomType
ProtoType

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

func ThetestDescription

func ThetestDescription() (desc *descriptor.FileDescriptorSet)

Types

type ADeepBranch

type ADeepBranch struct {
	Down             DeepTree `protobuf:"bytes,2,opt,name=Down" json:"Down"`
	XXX_unrecognized []byte   `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) Description

func (this *ADeepBranch) Description() (desc *descriptor.FileDescriptorSet)

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 (this *ADeepBranch) Proto() proto.Message

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 (this *ADeepBranch) TestProto() proto.Message

func (*ADeepBranch) VerboseEqual

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

type ADeepBranchFace

type ADeepBranchFace interface {
	Proto() 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_unrecognized []byte `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) Description

func (this *AndBranch) Description() (desc *descriptor.FileDescriptorSet)

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 (this *AndBranch) Proto() proto.Message

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 (this *AndBranch) TestProto() proto.Message

func (*AndBranch) VerboseEqual

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

type AndBranchFace

type AndBranchFace interface {
	Proto() 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_unrecognized []byte   `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 (this *AndDeepBranch) Description() (desc *descriptor.FileDescriptorSet)

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 (this *AndDeepBranch) Proto() proto.Message

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 (this *AndDeepBranch) TestProto() proto.Message

func (*AndDeepBranch) VerboseEqual

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

type AndDeepBranchFace

type AndDeepBranchFace interface {
	Proto() 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_unrecognized []byte                 `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 (this *AnotherNinOptEnum) Description() (desc *descriptor.FileDescriptorSet)

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 (this *AnotherNinOptEnum) Proto() proto.Message

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 (this *AnotherNinOptEnum) TestProto() proto.Message

func (*AnotherNinOptEnum) VerboseEqual

func (this *AnotherNinOptEnum) VerboseEqual(that interface{}) 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_unrecognized []byte                 `json:"-"`
}

func NewPopulatedAnotherNinOptEnumDefault

func NewPopulatedAnotherNinOptEnumDefault(r randyThetest, easy bool) *AnotherNinOptEnumDefault

func (*AnotherNinOptEnumDefault) Compare

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

func (*AnotherNinOptEnumDefault) Description

func (this *AnotherNinOptEnumDefault) Description() (desc *descriptor.FileDescriptorSet)

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

type AnotherNinOptEnumFace

type AnotherNinOptEnumFace interface {
	Proto() 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_unrecognized []byte       `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 (this *CustomContainer) Description() (desc *descriptor.FileDescriptorSet)

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 (this *CustomContainer) Proto() proto.Message

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 (this *CustomContainer) TestProto() proto.Message

func (*CustomContainer) VerboseEqual

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

type CustomContainerFace

type CustomContainerFace interface {
	Proto() 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_unrecognized []byte                                                `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) Description

func (this *CustomDash) Description() (desc *descriptor.FileDescriptorSet)

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 (this *CustomDash) Proto() proto.Message

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 (this *CustomDash) TestProto() proto.Message

func (*CustomDash) VerboseEqual

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

type CustomDashFace

type CustomDashFace interface {
	Proto() proto.Message
	GetValue() *github_com_gogo_protobuf_test_custom_dash_type.Bytes
}

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_unrecognized []byte                                         `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 (this *CustomNameCustomType) Description() (desc *descriptor.FileDescriptorSet)

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 (this *CustomNameCustomType) Proto() proto.Message

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 (this *CustomNameCustomType) TestProto() proto.Message

func (*CustomNameCustomType) VerboseEqual

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

type CustomNameCustomTypeFace

type CustomNameCustomTypeFace interface {
	Proto() 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_unrecognized []byte        `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 (this *CustomNameEnum) Description() (desc *descriptor.FileDescriptorSet)

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 (this *CustomNameEnum) Proto() proto.Message

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 (this *CustomNameEnum) TestProto() proto.Message

func (*CustomNameEnum) VerboseEqual

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

type CustomNameEnumFace

type CustomNameEnumFace interface {
	Proto() 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_unrecognized []byte  `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 (this *CustomNameNidOptNative) Description() (desc *descriptor.FileDescriptorSet)

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 (this *CustomNameNidOptNative) Proto() proto.Message

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 (this *CustomNameNidOptNative) TestProto() proto.Message

func (*CustomNameNidOptNative) VerboseEqual

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

type CustomNameNidOptNativeFace

type CustomNameNidOptNativeFace interface {
	Proto() 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_unrecognized []byte        `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) 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) VerboseEqual

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

type CustomNameNinEmbeddedStructUnionFace

type CustomNameNinEmbeddedStructUnionFace interface {
	Proto() 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_unrecognized []byte   `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 (this *CustomNameNinOptNative) Description() (desc *descriptor.FileDescriptorSet)

func (*CustomNameNinOptNative) Descriptor

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

func (*CustomNameNinOptNative) Equal

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

func (*CustomNameNinOptNative) GetFielL

func (this *CustomNameNinOptNative) GetFielL() *int64

func (*CustomNameNinOptNative) GetFieldA

func (this *CustomNameNinOptNative) GetFieldA() *float64

func (*CustomNameNinOptNative) GetFieldB

func (this *CustomNameNinOptNative) GetFieldB() *float32

func (*CustomNameNinOptNative) GetFieldC

func (this *CustomNameNinOptNative) GetFieldC() *int32

func (*CustomNameNinOptNative) GetFieldD

func (this *CustomNameNinOptNative) GetFieldD() *int64

func (*CustomNameNinOptNative) GetFieldE

func (this *CustomNameNinOptNative) GetFieldE() *uint32

func (*CustomNameNinOptNative) GetFieldF

func (this *CustomNameNinOptNative) GetFieldF() *uint64

func (*CustomNameNinOptNative) GetFieldG

func (this *CustomNameNinOptNative) GetFieldG() *int32

func (*CustomNameNinOptNative) GetFieldH

func (this *CustomNameNinOptNative) GetFieldH() *int64

func (*CustomNameNinOptNative) GetFieldI

func (this *CustomNameNinOptNative) GetFieldI() *uint32

func (*CustomNameNinOptNative) GetFieldJ

func (this *CustomNameNinOptNative) GetFieldJ() *int32

func (*CustomNameNinOptNative) GetFieldK

func (this *CustomNameNinOptNative) GetFieldK() *uint64

func (*CustomNameNinOptNative) GetFieldM

func (this *CustomNameNinOptNative) GetFieldM() *bool

func (*CustomNameNinOptNative) GetFieldN

func (this *CustomNameNinOptNative) GetFieldN() *string

func (*CustomNameNinOptNative) GetFieldO

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

func (*CustomNameNinOptNative) GoString

func (this *CustomNameNinOptNative) GoString() string

func (*CustomNameNinOptNative) Proto

func (this *CustomNameNinOptNative) Proto() proto.Message

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 (this *CustomNameNinOptNative) TestProto() proto.Message

func (*CustomNameNinOptNative) VerboseEqual

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

type CustomNameNinOptNativeFace

type CustomNameNinOptNativeFace interface {
	Proto() 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_unrecognized []byte    `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 (this *CustomNameNinRepNative) Description() (desc *descriptor.FileDescriptorSet)

func (*CustomNameNinRepNative) Descriptor

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

func (*CustomNameNinRepNative) Equal

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

func (*CustomNameNinRepNative) GetFieldA

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

func (*CustomNameNinRepNative) GetFieldB

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

func (*CustomNameNinRepNative) GetFieldC

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

func (*CustomNameNinRepNative) GetFieldD

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

func (*CustomNameNinRepNative) GetFieldE

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

func (*CustomNameNinRepNative) GetFieldF

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

func (*CustomNameNinRepNative) GetFieldG

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

func (*CustomNameNinRepNative) GetFieldH

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

func (*CustomNameNinRepNative) GetFieldI

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

func (*CustomNameNinRepNative) GetFieldJ

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

func (*CustomNameNinRepNative) GetFieldK

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

func (*CustomNameNinRepNative) GetFieldL

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

func (*CustomNameNinRepNative) GetFieldM

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

func (*CustomNameNinRepNative) GetFieldN

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

func (*CustomNameNinRepNative) GetFieldO

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

func (*CustomNameNinRepNative) GoString

func (this *CustomNameNinRepNative) GoString() string

func (*CustomNameNinRepNative) Proto

func (this *CustomNameNinRepNative) Proto() proto.Message

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 (this *CustomNameNinRepNative) TestProto() proto.Message

func (*CustomNameNinRepNative) VerboseEqual

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

type CustomNameNinRepNativeFace

type CustomNameNinRepNativeFace interface {
	Proto() 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_unrecognized []byte          `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 (this *CustomNameNinStruct) Description() (desc *descriptor.FileDescriptorSet)

func (*CustomNameNinStruct) Descriptor

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

func (*CustomNameNinStruct) Equal

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

func (*CustomNameNinStruct) GetFieldA

func (this *CustomNameNinStruct) GetFieldA() *float64

func (*CustomNameNinStruct) GetFieldB

func (this *CustomNameNinStruct) GetFieldB() *float32

func (*CustomNameNinStruct) GetFieldC

func (this *CustomNameNinStruct) GetFieldC() *NidOptNative

func (*CustomNameNinStruct) GetFieldD

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

func (*CustomNameNinStruct) GetFieldE

func (this *CustomNameNinStruct) GetFieldE() *uint64

func (*CustomNameNinStruct) GetFieldF

func (this *CustomNameNinStruct) GetFieldF() *int32

func (*CustomNameNinStruct) GetFieldG

func (this *CustomNameNinStruct) GetFieldG() *NidOptNative

func (*CustomNameNinStruct) GetFieldH

func (this *CustomNameNinStruct) GetFieldH() *bool

func (*CustomNameNinStruct) GetFieldI

func (this *CustomNameNinStruct) GetFieldI() *string

func (*CustomNameNinStruct) GetFieldJ

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

func (*CustomNameNinStruct) GoString

func (this *CustomNameNinStruct) GoString() string

func (*CustomNameNinStruct) Proto

func (this *CustomNameNinStruct) Proto() proto.Message

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 (this *CustomNameNinStruct) TestProto() proto.Message

func (*CustomNameNinStruct) VerboseEqual

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

type CustomNameNinStructFace

type CustomNameNinStructFace interface {
	Proto() 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_unrecognized []byte `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) Description

func (this *DeepLeaf) Description() (desc *descriptor.FileDescriptorSet)

func (*DeepLeaf) Descriptor

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

func (*DeepLeaf) Equal

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

func (*DeepLeaf) GetTree

func (this *DeepLeaf) GetTree() Tree

func (*DeepLeaf) GoString

func (this *DeepLeaf) GoString() string

func (*DeepLeaf) Proto

func (this *DeepLeaf) Proto() proto.Message

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 (this *DeepLeaf) TestProto() proto.Message

func (*DeepLeaf) VerboseEqual

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

type DeepLeafFace

type DeepLeafFace interface {
	Proto() 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_unrecognized []byte         `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) Description

func (this *DeepTree) Description() (desc *descriptor.FileDescriptorSet)

func (*DeepTree) Descriptor

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

func (*DeepTree) Equal

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

func (*DeepTree) GetAnd

func (this *DeepTree) GetAnd() *AndDeepBranch

func (*DeepTree) GetDown

func (this *DeepTree) GetDown() *ADeepBranch

func (*DeepTree) GetLeaf

func (this *DeepTree) GetLeaf() *DeepLeaf

func (*DeepTree) GetValue

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

func (*DeepTree) GoString

func (this *DeepTree) GoString() string

func (*DeepTree) Proto

func (this *DeepTree) Proto() proto.Message

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 (this *DeepTree) TestProto() proto.Message

func (*DeepTree) VerboseEqual

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

type DeepTreeFace

type DeepTreeFace interface {
	Proto() 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_unrecognized []byte `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) Description

func (this *Leaf) Description() (desc *descriptor.FileDescriptorSet)

func (*Leaf) Descriptor

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

func (*Leaf) Equal

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

func (*Leaf) GetStrValue

func (this *Leaf) GetStrValue() string

func (*Leaf) GetValue

func (this *Leaf) GetValue() int64

func (*Leaf) GoString

func (this *Leaf) GoString() string

func (*Leaf) Proto

func (this *Leaf) Proto() proto.Message

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() proto.Message

func (*Leaf) VerboseEqual

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

type LeafFace

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

type MyExtendable

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

func NewPopulatedMyExtendable

func NewPopulatedMyExtendable(r randyThetest, easy bool) *MyExtendable

func (*MyExtendable) Compare

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

func (*MyExtendable) Description

func (this *MyExtendable) Description() (desc *descriptor.FileDescriptorSet)

func (*MyExtendable) Descriptor

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

func (*MyExtendable) Equal

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

func (*MyExtendable) ExtensionRangeArray

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

func (*MyExtendable) GoString

func (this *MyExtendable) GoString() string

func (*MyExtendable) ProtoMessage

func (*MyExtendable) ProtoMessage()

func (*MyExtendable) Reset

func (m *MyExtendable) Reset()

func (*MyExtendable) Size

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

func (*MyExtendable) String

func (this *MyExtendable) String() string

func (*MyExtendable) VerboseEqual

func (this *MyExtendable) VerboseEqual(that interface{}) 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_unrecognized []byte                                          `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 (this *NestedDefinition) Description() (desc *descriptor.FileDescriptorSet)

func (*NestedDefinition) Descriptor

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

func (*NestedDefinition) Equal

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

func (*NestedDefinition) GetEnumField

func (this *NestedDefinition) GetEnumField() *NestedDefinition_NestedEnum

func (*NestedDefinition) GetField1

func (this *NestedDefinition) GetField1() *int64

func (*NestedDefinition) GetNM

func (*NestedDefinition) GetNNM

func (*NestedDefinition) GoString

func (this *NestedDefinition) GoString() string

func (*NestedDefinition) Proto

func (this *NestedDefinition) Proto() proto.Message

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 (this *NestedDefinition) TestProto() proto.Message

func (*NestedDefinition) VerboseEqual

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

type NestedDefinitionFace

type NestedDefinitionFace interface {
	Proto() proto.Message
	GetField1() *int64
	GetEnumField() *NestedDefinition_NestedEnum
	GetNNM() *NestedDefinition_NestedMessage_NestedNestedMsg
	GetNM() *NestedDefinition_NestedMessage
}

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_unrecognized []byte                                          `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 (this *NestedDefinition_NestedMessage) Description() (desc *descriptor.FileDescriptorSet)

func (*NestedDefinition_NestedMessage) Descriptor

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

func (*NestedDefinition_NestedMessage) Equal

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

func (*NestedDefinition_NestedMessage) GetNNM

func (*NestedDefinition_NestedMessage) GetNestedField1

func (this *NestedDefinition_NestedMessage) GetNestedField1() *uint64

func (*NestedDefinition_NestedMessage) GoString

func (this *NestedDefinition_NestedMessage) GoString() string

func (*NestedDefinition_NestedMessage) Proto

func (*NestedDefinition_NestedMessage) ProtoMessage

func (*NestedDefinition_NestedMessage) ProtoMessage()

func (*NestedDefinition_NestedMessage) Reset

func (m *NestedDefinition_NestedMessage) Reset()

func (*NestedDefinition_NestedMessage) Size

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

func (*NestedDefinition_NestedMessage) String

func (this *NestedDefinition_NestedMessage) String() string

func (*NestedDefinition_NestedMessage) TestProto

func (this *NestedDefinition_NestedMessage) TestProto() proto.Message

func (*NestedDefinition_NestedMessage) VerboseEqual

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

type NestedDefinition_NestedMessageFace

type NestedDefinition_NestedMessageFace interface {
	Proto() 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_unrecognized   []byte  `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) 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) VerboseEqual

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

type NestedDefinition_NestedMessage_NestedNestedMsgFace

type NestedDefinition_NestedMessage_NestedNestedMsgFace interface {
	Proto() 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_unrecognized []byte                                          `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) Description

func (this *NestedScope) Description() (desc *descriptor.FileDescriptorSet)

func (*NestedScope) Descriptor

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

func (*NestedScope) Equal

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

func (*NestedScope) GetA

func (*NestedScope) GetB

func (*NestedScope) GetC

func (*NestedScope) GoString

func (this *NestedScope) GoString() string

func (*NestedScope) Proto

func (this *NestedScope) Proto() proto.Message

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 (this *NestedScope) TestProto() proto.Message

func (*NestedScope) VerboseEqual

func (this *NestedScope) VerboseEqual(that interface{}) 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_unrecognized []byte       `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 (this *NidEmbeddedStruct) Description() (desc *descriptor.FileDescriptorSet)

func (*NidEmbeddedStruct) Descriptor

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

func (*NidEmbeddedStruct) Equal

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

func (*NidEmbeddedStruct) GetField200

func (this *NidEmbeddedStruct) GetField200() NidOptNative

func (*NidEmbeddedStruct) GetField210

func (this *NidEmbeddedStruct) GetField210() bool

func (*NidEmbeddedStruct) GetNidOptNative

func (this *NidEmbeddedStruct) GetNidOptNative() *NidOptNative

func (*NidEmbeddedStruct) GoString

func (this *NidEmbeddedStruct) GoString() string

func (*NidEmbeddedStruct) Proto

func (this *NidEmbeddedStruct) Proto() proto.Message

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 (this *NidEmbeddedStruct) TestProto() proto.Message

func (*NidEmbeddedStruct) VerboseEqual

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

type NidEmbeddedStructFace

type NidEmbeddedStructFace interface {
	Proto() 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_unrecognized []byte         `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 (this *NidNestedStruct) Description() (desc *descriptor.FileDescriptorSet)

func (*NidNestedStruct) Descriptor

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

func (*NidNestedStruct) Equal

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

func (*NidNestedStruct) GetField1

func (this *NidNestedStruct) GetField1() NidOptStruct

func (*NidNestedStruct) GetField2

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

func (*NidNestedStruct) GoString

func (this *NidNestedStruct) GoString() string

func (*NidNestedStruct) Proto

func (this *NidNestedStruct) Proto() proto.Message

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 (this *NidNestedStruct) TestProto() proto.Message

func (*NidNestedStruct) VerboseEqual

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

type NidNestedStructFace

type NidNestedStructFace interface {
	Proto() 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_unrecognized []byte                                       `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 (this *NidOptCustom) Description() (desc *descriptor.FileDescriptorSet)

func (*NidOptCustom) Descriptor

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

func (*NidOptCustom) Equal

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

func (*NidOptCustom) GetId

func (this *NidOptCustom) GetId() Uuid

func (*NidOptCustom) GetValue

func (*NidOptCustom) GoString

func (this *NidOptCustom) GoString() string

func (*NidOptCustom) Proto

func (this *NidOptCustom) Proto() proto.Message

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 (this *NidOptCustom) TestProto() proto.Message

func (*NidOptCustom) VerboseEqual

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

type NidOptCustomFace

type NidOptCustomFace interface {
	Proto() 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_unrecognized []byte      `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) Description

func (this *NidOptEnum) Description() (desc *descriptor.FileDescriptorSet)

func (*NidOptEnum) Descriptor

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

func (*NidOptEnum) Equal

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

func (*NidOptEnum) GetField1

func (this *NidOptEnum) GetField1() TheTestEnum

func (*NidOptEnum) GoString

func (this *NidOptEnum) GoString() string

func (*NidOptEnum) Proto

func (this *NidOptEnum) Proto() proto.Message

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 (this *NidOptEnum) TestProto() proto.Message

func (*NidOptEnum) VerboseEqual

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

type NidOptEnumFace

type NidOptEnumFace interface {
	Proto() 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_unrecognized []byte  `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 (this *NidOptNative) Description() (desc *descriptor.FileDescriptorSet)

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