test

package
v0.0.0-...-46df3e5 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2014 License: BSD-3-Clause Imports: 11 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",
}
View Source
var E_FieldB = &proto.ExtensionDesc{
	ExtendedType:  (*MyExtendable)(nil),
	ExtensionType: (*NinOptNative)(nil),
	Field:         101,
	Name:          "test.FieldB",
	Tag:           "bytes,101,opt",
}
View Source
var E_FieldC = &proto.ExtensionDesc{
	ExtendedType:  (*MyExtendable)(nil),
	ExtensionType: (*NinEmbeddedStruct)(nil),
	Field:         102,
	Name:          "test.FieldC",
	Tag:           "bytes,102,opt",
}
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,
}

Functions

func PutLittleEndianUint64

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

func ThetestDescription

func ThetestDescription() (desc *google_protobuf.FileDescriptorSet)

Types

type ADeepBranch

type ADeepBranch struct {
	Down             DeepTree `protobuf:"bytes,2,opt" json:"Down"`
	XXX_unrecognized []byte   `json:"-"`
}

func NewADeepBranchFromFace

func NewADeepBranchFromFace(that ADeepBranchFace) *ADeepBranch

func NewPopulatedADeepBranch

func NewPopulatedADeepBranch(r randyThetest, easy bool) *ADeepBranch

func (*ADeepBranch) Description

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

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

type ADeepBranchFace

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

type AndBranch

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

func NewAndBranchFromFace

func NewAndBranchFromFace(that AndBranchFace) *AndBranch

func NewPopulatedAndBranch

func NewPopulatedAndBranch(r randyThetest, easy bool) *AndBranch

func (*AndBranch) Description

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

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

type AndBranchFace

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

type AndDeepBranch

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

func NewAndDeepBranchFromFace

func NewAndDeepBranchFromFace(that AndDeepBranchFace) *AndDeepBranch

func NewPopulatedAndDeepBranch

func NewPopulatedAndDeepBranch(r randyThetest, easy bool) *AndDeepBranch

func (*AndDeepBranch) Description

func (this *AndDeepBranch) Description() (desc *google_protobuf.FileDescriptorSet)

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

type AndDeepBranchFace

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

type AnotherNinOptEnum

type AnotherNinOptEnum struct {
	Field1           *AnotherTestEnum `protobuf:"varint,1,opt,enum=test.AnotherTestEnum" json:"Field1,omitempty"`
	XXX_unrecognized []byte           `json:"-"`
}

func NewAnotherNinOptEnumFromFace

func NewAnotherNinOptEnumFromFace(that AnotherNinOptEnumFace) *AnotherNinOptEnum

func NewPopulatedAnotherNinOptEnum

func NewPopulatedAnotherNinOptEnum(r randyThetest, easy bool) *AnotherNinOptEnum

func (*AnotherNinOptEnum) Description

func (this *AnotherNinOptEnum) Description() (desc *google_protobuf.FileDescriptorSet)

func (*AnotherNinOptEnum) Equal

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

func (*AnotherNinOptEnum) GetField1

func (this *AnotherNinOptEnum) GetField1() *AnotherTestEnum

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

type AnotherNinOptEnumDefault

type AnotherNinOptEnumDefault struct {
	Field1           *AnotherTestEnum `protobuf:"varint,1,opt,enum=test.AnotherTestEnum,def=11" json:"Field1,omitempty"`
	XXX_unrecognized []byte           `json:"-"`
}

func NewPopulatedAnotherNinOptEnumDefault

func NewPopulatedAnotherNinOptEnumDefault(r randyThetest, easy bool) *AnotherNinOptEnumDefault

func (*AnotherNinOptEnumDefault) Description

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

func (*AnotherNinOptEnumDefault) Equal

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

func (*AnotherNinOptEnumDefault) GetField1

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() code_google_com_p_gogoprotobuf_proto3.Message
	GetField1() *AnotherTestEnum
}

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) 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" json:"CustomStruct"`
	XXX_unrecognized []byte       `json:"-"`
}

func NewCustomContainerFromFace

func NewCustomContainerFromFace(that CustomContainerFace) *CustomContainer

func NewPopulatedCustomContainer

func NewPopulatedCustomContainer(r randyThetest, easy bool) *CustomContainer

func (*CustomContainer) Description

func (this *CustomContainer) Description() (desc *google_protobuf.FileDescriptorSet)

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

type CustomContainerFace

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

type DeepLeaf

type DeepLeaf struct {
	Tree             Tree   `protobuf:"bytes,1,opt" json:"Tree"`
	XXX_unrecognized []byte `json:"-"`
}

func NewDeepLeafFromFace

func NewDeepLeafFromFace(that DeepLeafFace) *DeepLeaf

func NewPopulatedDeepLeaf

func NewPopulatedDeepLeaf(r randyThetest, easy bool) *DeepLeaf

func (*DeepLeaf) Description

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

func (*DeepLeaf) Equal

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

func (*DeepLeaf) GetTree

func (this *DeepLeaf) GetTree() Tree

func (*DeepLeaf) GoString

func (this *DeepLeaf) GoString() string

func (*DeepLeaf) Proto

func (*DeepLeaf) ProtoMessage

func (*DeepLeaf) ProtoMessage()

func (*DeepLeaf) Reset

func (m *DeepLeaf) Reset()

func (*DeepLeaf) Size

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

func (*DeepLeaf) String

func (this *DeepLeaf) String() string

func (*DeepLeaf) TestProto

func (*DeepLeaf) VerboseEqual

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

type DeepLeafFace

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

type DeepTree

type DeepTree struct {
	Down             *ADeepBranch   `protobuf:"bytes,1,opt" json:"Down,omitempty"`
	And              *AndDeepBranch `protobuf:"bytes,2,opt" json:"And,omitempty"`
	Leaf             *DeepLeaf      `protobuf:"bytes,3,opt" 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) Description

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

func (*DeepTree) Equal

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

func (*DeepTree) GetAnd

func (this *DeepTree) GetAnd() *AndDeepBranch

func (*DeepTree) GetDown

func (this *DeepTree) GetDown() *ADeepBranch

func (*DeepTree) GetLeaf

func (this *DeepTree) GetLeaf() *DeepLeaf

func (*DeepTree) GetValue

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

func (*DeepTree) GoString

func (this *DeepTree) GoString() string

func (*DeepTree) Proto

func (*DeepTree) ProtoMessage

func (*DeepTree) ProtoMessage()

func (*DeepTree) Reset

func (m *DeepTree) Reset()

func (*DeepTree) SetValue

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

func (*DeepTree) Size

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

func (*DeepTree) String

func (this *DeepTree) String() string

func (*DeepTree) TestProto

func (*DeepTree) VerboseEqual

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

type DeepTreeFace

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

type Leaf

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

func NewLeafFromFace

func NewLeafFromFace(that LeafFace) *Leaf

func NewPopulatedLeaf

func NewPopulatedLeaf(r randyThetest, easy bool) *Leaf

func (*Leaf) Description

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

func (*Leaf) Equal

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

func (*Leaf) GetStrValue

func (this *Leaf) GetStrValue() string

func (*Leaf) GetValue

func (this *Leaf) GetValue() int64

func (*Leaf) GoString

func (this *Leaf) GoString() string

func (*Leaf) Proto

func (*Leaf) ProtoMessage

func (*Leaf) ProtoMessage()

func (*Leaf) Reset

func (m *Leaf) Reset()

func (*Leaf) Size

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

func (*Leaf) String

func (this *Leaf) String() string

func (*Leaf) TestProto

func (*Leaf) VerboseEqual

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

type LeafFace

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

type MyExtendable

type MyExtendable struct {
	Field1           *int64                    `protobuf:"varint,1,opt" json:"Field1,omitempty"`
	XXX_extensions   map[int32]proto.Extension `json:"-"`
	XXX_unrecognized []byte                    `json:"-"`
}

func NewPopulatedMyExtendable

func NewPopulatedMyExtendable(r randyThetest, easy bool) *MyExtendable

func (*MyExtendable) Description

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

func (*MyExtendable) Equal

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

func (*MyExtendable) ExtensionMap

func (m *MyExtendable) ExtensionMap() map[int32]proto.Extension

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" json:"Field1,omitempty"`
	EnumField        *NestedDefinition_NestedEnum                    `protobuf:"varint,2,opt,enum=test.NestedDefinition_NestedEnum" json:"EnumField,omitempty"`
	NNM              *NestedDefinition_NestedMessage_NestedNestedMsg `protobuf:"bytes,3,opt" json:"NNM,omitempty"`
	NM               *NestedDefinition_NestedMessage                 `protobuf:"bytes,4,opt" 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) Description

func (this *NestedDefinition) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NestedDefinition) Equal

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

func (*NestedDefinition) GetEnumField

func (this *NestedDefinition) GetEnumField() *NestedDefinition_NestedEnum

func (*NestedDefinition) GetField1

func (this *NestedDefinition) GetField1() *int64

func (*NestedDefinition) GetNM

func (*NestedDefinition) GetNNM

func (*NestedDefinition) GoString

func (this *NestedDefinition) GoString() string

func (*NestedDefinition) Proto

func (*NestedDefinition) ProtoMessage

func (*NestedDefinition) ProtoMessage()

func (*NestedDefinition) Reset

func (m *NestedDefinition) Reset()

func (*NestedDefinition) Size

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

func (*NestedDefinition) String

func (this *NestedDefinition) String() string

func (*NestedDefinition) TestProto

func (*NestedDefinition) VerboseEqual

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

type NestedDefinition_NestedEnum

type NestedDefinition_NestedEnum int32
const (
	TYPE_NESTED NestedDefinition_NestedEnum = 1
)

func (NestedDefinition_NestedEnum) Enum

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" json:"NestedField1,omitempty"`
	NNM              *NestedDefinition_NestedMessage_NestedNestedMsg `protobuf:"bytes,2,opt" json:"NNM,omitempty"`
	XXX_unrecognized []byte                                          `json:"-"`
}

