Lines Matching defs:MsgWithOneof
582 type MsgWithOneof struct { struct
589 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 {
605 func (m *MsgWithOneof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
608 func (m *MsgWithOneof) XXX_Merge(src proto.Message) {
611 func (m *MsgWithOneof) XXX_Size() int {
614 func (m *MsgWithOneof) XXX_DiscardUnknown() {
654 func (m *MsgWithOneof) GetUnion() isMsgWithOneof_Union {
661 func (m *MsgWithOneof) GetTitle() string {
668 func (m *MsgWithOneof) GetSalary() int64 {
675 func (m *MsgWithOneof) GetCountry() string {
682 func (m *MsgWithOneof) GetHomeAddress() string {
689 func (m *MsgWithOneof) GetMsgWithRequired() *MsgWithRequired {
697 func (*MsgWithOneof) XXX_OneofWrappers() []interface{} {