package importduplicate

import "github.com/gogo/protobuf/test/importduplicate"

Index

Types

type MapAndSortKeys

type MapAndSortKeys struct {
	Key                  *sortkeys.Object `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	KeyValue             map[int32]string `protobuf:"bytes,2,rep,name=keyValue,proto3" json:"keyValue,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	Value                *proto1.Subject  `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func NewPopulatedMapAndSortKeys

func NewPopulatedMapAndSortKeys(r randyImportduplicate, easy bool) *MapAndSortKeys

func (*MapAndSortKeys) Descriptor

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

func (*MapAndSortKeys) Equal

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

func (*MapAndSortKeys) GetKey

func (m *MapAndSortKeys) GetKey() *sortkeys.Object

func (*MapAndSortKeys) GetKeyValue

func (m *MapAndSortKeys) GetKeyValue() map[int32]string

func (*MapAndSortKeys) GetValue

func (m *MapAndSortKeys) GetValue() *proto1.Subject

func (*MapAndSortKeys) GoString

func (this *MapAndSortKeys) GoString() string

func (*MapAndSortKeys) ProtoMessage

func (*MapAndSortKeys) ProtoMessage()

func (*MapAndSortKeys) Reset

func (m *MapAndSortKeys) Reset()

func (*MapAndSortKeys) String

func (m *MapAndSortKeys) String() string

func (*MapAndSortKeys) XXX_DiscardUnknown

func (m *MapAndSortKeys) XXX_DiscardUnknown()

func (*MapAndSortKeys) XXX_Marshal

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

func (*MapAndSortKeys) XXX_Merge

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

func (*MapAndSortKeys) XXX_Size

func (m *MapAndSortKeys) XXX_Size() int

func (*MapAndSortKeys) XXX_Unmarshal

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

Source Files

importduplicate.pb.go

Directories

PathSynopsis
test/importduplicate/proto
test/importduplicate/sortkeys
Version
v1.2.1
Published
Feb 18, 2019
Platform
js/wasm
Imports
10 packages
Last checked
2 days ago

Tools for package owners.