func NewPopulatedNestedDefinition_NestedMessage

func NewPopulatedNestedDefinition_NestedMessage(r randyThetest, easy bool) *NestedDefinition_NestedMessage

func (*NestedDefinition_NestedMessage) Description

func (*NestedDefinition_NestedMessage) Equal

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

func (*NestedDefinition_NestedMessage) GetNNM

func (*NestedDefinition_NestedMessage) GetNestedField1

func (this *NestedDefinition_NestedMessage) GetNestedField1() *uint64

func (*NestedDefinition_NestedMessage) GoString

func (this *NestedDefinition_NestedMessage) GoString() string

func (*NestedDefinition_NestedMessage) Proto

func (*NestedDefinition_NestedMessage) ProtoMessage

func (*NestedDefinition_NestedMessage) ProtoMessage()

func (*NestedDefinition_NestedMessage) Reset

func (m *NestedDefinition_NestedMessage) Reset()

func (*NestedDefinition_NestedMessage) Size

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

func (*NestedDefinition_NestedMessage) String

func (this *NestedDefinition_NestedMessage) String() string

func (*NestedDefinition_NestedMessage) TestProto

func (*NestedDefinition_NestedMessage) VerboseEqual

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

type NestedDefinition_NestedMessageFace

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

type NestedDefinition_NestedMessage_NestedNestedMsg

type NestedDefinition_NestedMessage_NestedNestedMsg struct {
	NestedNestedField1 *string `protobuf:"bytes,10,opt" 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) Description

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() code_google_com_p_gogoprotobuf_proto3.Message
	GetNestedNestedField1() *string
}

type NestedScope

type NestedScope struct {
	A                *NestedDefinition_NestedMessage_NestedNestedMsg `protobuf:"bytes,1,opt" json:"A,omitempty"`
	B                *NestedDefinition_NestedEnum                    `protobuf:"varint,2,opt,enum=test.NestedDefinition_NestedEnum" json:"B,omitempty"`
	C                *NestedDefinition_NestedMessage                 `protobuf:"bytes,3,opt" 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) Description

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

func (*NestedScope) Equal

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

func (*NestedScope) GetA

func (*NestedScope) GetB

func (*NestedScope) GetC

func (*NestedScope) GoString

func (this *NestedScope) GoString() string

func (*NestedScope) Proto

func (*NestedScope) ProtoMessage

func (*NestedScope) ProtoMessage()

func (*NestedScope) Reset

func (m *NestedScope) Reset()

func (*NestedScope) Size

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

func (*NestedScope) String

func (this *NestedScope) String() string

func (*NestedScope) TestProto

func (*NestedScope) VerboseEqual

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

type NidEmbeddedStruct

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

func NewNidEmbeddedStructFromFace

func NewNidEmbeddedStructFromFace(that NidEmbeddedStructFace) *NidEmbeddedStruct

func NewPopulatedNidEmbeddedStruct

func NewPopulatedNidEmbeddedStruct(r randyThetest, easy bool) *NidEmbeddedStruct

func (*NidEmbeddedStruct) Description

func (this *NidEmbeddedStruct) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NidEmbeddedStruct) Equal

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

func (*NidEmbeddedStruct) GetField200

func (this *NidEmbeddedStruct) GetField200() NidOptNative

func (*NidEmbeddedStruct) GetField210

func (this *NidEmbeddedStruct) GetField210() bool

func (*NidEmbeddedStruct) GetNidOptNative

func (this *NidEmbeddedStruct) GetNidOptNative() *NidOptNative

func (*NidEmbeddedStruct) GoString

func (this *NidEmbeddedStruct) GoString() string

func (*NidEmbeddedStruct) Proto

func (*NidEmbeddedStruct) ProtoMessage

func (*NidEmbeddedStruct) ProtoMessage()

func (*NidEmbeddedStruct) Reset

func (m *NidEmbeddedStruct) Reset()

func (*NidEmbeddedStruct) Size

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

func (*NidEmbeddedStruct) String

func (this *NidEmbeddedStruct) String() string

func (*NidEmbeddedStruct) TestProto

func (*NidEmbeddedStruct) VerboseEqual

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

type NidEmbeddedStructFace

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

type NidNestedStruct

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

func NewNidNestedStructFromFace

func NewNidNestedStructFromFace(that NidNestedStructFace) *NidNestedStruct

func NewPopulatedNidNestedStruct

func NewPopulatedNidNestedStruct(r randyThetest, easy bool) *NidNestedStruct

func (*NidNestedStruct) Description

func (this *NidNestedStruct) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NidNestedStruct) Equal

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

func (*NidNestedStruct) GetField1

func (this *NidNestedStruct) GetField1() NidOptStruct

func (*NidNestedStruct) GetField2

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

func (*NidNestedStruct) GoString

func (this *NidNestedStruct) GoString() string

func (*NidNestedStruct) Proto

func (*NidNestedStruct) ProtoMessage

func (*NidNestedStruct) ProtoMessage()

func (*NidNestedStruct) Reset

func (m *NidNestedStruct) Reset()

func (*NidNestedStruct) Size

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

func (*NidNestedStruct) String

func (this *NidNestedStruct) String() string

func (*NidNestedStruct) TestProto

func (*NidNestedStruct) VerboseEqual

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

type NidNestedStructFace

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

type NidOptCustom

