Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/
H A Dc.pb.go18 type UsingPublicImport struct { struct
19 state protoimpl.MessageState
20 sizeCache protoimpl.SizeCache
21 unknownFields protoimpl.UnknownFields
24 Local *Local `protobuf:"bytes,1,opt,name=local" json:"local,omitempty"`
27 …b2.Sub2Message `protobuf:"bytes,2,opt,name=sub2" json:"sub2,omitempty"` // declared in sub2/a.proto
30 func (x *UsingPublicImport) Reset() {
39 func (x *UsingPublicImport) String() string {
43 func (*UsingPublicImport) ProtoMessage() {}
45 func (x *UsingPublicImport) ProtoReflect() protoreflect.Message {
[all …]
H A Dc.proto13 message UsingPublicImport { message