Home
last modified time | relevance | path

Searched defs:AnnotationsTestMessage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/annotations/
H A Dannotations.pb.go70 type AnnotationsTestMessage struct { struct
71 state protoimpl.MessageState
72 sizeCache protoimpl.SizeCache
73 unknownFields protoimpl.UnknownFields
75 …ld *string `protobuf:"bytes,1,opt,name=AnnotationsTestField" json:"AnnotationsTestField,omitempty"`
78 func (x *AnnotationsTestMessage) Reset() {
87 func (x *AnnotationsTestMessage) String() string {
91 func (*AnnotationsTestMessage) ProtoMessage() {}
93 func (x *AnnotationsTestMessage) ProtoReflect() protoreflect.Message {
106 func (*AnnotationsTestMessage) Descriptor() ([]byte, []int) {
[all …]
H A Dannotations.proto11 message AnnotationsTestMessage { message