type NidOptCustom struct {
	Id               Uuid                                               `protobuf:"bytes,1,opt,customtype=Uuid" json:"Id"`
	Value            code_google_com_p_gogoprotobuf_test_custom.Uint128 `protobuf:"bytes,2,opt,customtype=code.google.com/p/gogoprotobuf/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) Description

func (this *NidOptCustom) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NidOptCustom) Equal

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

func (*NidOptCustom) GetId

func (this *NidOptCustom) GetId() Uuid

func (*NidOptCustom) GetValue

func (*NidOptCustom) GoString

func (this *NidOptCustom) GoString() string

func (*NidOptCustom) Proto

func (*NidOptCustom) ProtoMessage

func (*NidOptCustom) ProtoMessage()

func (*NidOptCustom) Reset

func (m *NidOptCustom) Reset()

func (*NidOptCustom) Size

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

func (*NidOptCustom) String

func (this *NidOptCustom) String() string

func (*NidOptCustom) TestProto

func (*NidOptCustom) VerboseEqual

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

type NidOptEnum

type NidOptEnum struct {
	Field1           TheTestEnum `protobuf:"varint,1,opt,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) Description

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

func (*NidOptEnum) Equal

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

func (*NidOptEnum) GetField1

func (this *NidOptEnum) GetField1() TheTestEnum

func (*NidOptEnum) GoString

func (this *NidOptEnum) GoString() string

func (*NidOptEnum) Proto

func (*NidOptEnum) ProtoMessage

func (*NidOptEnum) ProtoMessage()

func (*NidOptEnum) Reset

func (m *NidOptEnum) Reset()

func (*NidOptEnum) Size

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

func (*NidOptEnum) String

func (this *NidOptEnum) String() string

func (*NidOptEnum) TestProto

func (*NidOptEnum) VerboseEqual

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

type NidOptEnumFace

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

type NidOptNative

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

func NewNidOptNativeFromFace

func NewNidOptNativeFromFace(that NidOptNativeFace) *NidOptNative

func NewPopulatedNidOptNative

func NewPopulatedNidOptNative(r randyThetest, easy bool) *NidOptNative

func (*NidOptNative) Description

func (this *NidOptNative) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NidOptNative) Equal

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

func (*NidOptNative) GetField1

func (this *NidOptNative) GetField1() float64

func (*NidOptNative) GetField10

func (this *NidOptNative) GetField10() int32

func (*NidOptNative) GetField11

func (this *NidOptNative) GetField11() uint64

func (*NidOptNative) GetField12

func (this *NidOptNative) GetField12() int64

func (*NidOptNative) GetField13

func (this *NidOptNative) GetField13() bool

func (*NidOptNative) GetField14

func (this *NidOptNative) GetField14() string

func (*NidOptNative) GetField15

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

func (*NidOptNative) GetField2

func (this *NidOptNative) GetField2() float32

func (*NidOptNative) GetField3

func (this *NidOptNative) GetField3() int32

func (*NidOptNative) GetField4

func (this *NidOptNative) GetField4() int64

func (*NidOptNative) GetField5

func (this *NidOptNative) GetField5() uint32

func (*NidOptNative) GetField6

func (this *NidOptNative) GetField6() uint64

func (*NidOptNative) GetField7

func (this *NidOptNative) GetField7() int32

func (*NidOptNative) GetField8

func (this *NidOptNative) GetField8() int64

func (*NidOptNative) GetField9

func (this *NidOptNative) GetField9() uint32

func (*NidOptNative) GoString

func (this *NidOptNative) GoString() string

func (*NidOptNative) Proto

func (*NidOptNative) ProtoMessage

func (*NidOptNative) ProtoMessage()

func (*NidOptNative) Reset

func (m *NidOptNative) Reset()

func (*NidOptNative) Size

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

func (*NidOptNative) String

func (this *NidOptNative) String() string

func (*NidOptNative) TestProto

func (*NidOptNative) VerboseEqual

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

type NidOptNativeFace

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

type NidOptStruct

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

func NewNidOptStructFromFace

func NewNidOptStructFromFace(that NidOptStructFace) *NidOptStruct

func NewPopulatedNidOptStruct

func NewPopulatedNidOptStruct(r randyThetest, easy bool) *NidOptStruct

func (*NidOptStruct) Description

func (this *NidOptStruct) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NidOptStruct) Equal

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

func (*NidOptStruct) GetField1

func (this *NidOptStruct) GetField1() float64

func (*NidOptStruct) GetField13

func (this *NidOptStruct) GetField13() bool

func (*NidOptStruct) GetField14

func (this *NidOptStruct) GetField14() string

func (*NidOptStruct) GetField15

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

func (*NidOptStruct) GetField2

func (this *NidOptStruct) GetField2() float32

func (*NidOptStruct) GetField3

func (this *NidOptStruct) GetField3() NidOptNative

func (*NidOptStruct) GetField4

func (this *NidOptStruct) GetField4() NinOptNative

func (*NidOptStruct) GetField6

func (this *NidOptStruct) GetField6() uint64

func (*NidOptStruct) GetField7

func (this *NidOptStruct) GetField7() int32

func (*NidOptStruct) GetField8

func (this *NidOptStruct) GetField8() NidOptNative

func (*NidOptStruct) GoString

func (this *NidOptStruct) GoString() string

func (*NidOptStruct) Proto

func (*NidOptStruct) ProtoMessage

func (*NidOptStruct) ProtoMessage()

func (*NidOptStruct) Reset

func (m *NidOptStruct) Reset()

func (*NidOptStruct) Size

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

func (*NidOptStruct) String

func (this *NidOptStruct) String() string

func (*NidOptStruct) TestProto

func (*NidOptStruct) VerboseEqual

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

type NidOptStructFace

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

type NidRepCustom

type NidRepCustom struct {
	Id               []Uuid                                               `protobuf:"bytes,1,rep,customtype=Uuid" json:"Id"`
	Value            []code_google_com_p_gogoprotobuf_test_custom.Uint128 `protobuf:"bytes,2,rep,customtype=code.google.com/p/gogoprotobuf/test/custom.Uint128" json:"Value"`
	XXX_unrecognized []byte                                               `json:"-"`
}

func NewNidRepCustomFromFace

func NewNidRepCustomFromFace(that NidRepCustomFace) *NidRepCustom

func NewPopulatedNidRepCustom

func NewPopulatedNidRepCustom(r randyThetest, easy bool) *NidRepCustom

func (*NidRepCustom) Description

func (this *NidRepCustom) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NidRepCustom) Equal

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

func (*NidRepCustom) GetId

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

func (*NidRepCustom) GetValue

func (*NidRepCustom) GoString

func (this *NidRepCustom) GoString() string

func (*NidRepCustom) Proto

func (*NidRepCustom) ProtoMessage

func (*NidRepCustom) ProtoMessage()

func (*NidRepCustom) Reset

func (m *NidRepCustom) Reset()

func (*NidRepCustom) Size

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

func (*NidRepCustom) String

func (this *NidRepCustom) String() string

func (*NidRepCustom) TestProto

func (*NidRepCustom) VerboseEqual

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

type NidRepCustomFace

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

type NidRepEnum

type NidRepEnum struct {
	Field1           []TheTestEnum `protobuf:"varint,1,rep,enum=test.TheTestEnum" json:"Field1"`
	XXX_unrecognized []byte        `json:"-"`
}

func NewNidRepEnumFromFace

func NewNidRepEnumFromFace(that NidRepEnumFace) *NidRepEnum

func NewPopulatedNidRepEnum

func NewPopulatedNidRepEnum(r randyThetest, easy bool) *NidRepEnum

func (*NidRepEnum) Description

func (this *NidRepEnum) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NidRepEnum) Equal

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

func (*NidRepEnum) GetField1

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

func (*NidRepEnum) GoString

func (this *NidRepEnum) GoString() string

func (*NidRepEnum) Proto

func (*NidRepEnum) ProtoMessage

func (*NidRepEnum) ProtoMessage()

func (*NidRepEnum) Reset

func (m *NidRepEnum) Reset()

func (*NidRepEnum) Size

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

func (*NidRepEnum) String

func (this *NidRepEnum) String() string

func (*NidRepEnum) TestProto

func (*NidRepEnum) VerboseEqual

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

type NidRepEnumFace

type NidRepEnumFace interface {
	Proto() code_google_com_p_gogoprotobuf_proto3.Message
	GetField1() []TheTestEnum
}

type NidRepNative

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

func NewNidRepNativeFromFace

func NewNidRepNativeFromFace(that NidRepNativeFace) *NidRepNative

func NewPopulatedNidRepNative

func NewPopulatedNidRepNative(r randyThetest, easy bool) *NidRepNative

func (*NidRepNative) Description

