Home
last modified time | relevance | path

Searched defs:Multi3 (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/multi/
Dmulti3.pb.go63 type Multi3 struct { struct
64 …ti3_HatType `protobuf:"varint,1,opt,name=hat_type,json=hatType,enum=multitest.Multi3_HatType" json…
65 XXX_NoUnkeyedLiteral struct{} `json:"-"`
66 XXX_unrecognized []byte `json:"-"`
67 XXX_sizecache int32 `json:"-"`
70 func (m *Multi3) Reset() { *m = Multi3{} }
71 func (m *Multi3) String() string { return proto.CompactTextString(m) }
72 func (*Multi3) ProtoMessage() {}
73 func (*Multi3) Descriptor() ([]byte, []int) {
77 func (m *Multi3) XXX_Unmarshal(b []byte) error {
[all …]
Dmulti3.proto38 message Multi3 { message