Searched defs:MsgWithOneof (Results 1 – 2 of 2) sorted by relevance
582 type MsgWithOneof struct { struct589 Union isMsgWithOneof_Union `protobuf_oneof:"union"`590 XXX_NoUnkeyedLiteral struct{} `json:"-"`591 XXX_unrecognized []byte `json:"-"`592 XXX_sizecache int32 `json:"-"`595 func (m *MsgWithOneof) Reset() { *m = MsgWithOneof{} }596 func (m *MsgWithOneof) String() string { return proto.CompactTextString(m) }597 func (*MsgWithOneof) ProtoMessage() {}598 func (*MsgWithOneof) Descriptor() ([]byte, []int) {602 func (m *MsgWithOneof) XXX_Unmarshal(b []byte) error {[all …]
112 message MsgWithOneof { message