func (this *NidRepNative) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NidRepNative) Equal

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

func (*NidRepNative) GetField1

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

func (*NidRepNative) GetField10

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

func (*NidRepNative) GetField11

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

func (*NidRepNative) GetField12

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

func (*NidRepNative) GetField13

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

func (*NidRepNative) GetField14

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

func (*NidRepNative) GetField15

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

func (*NidRepNative) GetField2

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

func (*NidRepNative) GetField3

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

func (*NidRepNative) GetField4

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

func (*NidRepNative) GetField5

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

func (*NidRepNative) GetField6

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

func (*NidRepNative) GetField7

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

func (*NidRepNative) GetField8

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

func (*NidRepNative) GetField9

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

func (*NidRepNative) GoString

func (this *NidRepNative) GoString() string

func (*NidRepNative) Proto

func (*NidRepNative) ProtoMessage

func (*NidRepNative) ProtoMessage()

func (*NidRepNative) Reset

func (m *NidRepNative) Reset()

func (*NidRepNative) Size

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

func (*NidRepNative) String

func (this *NidRepNative) String() string

func (*NidRepNative) TestProto

func (*NidRepNative) VerboseEqual

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

type NidRepNativeFace

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

type NidRepPackedNative

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

func NewNidRepPackedNativeFromFace

func NewNidRepPackedNativeFromFace(that NidRepPackedNativeFace) *NidRepPackedNative

func NewPopulatedNidRepPackedNative

func NewPopulatedNidRepPackedNative(r randyThetest, easy bool) *NidRepPackedNative

func (*NidRepPackedNative) Description

func (this *NidRepPackedNative) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NidRepPackedNative) Equal

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

func (*NidRepPackedNative) GetField1

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

func (*NidRepPackedNative) GetField10

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

func (*NidRepPackedNative) GetField11

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

func (*NidRepPackedNative) GetField12

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

func (*NidRepPackedNative) GetField13

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

func (*NidRepPackedNative) GetField2

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

func (*NidRepPackedNative) GetField3

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

func (*NidRepPackedNative) GetField4

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

func (*NidRepPackedNative) GetField5

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

func (*NidRepPackedNative) GetField6

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

func (*NidRepPackedNative) GetField7

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

func (*NidRepPackedNative) GetField8

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

func (*NidRepPackedNative) GetField9

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

func (*NidRepPackedNative) GoString

func (this *NidRepPackedNative) GoString() string

func (*NidRepPackedNative) Proto

func (*NidRepPackedNative) ProtoMessage

func (*NidRepPackedNative) ProtoMessage()

func (*NidRepPackedNative) Reset

func (m *NidRepPackedNative) Reset()

func (*NidRepPackedNative) Size

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

func (*NidRepPackedNative) String

func (this *NidRepPackedNative) String() string

func (*NidRepPackedNative) TestProto

func (*NidRepPackedNative) VerboseEqual

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

type NidRepPackedNativeFace

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

type NidRepStruct

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

func NewNidRepStructFromFace

func NewNidRepStructFromFace(that NidRepStructFace) *NidRepStruct

func NewPopulatedNidRepStruct

func NewPopulatedNidRepStruct(r randyThetest, easy bool) *NidRepStruct

func (*NidRepStruct) Description

func (this *NidRepStruct) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NidRepStruct) Equal

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

func (*NidRepStruct) GetField1

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

func (*NidRepStruct) GetField13

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

func (*NidRepStruct) GetField14

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

func (*NidRepStruct) GetField15

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

func (*NidRepStruct) GetField2

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

func (*NidRepStruct) GetField3

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

func (*NidRepStruct) GetField4

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

func (*NidRepStruct) GetField6

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

func (*NidRepStruct) GetField7

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

func (*NidRepStruct) GetField8

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

func (*NidRepStruct) GoString

func (this *NidRepStruct) GoString() string

func (*NidRepStruct) Proto

func (*NidRepStruct) ProtoMessage

func (*NidRepStruct) ProtoMessage()

func (*NidRepStruct) Reset

func (m *NidRepStruct) Reset()

func (*NidRepStruct) Size

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

func (*NidRepStruct) String

func (this *NidRepStruct) String() string

func (*NidRepStruct) TestProto

func (*NidRepStruct) VerboseEqual

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

type NidRepStructFace

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

type Nil

type Nil struct {
	XXX_unrecognized []byte `json:"-"`
}

func NewNilFromFace

func NewNilFromFace(that NilFace) *Nil

func NewPopulatedNil

func NewPopulatedNil(r randyThetest, easy bool) *Nil

func (*Nil) Description

func (this *Nil) Description() (desc *google_protobuf.FileDescriptorSet)

func (*Nil) Equal

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

func (*Nil) GoString

func (this *Nil) GoString() string

func (*Nil) Proto

func (*Nil) ProtoMessage

func (*Nil) ProtoMessage()

func (*Nil) Reset

func (m *Nil) Reset()

func (*Nil) Size

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

func (*Nil) String

func (this *Nil) String() string

func (*Nil) TestProto

func (*Nil) VerboseEqual

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

type NilFace

type NilFace interface {
	Proto() code_google_com_p_gogoprotobuf_proto3.Message
}

type NinEmbeddedStruct

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

func NewNinEmbeddedStructFromFace

func NewNinEmbeddedStructFromFace(that NinEmbeddedStructFace) *NinEmbeddedStruct

func NewPopulatedNinEmbeddedStruct

func NewPopulatedNinEmbeddedStruct(r randyThetest, easy bool) *NinEmbeddedStruct

func (*NinEmbeddedStruct) Description

func (this *NinEmbeddedStruct) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinEmbeddedStruct) Equal

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

func (*NinEmbeddedStruct) GetField200

func (this *NinEmbeddedStruct) GetField200() *NidOptNative

func (*NinEmbeddedStruct) GetField210

func (this *NinEmbeddedStruct) GetField210() *bool

func (*NinEmbeddedStruct) GetNidOptNative

func (this *NinEmbeddedStruct) GetNidOptNative() *NidOptNative

func (*NinEmbeddedStruct) GoString

func (this *NinEmbeddedStruct) GoString() string

func (*NinEmbeddedStruct) Proto

func (*NinEmbeddedStruct) ProtoMessage

func (*NinEmbeddedStruct) ProtoMessage()

func (*NinEmbeddedStruct) Reset

func (m *NinEmbeddedStruct) Reset()

func (*NinEmbeddedStruct) Size

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

func (*NinEmbeddedStruct) String

func (this *NinEmbeddedStruct) String() string

func (*NinEmbeddedStruct) TestProto

func (*NinEmbeddedStruct) VerboseEqual

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

type NinEmbeddedStructFace

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

type NinEmbeddedStructUnion

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

func NewNinEmbeddedStructUnionFromFace

func NewNinEmbeddedStructUnionFromFace(that NinEmbeddedStructUnionFace) *NinEmbeddedStructUnion

func NewPopulatedNinEmbeddedStructUnion

func NewPopulatedNinEmbeddedStructUnion(r randyThetest, easy bool) *NinEmbeddedStructUnion

func (*NinEmbeddedStructUnion) Description

func (this *NinEmbeddedStructUnion) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinEmbeddedStructUnion) Equal

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

func (*NinEmbeddedStructUnion) GetField200

func (this *NinEmbeddedStructUnion) GetField200() *NinOptNative

func (*NinEmbeddedStructUnion) GetField210

func (this *NinEmbeddedStructUnion) GetField210() *bool

func (*NinEmbeddedStructUnion) GetNidOptNative

func (this *NinEmbeddedStructUnion) GetNidOptNative() *NidOptNative

func (*NinEmbeddedStructUnion) GetValue

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

func (*NinEmbeddedStructUnion) GoString

func (this *NinEmbeddedStructUnion) GoString() string

func (*NinEmbeddedStructUnion) Proto

func (*NinEmbeddedStructUnion) ProtoMessage

func (*NinEmbeddedStructUnion) ProtoMessage()

func (*NinEmbeddedStructUnion) Reset

