Lines Matching defs:MsgWithRequired
641 …MsgWithRequired *MsgWithRequired `protobuf:"bytes,5,opt,name=msg_with_required,json=msgWithRequire… member
964 type MsgWithRequired struct { struct
965 Str *string `protobuf:"bytes,1,req,name=str" json:"str,omitempty"`
966 XXX_NoUnkeyedLiteral struct{} `json:"-"`
967 XXX_unrecognized []byte `json:"-"`
968 XXX_sizecache int32 `json:"-"`
971 func (m *MsgWithRequired) Reset() { *m = MsgWithRequired{} }
972 func (m *MsgWithRequired) String() string { return proto.CompactTextString(m) }
973 func (*MsgWithRequired) ProtoMessage() {}
974 func (*MsgWithRequired) Descriptor() ([]byte, []int) {
978 func (m *MsgWithRequired) XXX_Unmarshal(b []byte) error {
981 func (m *MsgWithRequired) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
984 func (m *MsgWithRequired) XXX_Merge(src proto.Message) {
987 func (m *MsgWithRequired) XXX_Size() int {
990 func (m *MsgWithRequired) XXX_DiscardUnknown() {
996 func (m *MsgWithRequired) GetStr() string {