Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5511 public string TrailingComments { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
5544 if (TrailingComments != other.TrailingComments) return false; in Equals()
5555 if (TrailingComments.Length != 0) hash ^= TrailingComments.GetHashCode(); in GetHashCode()
5573 if (TrailingComments.Length != 0) { in WriteTo()
5575 output.WriteString(TrailingComments); in WriteTo()
5588 if (TrailingComments.Length != 0) { in CalculateSize()
5589 size += 1 + pb::CodedOutputStream.ComputeStringSize(TrailingComments); in CalculateSize()
5605 if (other.TrailingComments.Length != 0) { in MergeFrom()
5606 TrailingComments = other.TrailingComments; in MergeFrom()
5634 TrailingComments = input.ReadString(); in MergeFrom()