Searched defs:OptionsMessage (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/retention/ |
H A D | options_message.pb.go | 19 type OptionsMessage struct { struct 20 state protoimpl.MessageState 21 sizeCache protoimpl.SizeCache 22 unknownFields protoimpl.UnknownFields 24 … *int32 `protobuf:"varint,1,opt,name=plain_field,json=plainField" json:"plain_field,omitempty"` 25 …,name=runtime_retention_field,json=runtimeRetentionField" json:"runtime_retention_field,omitempty"` 26 …opt,name=source_retention_field,json=sourceRetentionField" json:"source_retention_field,omitempty"` 29 func (x *OptionsMessage) Reset() { 38 func (x *OptionsMessage) String() string { 42 func (*OptionsMessage) ProtoMessage() {} [all …]
|
H A D | options_message.proto | 14 message OptionsMessage { message
|
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/ |
H A D | retention_test.go | 157 func verifyOptionsMessage(t *testing.T, entity string, msg *retentionpb.OptionsMessage) {
|