Home
last modified time | relevance | path

Searched refs:LeadingDetachedComments (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorDeclaration.cs92 public IReadOnlyList<string> LeadingDetachedComments { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration
106LeadingDetachedComments = new ReadOnlyCollection<string>(location.LeadingDetachedComments.ToList()… in DescriptorDeclaration()
DDescriptor.cs10319 public pbc::RepeatedField<string> LeadingDetachedComments { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorDeclaration.cs92 public IReadOnlyList<string> LeadingDetachedComments { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration
106LeadingDetachedComments = new ReadOnlyCollection<string>(location.LeadingDetachedComments.ToList()… in DescriptorDeclaration()
DDescriptor.cs10319 public pbc::RepeatedField<string> LeadingDetachedComments { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
/external/golang-protobuf/reflect/protoreflect/
Dsource.go52 LeadingDetachedComments []string member
/external/golang-protobuf/reflect/protodesc/
Dproto.go48 l.LeadingDetachedComments = append([]string(nil), loc.LeadingDetachedComments...)
Ddesc.go167 l.LeadingDetachedComments = loc.GetLeadingDetachedComments()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorDeclarationTest.cs80 message.Declaration.LeadingDetachedComments); in MessageComments()
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorDeclarationTest.cs80 message.Declaration.LeadingDetachedComments); in MessageComments()
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go3179LeadingDetachedComments []string `protobuf:"bytes,6,rep,name=leading_detached_comments,json=leadin… member
3244 return x.LeadingDetachedComments
/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
Dmain.go112 for _, s := range loc.LeadingDetachedComments {
/external/golang-protobuf/compiler/protogen/
Dprotogen.go1255 for _, s := range loc.LeadingDetachedComments {