Lines Matching refs:MsgWithOneof
582 type MsgWithOneof struct { struct
595 func (m *MsgWithOneof) Reset() { *m = MsgWithOneof{} } argument
596 func (m *MsgWithOneof) String() string { return proto.CompactTextString(m) } argument
597 func (*MsgWithOneof) ProtoMessage() {} argument
598 func (*MsgWithOneof) Descriptor() ([]byte, []int) { argument
602 func (m *MsgWithOneof) XXX_Unmarshal(b []byte) error { argument
605 func (m *MsgWithOneof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
608 func (m *MsgWithOneof) XXX_Merge(src proto.Message) { argument
611 func (m *MsgWithOneof) XXX_Size() int { argument
614 func (m *MsgWithOneof) XXX_DiscardUnknown() { argument
654 func (m *MsgWithOneof) GetUnion() isMsgWithOneof_Union { argument
661 func (m *MsgWithOneof) GetTitle() string { argument
668 func (m *MsgWithOneof) GetSalary() int64 { argument
675 func (m *MsgWithOneof) GetCountry() string { argument
682 func (m *MsgWithOneof) GetHomeAddress() string { argument
689 func (m *MsgWithOneof) GetMsgWithRequired() *MsgWithRequired { argument
697 func (*MsgWithOneof) XXX_OneofWrappers() []interface{} { argument
1163 proto.RegisterType((*MsgWithOneof)(nil), "jsonpb.MsgWithOneof")