Searched defs:BinaryAttachment (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/testprotos/news/ |
H A D | news.pb.go | 163 type BinaryAttachment struct { struct 164 state protoimpl.MessageState 165 sizeCache protoimpl.SizeCache 166 unknownFields protoimpl.UnknownFields 168 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 169 Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` 172 func (x *BinaryAttachment) Reset() { 181 func (x *BinaryAttachment) String() string { 185 func (*BinaryAttachment) ProtoMessage() {} 187 func (x *BinaryAttachment) ProtoReflect() protoreflect.Message { [all …]
|
H A D | news.proto | 30 message BinaryAttachment { message
|