func (m *NinEmbeddedStructUnion) Reset()

func (*NinEmbeddedStructUnion) SetValue

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

func (*NinEmbeddedStructUnion) Size

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

func (*NinEmbeddedStructUnion) String

func (this *NinEmbeddedStructUnion) String() string

func (*NinEmbeddedStructUnion) TestProto

func (*NinEmbeddedStructUnion) VerboseEqual

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

type NinEmbeddedStructUnionFace

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

type NinNestedStruct

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

func NewNinNestedStructFromFace

func NewNinNestedStructFromFace(that NinNestedStructFace) *NinNestedStruct

func NewPopulatedNinNestedStruct

func NewPopulatedNinNestedStruct(r randyThetest, easy bool) *NinNestedStruct

func (*NinNestedStruct) Description

func (this *NinNestedStruct) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinNestedStruct) Equal

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

func (*NinNestedStruct) GetField1

func (this *NinNestedStruct) GetField1() *NinOptStruct

func (*NinNestedStruct) GetField2

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

func (*NinNestedStruct) GoString

func (this *NinNestedStruct) GoString() string

func (*NinNestedStruct) Proto

func (*NinNestedStruct) ProtoMessage

func (*NinNestedStruct) ProtoMessage()

func (*NinNestedStruct) Reset

func (m *NinNestedStruct) Reset()

func (*NinNestedStruct) Size

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

func (*NinNestedStruct) String

func (this *NinNestedStruct) String() string

func (*NinNestedStruct) TestProto

func (*NinNestedStruct) VerboseEqual

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

type NinNestedStructFace

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

type NinNestedStructUnion

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

func NewNinNestedStructUnionFromFace

func NewNinNestedStructUnionFromFace(that NinNestedStructUnionFace) *NinNestedStructUnion

func NewPopulatedNinNestedStructUnion

func NewPopulatedNinNestedStructUnion(r randyThetest, easy bool) *NinNestedStructUnion

func (*NinNestedStructUnion) Description

func (this *NinNestedStructUnion) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinNestedStructUnion) Equal

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

func (*NinNestedStructUnion) GetField1

func (this *NinNestedStructUnion) GetField1() *NinOptNativeUnion

func (*NinNestedStructUnion) GetField2

func (this *NinNestedStructUnion) GetField2() *NinOptStructUnion

func (*NinNestedStructUnion) GetField3

func (this *NinNestedStructUnion) GetField3() *NinEmbeddedStructUnion

func (*NinNestedStructUnion) GetValue

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

func (*NinNestedStructUnion) GoString

func (this *NinNestedStructUnion) GoString() string

func (*NinNestedStructUnion) Proto

func (*NinNestedStructUnion) ProtoMessage

func (*NinNestedStructUnion) ProtoMessage()

func (*NinNestedStructUnion) Reset

func (m *NinNestedStructUnion) Reset()

func (*NinNestedStructUnion) SetValue

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

func (*NinNestedStructUnion) Size

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

func (*NinNestedStructUnion) String

func (this *NinNestedStructUnion) String() string

func (*NinNestedStructUnion) TestProto

func (*NinNestedStructUnion) VerboseEqual

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

type NinNestedStructUnionFace

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

type NinOptCustom

type NinOptCustom struct {
	Id               *Uuid                                               `protobuf:"bytes,1,opt,customtype=Uuid" json:"Id,omitempty"`
	Value            *code_google_com_p_gogoprotobuf_test_custom.Uint128 `protobuf:"bytes,2,opt,customtype=code.google.com/p/gogoprotobuf/test/custom.Uint128" json:"Value,omitempty"`
	XXX_unrecognized []byte                                              `json:"-"`
}

func NewNinOptCustomFromFace

func NewNinOptCustomFromFace(that NinOptCustomFace) *NinOptCustom

func NewPopulatedNinOptCustom

func NewPopulatedNinOptCustom(r randyThetest, easy bool) *NinOptCustom

func (*NinOptCustom) Description

func (this *NinOptCustom) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinOptCustom) Equal

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

func (*NinOptCustom) GetId

func (this *NinOptCustom) GetId() *Uuid

func (*NinOptCustom) GetValue

func (*NinOptCustom) GoString

func (this *NinOptCustom) GoString() string

func (*NinOptCustom) Proto

func (*NinOptCustom) ProtoMessage

func (*NinOptCustom) ProtoMessage()

func (*NinOptCustom) Reset

func (m *NinOptCustom) Reset()

func (*NinOptCustom) Size

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

func (*NinOptCustom) String

func (this *NinOptCustom) String() string

func (*NinOptCustom) TestProto

func (*NinOptCustom) VerboseEqual

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

type NinOptCustomFace

type NinOptCustomFace interface {
	Proto() code_google_com_p_gogoprotobuf_proto3.Message
	GetId() *Uuid
	GetValue() *code_google_com_p_gogoprotobuf_test_custom.Uint128
}

type NinOptEnum

type NinOptEnum struct {
	Field1           *TheTestEnum `protobuf:"varint,1,opt,enum=test.TheTestEnum" json:"Field1,omitempty"`
	XXX_unrecognized []byte       `json:"-"`
}

func NewNinOptEnumFromFace

func NewNinOptEnumFromFace(that NinOptEnumFace) *NinOptEnum

func NewPopulatedNinOptEnum

func NewPopulatedNinOptEnum(r randyThetest, easy bool) *NinOptEnum

func (*NinOptEnum) Description

func (this *NinOptEnum) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinOptEnum) Equal

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

func (*NinOptEnum) GetField1

func (this *NinOptEnum) GetField1() *TheTestEnum

func (*NinOptEnum) GoString

func (this *NinOptEnum) GoString() string

func (*NinOptEnum) Proto

func (*NinOptEnum) ProtoMessage

func (*NinOptEnum) ProtoMessage()

func (*NinOptEnum) Reset

func (m *NinOptEnum) Reset()

func (*NinOptEnum) Size

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

func (*NinOptEnum) String

func (this *NinOptEnum) String() string

func (*NinOptEnum) TestProto

func (*NinOptEnum) VerboseEqual

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

type NinOptEnumDefault

type NinOptEnumDefault struct {
	Field1           *TheTestEnum `protobuf:"varint,1,opt,enum=test.TheTestEnum,def=2" json:"Field1,omitempty"`
	XXX_unrecognized []byte       `json:"-"`
}

func NewPopulatedNinOptEnumDefault

func NewPopulatedNinOptEnumDefault(r randyThetest, easy bool) *NinOptEnumDefault

func (*NinOptEnumDefault) Description

func (this *NinOptEnumDefault) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinOptEnumDefault) Equal

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

func (*NinOptEnumDefault) GetField1

func (m *NinOptEnumDefault) GetField1() TheTestEnum

func (*NinOptEnumDefault) GoString

func (this *NinOptEnumDefault) GoString() string

func (*NinOptEnumDefault) ProtoMessage

func (*NinOptEnumDefault) ProtoMessage()

func (*NinOptEnumDefault) Reset

func (m *NinOptEnumDefault) Reset()

func (*NinOptEnumDefault) Size

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

func (*NinOptEnumDefault) String

func (this *NinOptEnumDefault) String() string

func (*NinOptEnumDefault) VerboseEqual

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

type NinOptEnumFace

type NinOptEnumFace interface {
	Proto() code_google_com_p_gogoprotobuf_proto3.Message
	GetField1() *TheTestEnum
}

type NinOptNative

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

func NewNinOptNativeFromFace

func NewNinOptNativeFromFace(that NinOptNativeFace) *NinOptNative

func NewPopulatedNinOptNative

func NewPopulatedNinOptNative(r randyThetest, easy bool) *NinOptNative

func (*NinOptNative) Description

func (this *NinOptNative) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinOptNative) Equal

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

func (*NinOptNative) GetField1

func (this *NinOptNative) GetField1() *float64

func (*NinOptNative) GetField10

func (this *NinOptNative) GetField10() *int32

func (*NinOptNative) GetField11

func (this *NinOptNative) GetField11() *uint64

