Searched defs:ProtoWithKeywords (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/ |
H A D | test_messages_proto2.pb.go | 1694 type ProtoWithKeywords struct { struct 1695 state protoimpl.MessageState 1696 sizeCache protoimpl.SizeCache 1697 unknownFields protoimpl.UnknownFields 1699 Inline *int32 `protobuf:"varint,1,opt,name=inline" json:"inline,omitempty"` 1700 Concept *string `protobuf:"bytes,2,opt,name=concept" json:"concept,omitempty"` 1701 Requires []string `protobuf:"bytes,3,rep,name=requires" json:"requires,omitempty"` 1704 func (x *ProtoWithKeywords) Reset() { 1713 func (x *ProtoWithKeywords) String() string { 1717 func (*ProtoWithKeywords) ProtoMessage() {} [all …]
|