Searched refs:MsgWithRequiredBytes (Results 1 – 3 of 3) sorted by relevance
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | test_objects.pb.go | 1058 type MsgWithRequiredBytes struct { struct 1065 func (m *MsgWithRequiredBytes) Reset() { *m = MsgWithRequiredBytes{} } argument 1066 func (m *MsgWithRequiredBytes) String() string { return proto.CompactTextString(m) } argument 1067 func (*MsgWithRequiredBytes) ProtoMessage() {} argument 1068 func (*MsgWithRequiredBytes) Descriptor() ([]byte, []int) { argument 1072 func (m *MsgWithRequiredBytes) XXX_Unmarshal(b []byte) error { argument 1075 func (m *MsgWithRequiredBytes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 1078 func (m *MsgWithRequiredBytes) XXX_Merge(src proto.Message) { argument 1081 func (m *MsgWithRequiredBytes) XXX_Size() int { argument 1084 func (m *MsgWithRequiredBytes) XXX_DiscardUnknown() { argument [all …]
|
D | test_objects.proto | 169 message MsgWithRequiredBytes { message
|
/external/golang-protobuf/jsonpb/ |
D | jsonpb_test.go | 525 {"required bytes", marshaler, &pb.MsgWithRequiredBytes{Byts: []byte{}}, `{"byts":""}`}, 659 pb: &pb.MsgWithRequiredBytes{}, 845 {"required bytes", Unmarshaler{}, `{"byts": []}`, &pb.MsgWithRequiredBytes{Byts: []byte{}}}, 1156 pb: &pb.MsgWithRequiredBytes{}, 1161 pb: &pb.MsgWithRequiredBytes{},
|