Home
last modified time | relevance | path

Searched refs:TrailingComments (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4981 public string TrailingComments { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
5011 if (TrailingComments != other.TrailingComments) return false; in Equals()
5021 if (TrailingComments.Length != 0) hash ^= TrailingComments.GetHashCode(); in GetHashCode()
5037 if (TrailingComments.Length != 0) { in WriteTo()
5039 output.WriteString(TrailingComments); in WriteTo()
5051 if (TrailingComments.Length != 0) { in CalculateSize()
5052 size += 1 + pb::CodedOutputStream.ComputeStringSize(TrailingComments); in CalculateSize()
5067 if (other.TrailingComments.Length != 0) { in MergeFrom()
5068 TrailingComments = other.TrailingComments; in MergeFrom()
5095 TrailingComments = input.ReadString(); in MergeFrom()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2503TrailingComments *string `protobuf:"bytes,4,opt,name=trailing_comments,json=trailingCommen… member
2557 if m != nil && m.TrailingComments != nil {
2558 return *m.TrailingComments
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2431TrailingComments *string `protobuf:"bytes,4,opt,name=trailing_comments,json=trailingCommen… member
2484 if m != nil && m.TrailingComments != nil {
2485 return *m.TrailingComments