func (*NinOptNative) GetField12

func (this *NinOptNative) GetField12() *int64

func (*NinOptNative) GetField13

func (this *NinOptNative) GetField13() *bool

func (*NinOptNative) GetField14

func (this *NinOptNative) GetField14() *string

func (*NinOptNative) GetField15

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

func (*NinOptNative) GetField2

func (this *NinOptNative) GetField2() *float32

func (*NinOptNative) GetField3

func (this *NinOptNative) GetField3() *int32

func (*NinOptNative) GetField4

func (this *NinOptNative) GetField4() *int64

func (*NinOptNative) GetField5

func (this *NinOptNative) GetField5() *uint32

func (*NinOptNative) GetField6

func (this *NinOptNative) GetField6() *uint64

func (*NinOptNative) GetField7

func (this *NinOptNative) GetField7() *int32

func (*NinOptNative) GetField8

func (this *NinOptNative) GetField8() *int64

func (*NinOptNative) GetField9

func (this *NinOptNative) GetField9() *uint32

func (*NinOptNative) GoString

func (this *NinOptNative) GoString() string

func (*NinOptNative) Proto

func (*NinOptNative) ProtoMessage

func (*NinOptNative) ProtoMessage()

func (*NinOptNative) Reset

func (m *NinOptNative) Reset()

func (*NinOptNative) Size

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

func (*NinOptNative) String

func (this *NinOptNative) String() string

func (*NinOptNative) TestProto

func (*NinOptNative) VerboseEqual

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

type NinOptNativeDefault

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

func NewPopulatedNinOptNativeDefault

func NewPopulatedNinOptNativeDefault(r randyThetest, easy bool) *NinOptNativeDefault

func (*NinOptNativeDefault) Description

func (this *NinOptNativeDefault) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinOptNativeDefault) Equal

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

func (*NinOptNativeDefault) GetField1

func (m *NinOptNativeDefault) GetField1() float64

func (*NinOptNativeDefault) GetField10

func (m *NinOptNativeDefault) GetField10() int32

func (*NinOptNativeDefault) GetField11

func (m *NinOptNativeDefault) GetField11() uint64

func (*NinOptNativeDefault) GetField12

func (m *NinOptNativeDefault) GetField12() int64

func (*NinOptNativeDefault) GetField13

func (m *NinOptNativeDefault) GetField13() bool

func (*NinOptNativeDefault) GetField14

func (m *NinOptNativeDefault) GetField14() string

func (*NinOptNativeDefault) GetField15

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

func (*NinOptNativeDefault) GetField2

func (m *NinOptNativeDefault) GetField2() float32

func (*NinOptNativeDefault) GetField3

func (m *NinOptNativeDefault) GetField3() int32

func (*NinOptNativeDefault) GetField4

func (m *NinOptNativeDefault) GetField4() int64

func (*NinOptNativeDefault) GetField5

func (m *NinOptNativeDefault) GetField5() uint32

func (*NinOptNativeDefault) GetField6

func (m *NinOptNativeDefault) GetField6() uint64

func (*NinOptNativeDefault) GetField7

func (m *NinOptNativeDefault) GetField7() int32

func (*NinOptNativeDefault) GetField8

func (m *NinOptNativeDefault) GetField8() int64

func (*NinOptNativeDefault) GetField9

func (m *NinOptNativeDefault) GetField9() uint32

func (*NinOptNativeDefault) GoString

func (this *NinOptNativeDefault) GoString() string

func (*NinOptNativeDefault) ProtoMessage

func (*NinOptNativeDefault) ProtoMessage()

func (*NinOptNativeDefault) Reset

func (m *NinOptNativeDefault) Reset()

func (*NinOptNativeDefault) Size

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

func (*NinOptNativeDefault) String

func (this *NinOptNativeDefault) String() string

func (*NinOptNativeDefault) VerboseEqual

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

type NinOptNativeFace

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

type NinOptNativeUnion

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

func NewNinOptNativeUnionFromFace

func NewNinOptNativeUnionFromFace(that NinOptNativeUnionFace) *NinOptNativeUnion

func NewPopulatedNinOptNativeUnion

func NewPopulatedNinOptNativeUnion(r randyThetest, easy bool) *NinOptNativeUnion

func (*NinOptNativeUnion) Description

func (this *NinOptNativeUnion) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinOptNativeUnion) Equal

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

func (*NinOptNativeUnion) GetField1

func (this *NinOptNativeUnion) GetField1() *float64

func (*NinOptNativeUnion) GetField13

func (this *NinOptNativeUnion) GetField13() *bool

func (*NinOptNativeUnion) GetField14

func (this *NinOptNativeUnion) GetField14() *string

func (*NinOptNativeUnion) GetField15

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

func (*NinOptNativeUnion) GetField2

func (this *NinOptNativeUnion) GetField2() *float32

func (*NinOptNativeUnion) GetField3

func (this *NinOptNativeUnion) GetField3() *int32

func (*NinOptNativeUnion) GetField4

func (this *NinOptNativeUnion) GetField4() *int64

func (*NinOptNativeUnion) GetField5

func (this *NinOptNativeUnion) GetField5() *uint32

func (*NinOptNativeUnion) GetField6

func (this *NinOptNativeUnion) GetField6() *uint64

func (*NinOptNativeUnion) GetValue

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

func (*NinOptNativeUnion) GoString

func (this *NinOptNativeUnion) GoString() string

func (*NinOptNativeUnion) Proto

func (*NinOptNativeUnion) ProtoMessage

func (*NinOptNativeUnion) ProtoMessage()

func (*NinOptNativeUnion) Reset

func (m *NinOptNativeUnion) Reset()

func (*NinOptNativeUnion) SetValue

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

func (*NinOptNativeUnion) Size

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

func (*NinOptNativeUnion) String

func (this *NinOptNativeUnion) String() string

func (*NinOptNativeUnion) TestProto

func (*NinOptNativeUnion) VerboseEqual

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

type NinOptNativeUnionFace

type NinOptNativeUnionFace interface {
	Proto() code_google_com_p_gogoprotobuf_proto3.Message
	GetField1() *float64
	GetField2() *float32
	GetField3() *int32
	GetField4() *int64
	GetField5() *uint32
	GetField6() *uint64
	GetField13() *bool
	GetField14() *string
	GetField15() []byte
}

type NinOptStruct

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

func NewNinOptStructFromFace

func NewNinOptStructFromFace(that NinOptStructFace) *NinOptStruct

func NewPopulatedNinOptStruct

func NewPopulatedNinOptStruct(r randyThetest, easy bool) *NinOptStruct

func (*NinOptStruct) Description

func (this *NinOptStruct) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinOptStruct) Equal

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

func (*NinOptStruct) GetField1

func (this *NinOptStruct) GetField1() *float64

func (*NinOptStruct) GetField13

func (this *NinOptStruct) GetField13() *bool

func (*NinOptStruct) GetField14

func (this *NinOptStruct) GetField14() *string

func (*NinOptStruct) GetField15

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

func (*NinOptStruct) GetField2

func (this *NinOptStruct) GetField2() *float32

func (*NinOptStruct) GetField3

func (this *NinOptStruct) GetField3() *NidOptNative

func (*NinOptStruct) GetField4

func (this *NinOptStruct) GetField4() *NinOptNative

func (*NinOptStruct) GetField6

func (this *NinOptStruct) GetField6() *uint64

func (*NinOptStruct) GetField7

func (this *NinOptStruct) GetField7() *int32

func (*NinOptStruct) GetField8

func (this *NinOptStruct) GetField8() *NidOptNative

func (*NinOptStruct) GoString

func (this *NinOptStruct) GoString() string

func (*NinOptStruct) Proto

func (*NinOptStruct) ProtoMessage

func (*NinOptStruct) ProtoMessage()

func (*NinOptStruct) Reset

func (m *NinOptStruct) Reset()

func (*NinOptStruct) Size

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

func (*NinOptStruct) String

func (this *NinOptStruct) String() string

func (*NinOptStruct) TestProto

