Home
last modified time | relevance | path

Searched defs:DeprecatedMessage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/comments/
H A Ddeprecated.pb.go63 type DeprecatedMessage struct { struct
64 state protoimpl.MessageState
65 sizeCache protoimpl.SizeCache
66 unknownFields protoimpl.UnknownFields
69 …:"bytes,1,opt,name=deprecated_field,json=deprecatedField,proto3" json:"deprecated_field,omitempty"`
72 func (x *DeprecatedMessage) Reset() {
81 func (x *DeprecatedMessage) String() string {
85 func (*DeprecatedMessage) ProtoMessage() {}
87 func (x *DeprecatedMessage) ProtoReflect() protoreflect.Message {
100 func (*DeprecatedMessage) Descriptor() ([]byte, []int) {
[all …]
H A Ddeprecated.proto12 message DeprecatedMessage { message
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c679 CXString DeprecatedMessage; in PrintCursor() local