Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/sub2/
H A Da.pb.go17 type Sub2Message struct { struct
18 state protoimpl.MessageState
19 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
23 func (x *Sub2Message) Reset() {
32 func (x *Sub2Message) String() string {
36 func (*Sub2Message) ProtoMessage() {}
38 func (x *Sub2Message) ProtoReflect() protoreflect.Message {
51 func (*Sub2Message) Descriptor() ([]byte, []int) {
H A Da.proto11 message Sub2Message {} message
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/sub/
H A Da.pb.go21 type Sub2Message = sub2.Sub2Message talias