func (*NinOptStruct) VerboseEqual

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

type NinOptStructFace

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

type NinOptStructUnion

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

func NewNinOptStructUnionFromFace

func NewNinOptStructUnionFromFace(that NinOptStructUnionFace) *NinOptStructUnion

func NewPopulatedNinOptStructUnion

func NewPopulatedNinOptStructUnion(r randyThetest, easy bool) *NinOptStructUnion

func (*NinOptStructUnion) Description

func (this *NinOptStructUnion) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinOptStructUnion) Equal

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

func (*NinOptStructUnion) GetField1

func (this *NinOptStructUnion) GetField1() *float64

func (*NinOptStructUnion) GetField13

func (this *NinOptStructUnion) GetField13() *bool

func (*NinOptStructUnion) GetField14

func (this *NinOptStructUnion) GetField14() *string

func (*NinOptStructUnion) GetField15

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

func (*NinOptStructUnion) GetField2

func (this *NinOptStructUnion) GetField2() *float32

func (*NinOptStructUnion) GetField3

func (this *NinOptStructUnion) GetField3() *NidOptNative

func (*NinOptStructUnion) GetField4

func (this *NinOptStructUnion) GetField4() *NinOptNative

func (*NinOptStructUnion) GetField6

func (this *NinOptStructUnion) GetField6() *uint64

func (*NinOptStructUnion) GetField7

func (this *NinOptStructUnion) GetField7() *int32

func (*NinOptStructUnion) GetValue

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

func (*NinOptStructUnion) GoString

func (this *NinOptStructUnion) GoString() string

func (*NinOptStructUnion) Proto

func (*NinOptStructUnion) ProtoMessage

func (*NinOptStructUnion) ProtoMessage()

func (*NinOptStructUnion) Reset

func (m *NinOptStructUnion) Reset()

func (*NinOptStructUnion) SetValue

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

func (*NinOptStructUnion) Size

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

func (*NinOptStructUnion) String

func (this *NinOptStructUnion) String() string

func (*NinOptStructUnion) TestProto

func (*NinOptStructUnion) VerboseEqual

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

type NinOptStructUnionFace

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

type NinRepCustom

type NinRepCustom struct {
	Id               []Uuid                                               `protobuf:"bytes,1,rep,customtype=Uuid" json:"Id,omitempty"`
	Value            []code_google_com_p_gogoprotobuf_test_custom.Uint128 `protobuf:"bytes,2,rep,customtype=code.google.com/p/gogoprotobuf/test/custom.Uint128" json:"Value,omitempty"`
	XXX_unrecognized []byte                                               `json:"-"`
}

func NewNinRepCustomFromFace

func NewNinRepCustomFromFace(that NinRepCustomFace) *NinRepCustom

func NewPopulatedNinRepCustom

func NewPopulatedNinRepCustom(r randyThetest, easy bool) *NinRepCustom

func (*NinRepCustom) Description

func (this *NinRepCustom) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinRepCustom) Equal

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

func (*NinRepCustom) GetId

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

func (*NinRepCustom) GetValue

func (*NinRepCustom) GoString

func (this *NinRepCustom) GoString() string

func (*NinRepCustom) Proto

func (*NinRepCustom) ProtoMessage

func (*NinRepCustom) ProtoMessage()

func (*NinRepCustom) Reset

func (m *NinRepCustom) Reset()

func (*NinRepCustom) Size

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

func (*NinRepCustom) String

func (this *NinRepCustom) String() string

func (*NinRepCustom) TestProto

func (*NinRepCustom) VerboseEqual

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

type NinRepCustomFace

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

type NinRepEnum

type NinRepEnum struct {
	Field1           []TheTestEnum `protobuf:"varint,1,rep,enum=test.TheTestEnum" json:"Field1,omitempty"`
	XXX_unrecognized []byte        `json:"-"`
}

func NewNinRepEnumFromFace

func NewNinRepEnumFromFace(that NinRepEnumFace) *NinRepEnum

func NewPopulatedNinRepEnum

func NewPopulatedNinRepEnum(r randyThetest, easy bool) *NinRepEnum

func (*NinRepEnum) Description

func (this *NinRepEnum) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinRepEnum) Equal

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

func (*NinRepEnum) GetField1

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

func (*NinRepEnum) GoString

func (this *NinRepEnum) GoString() string

func (*NinRepEnum) Proto

func (*NinRepEnum) ProtoMessage

func (*NinRepEnum) ProtoMessage()

func (*NinRepEnum) Reset

func (m *NinRepEnum) Reset()

func (*NinRepEnum) Size

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

func (*NinRepEnum) String

func (this *NinRepEnum) String() string

func (*NinRepEnum) TestProto

func (*NinRepEnum) VerboseEqual

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

type NinRepEnumFace

type NinRepEnumFace interface {
	Proto() code_google_com_p_gogoprotobuf_proto3.Message
	GetField1() []TheTestEnum
}

type NinRepNative

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

func NewNinRepNativeFromFace

func NewNinRepNativeFromFace(that NinRepNativeFace) *NinRepNative

func NewPopulatedNinRepNative

func NewPopulatedNinRepNative(r randyThetest, easy bool) *NinRepNative

func (*NinRepNative) Description

func (this *NinRepNative) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinRepNative) Equal

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

func (*NinRepNative) GetField1

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

func (*NinRepNative) GetField10

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

func (*NinRepNative) GetField11

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

func (*NinRepNative) GetField12

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

func (*NinRepNative) GetField13

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

func (*NinRepNative) GetField14

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

func (*NinRepNative) GetField15

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

func (*NinRepNative) GetField2

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

func (*NinRepNative) GetField3

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

func (*NinRepNative) GetField4

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

func (*NinRepNative) GetField5

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

func (*NinRepNative) GetField6

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

func (*NinRepNative) GetField7

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

func (*NinRepNative) GetField8

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

func (*NinRepNative) GetField9

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

func (*NinRepNative) GoString

func (this *NinRepNative) GoString() string

func (*NinRepNative) Proto

func (*NinRepNative) ProtoMessage

func (*NinRepNative) ProtoMessage()

func (*NinRepNative) Reset

func (m *NinRepNative) Reset()

func (*NinRepNative) Size

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

func (*NinRepNative) String

func (this *NinRepNative) String() string

func (*NinRepNative) TestProto

func (*NinRepNative) VerboseEqual

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

type NinRepNativeFace

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

type NinRepPackedNative

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

func NewNinRepPackedNativeFromFace

func NewNinRepPackedNativeFromFace(that NinRepPackedNativeFace) *NinRepPackedNative

func NewPopulatedNinRepPackedNative

func NewPopulatedNinRepPackedNative(r randyThetest, easy bool) *NinRepPackedNative

func (*NinRepPackedNative) Description

func (this *NinRepPackedNative) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinRepPackedNative) Equal

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

func (*NinRepPackedNative) GetField1

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

func (*NinRepPackedNative) GetField10

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

func (*NinRepPackedNative) GetField11

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

func (*NinRepPackedNative) GetField12

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

func (*NinRepPackedNative) GetField13

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

func (*NinRepPackedNative) GetField2

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

func (*NinRepPackedNative) GetField3

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

func (*NinRepPackedNative) GetField4

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

func (*NinRepPackedNative) GetField5

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

func (*NinRepPackedNative) GetField6

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

func (*NinRepPackedNative) GetField7

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

func (*NinRepPackedNative) GetField8

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

func (*NinRepPackedNative) GetField9

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

func (*NinRepPackedNative) GoString

func (this *NinRepPackedNative) GoString() string

func (*NinRepPackedNative) Proto

func (*NinRepPackedNative) ProtoMessage

func (*NinRepPackedNative) ProtoMessage()

func (*NinRepPackedNative) Reset

func (m *NinRepPackedNative) Reset()

func (*NinRepPackedNative) Size

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

func (*NinRepPackedNative) String

func (this *NinRepPackedNative) String() string

func (*NinRepPackedNative) TestProto

func (*NinRepPackedNative) VerboseEqual

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

