Searched defs:KeyValueAttachment (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/testprotos/news/ |
H A D | news.pb.go | 218 type KeyValueAttachment struct { struct 219 state protoimpl.MessageState 220 sizeCache protoimpl.SizeCache 221 unknownFields protoimpl.UnknownFields 223 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 224 …omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 227 func (x *KeyValueAttachment) Reset() { 236 func (x *KeyValueAttachment) String() string { 240 func (*KeyValueAttachment) ProtoMessage() {} 242 func (x *KeyValueAttachment) ProtoReflect() protoreflect.Message { [all …]
|
H A D | news.proto | 35 message KeyValueAttachment { message
|