Home
last modified time | relevance | path

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

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go1058 type MsgWithRequiredBytes struct { struct
1059 Byts []byte `protobuf:"bytes,1,req,name=byts" json:"byts,omitempty"`
1060 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1061 XXX_unrecognized []byte `json:"-"`
1062 XXX_sizecache int32 `json:"-"`
1065 func (m *MsgWithRequiredBytes) Reset() { *m = MsgWithRequiredBytes{} }
1066 func (m *MsgWithRequiredBytes) String() string { return proto.CompactTextString(m) }
1067 func (*MsgWithRequiredBytes) ProtoMessage() {}
1068 func (*MsgWithRequiredBytes) Descriptor() ([]byte, []int) {
1072 func (m *MsgWithRequiredBytes) XXX_Unmarshal(b []byte) error {
[all …]
Dtest_objects.proto169 message MsgWithRequiredBytes { message