type NinRepPackedNativeFace

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

type NinRepStruct

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

func NewNinRepStructFromFace

func NewNinRepStructFromFace(that NinRepStructFace) *NinRepStruct

func NewPopulatedNinRepStruct

func NewPopulatedNinRepStruct(r randyThetest, easy bool) *NinRepStruct

func (*NinRepStruct) Description

func (this *NinRepStruct) Description() (desc *google_protobuf.FileDescriptorSet)

func (*NinRepStruct) Equal

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

func (*NinRepStruct) GetField1

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

func (*NinRepStruct) GetField13

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

func (*NinRepStruct) GetField14

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

func (*NinRepStruct) GetField15

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

func (*NinRepStruct) GetField2

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

func (*NinRepStruct) GetField3

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

func (*NinRepStruct) GetField4

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

func (*NinRepStruct) GetField6

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

func (*NinRepStruct) GetField7

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

func (*NinRepStruct) GetField8

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

func (*NinRepStruct) GoString

func (this *NinRepStruct) GoString() string

func (*NinRepStruct) Proto

func (*NinRepStruct) ProtoMessage

func (*NinRepStruct) ProtoMessage()

func (*NinRepStruct) Reset

func (m *NinRepStruct) Reset()

func (*NinRepStruct) Size

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

func (*NinRepStruct) String

func (this *NinRepStruct) String() string

func (*NinRepStruct) TestProto

func (*NinRepStruct) VerboseEqual

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

type NinRepStructFace

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

type OrBranch

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

func NewOrBranchFromFace

func NewOrBranchFromFace(that OrBranchFace) *OrBranch

func NewPopulatedOrBranch

func NewPopulatedOrBranch(r randyThetest, easy bool) *OrBranch

func (*OrBranch) Description

func (this *OrBranch) Description() (desc *google_protobuf.FileDescriptorSet)

func (*OrBranch) Equal

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

func (*OrBranch) GetLeft

func (this *OrBranch) GetLeft() Tree

func (*OrBranch) GetRight

func (this *OrBranch) GetRight() Tree

func (*OrBranch) GoString

func (this *OrBranch) GoString() string

func (*OrBranch) Proto

func (*OrBranch) ProtoMessage

func (*OrBranch) ProtoMessage()

func (*OrBranch) Reset

func (m *OrBranch) Reset()

func (*OrBranch) Size

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

func (*OrBranch) String

func (this *OrBranch) String() string

func (*OrBranch) TestProto

func (*OrBranch) VerboseEqual

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

type OrBranchFace

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

type OtherExtenable

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

func NewPopulatedOtherExtenable

func NewPopulatedOtherExtenable(r randyThetest, easy bool) *OtherExtenable

func (*OtherExtenable) Description

func (this *OtherExtenable) Description() (desc *google_protobuf.FileDescriptorSet)

func (*OtherExtenable) Equal

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

func (*OtherExtenable) ExtensionMap

func (m *OtherExtenable) ExtensionMap() map[int32]proto.Extension

func (*OtherExtenable) ExtensionRangeArray

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

func (*OtherExtenable) GoString

func (this *OtherExtenable) GoString() string

func (*OtherExtenable) ProtoMessage

func (*OtherExtenable) ProtoMessage()

func (*OtherExtenable) Reset

func (m *OtherExtenable) Reset()

func (*OtherExtenable) Size

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

func (*OtherExtenable) String

func (this *OtherExtenable) String() string

func (*OtherExtenable) VerboseEqual

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

type TheTestEnum

type TheTestEnum int32
const (
	A TheTestEnum = 0
	B TheTestEnum = 1
	C TheTestEnum = 2
)
const Default_NinOptEnumDefault_Field1 TheTestEnum = C

func (TheTestEnum) Enum

func (x TheTestEnum) Enum() *TheTestEnum

func (TheTestEnum) MarshalJSON

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

func (TheTestEnum) String

func (x TheTestEnum) String() string

func (*TheTestEnum) UnmarshalJSON

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

type Timer

type Timer struct {
	Time1            int64  `protobuf:"fixed64,1,opt" json:"Time1"`
	Time2            int64  `protobuf:"fixed64,2,opt" json:"Time2"`
	Data             []byte `protobuf:"bytes,3,opt" json:"Data"`
	XXX_unrecognized []byte `json:"-"`
}

func NewPopulatedTimer

func NewPopulatedTimer(r randyThetest, easy bool) *Timer

func NewTimerFromFace

func NewTimerFromFace(that TimerFace) *Timer

func (*Timer) Description

func (this *Timer) Description() (desc *google_protobuf.FileDescriptorSet)

func (*Timer) Equal

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

func (*Timer) GetData

func (this *Timer) GetData() []byte

func (*Timer) GetTime1

func (this *Timer) GetTime1() int64

func (*Timer) GetTime2

func (this *Timer) GetTime2() int64

func (*Timer) GoString

func (this *Timer) GoString() string

func (*Timer) Proto

func (*Timer) ProtoMessage

func (*Timer) ProtoMessage()

func (*Timer) Reset

func (m *Timer) Reset()

func (*Timer) Size

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

func (*Timer) String

func (this *Timer) String() string

func (*Timer) TestProto

func (*Timer) VerboseEqual

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

type TimerFace

type TimerFace interface {
	Proto() code_google_com_p_gogoprotobuf_proto3.Message
	GetTime1() int64
	GetTime2() int64
	GetData() []byte
}

type Tree

type Tree struct {
	Or               *OrBranch  `protobuf:"bytes,1,opt" json:"Or,omitempty"`
	And              *AndBranch `protobuf:"bytes,2,opt" json:"And,omitempty"`
	Leaf             *Leaf      `protobuf:"bytes,3,opt" json:"Leaf,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func NewPopulatedTree

func NewPopulatedTree(r randyThetest, easy bool) *Tree

func NewTreeFromFace

func NewTreeFromFace(that TreeFace) *Tree

func (*Tree) Description

func (this *Tree) Description() (desc *google_protobuf.FileDescriptorSet)

func (*Tree) Equal

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

func (*Tree) GetAnd

func (this *Tree) GetAnd() *AndBranch

func (*Tree) GetLeaf

func (this *Tree) GetLeaf() *Leaf

func (*Tree) GetOr

func (this *Tree) GetOr() *OrBranch

func (*Tree) GetValue

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

func (*Tree) GoString

func (this *Tree) GoString() string

func (*Tree) Proto

func (*Tree) ProtoMessage

func (*Tree) ProtoMessage()

func (*Tree) Reset

func (m *Tree) Reset()

func (*Tree) SetValue

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

func (*Tree) Size

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

func (*Tree) String

func (this *Tree) String() string

func (*Tree) TestProto

func (*Tree) VerboseEqual

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

type TreeFace

type TreeFace interface {
	Proto() code_google_com_p_gogoprotobuf_proto3.Message
	GetOr() *OrBranch
	GetAnd() *AndBranch
	GetLeaf() *Leaf
}

type Uuid

type Uuid []byte

func NewPopulatedUuid

func NewPopulatedUuid(r int63) *Uuid

func RandV4

func RandV4(r int63) Uuid

func (Uuid) Equal

func (uuid Uuid) Equal(other Uuid) bool

func (Uuid) Marshal

func (uuid Uuid) Marshal() ([]byte, error)

func (Uuid) MarshalJSON

func (uuid Uuid) MarshalJSON() ([]byte, error)

func (Uuid) MarshalTo

func (uuid Uuid) MarshalTo(data []byte) (n int, err error)

func (Uuid) RandV4

func (uuid Uuid) RandV4(r int63)

func (*Uuid) Size

func (uuid *Uuid) Size() int

func (*Uuid) Unmarshal

func (uuid *Uuid) Unmarshal(data []byte) error

func (*Uuid) UnmarshalJSON

func (uuid *Uuid) UnmarshalJSON(data []byte) error

Directories

Path Synopsis
Package custom contains custom types for test and example purposes.
Package custom contains custom types for test and example purposes.

Jump to

Keyboard shortcuts

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