Home
last modified time | relevance | path

Searched refs:leadingDetachedComments_ (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs9424 leadingDetachedComments_ = other.leadingDetachedComments_.Clone(); in Location()
9584 private readonly pbc::RepeatedField<string> leadingDetachedComments_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
9587 get { return leadingDetachedComments_; }
9607 if(!leadingDetachedComments_.Equals(other.leadingDetachedComments_)) return false; in Equals()
9618 hash ^= leadingDetachedComments_.GetHashCode(); in GetHashCode()
9645 leadingDetachedComments_.WriteTo(output, _repeated_leadingDetachedComments_codec); in WriteTo()
9665 leadingDetachedComments_.WriteTo(ref output, _repeated_leadingDetachedComments_codec); in IBufferMessage.InternalWriteTo()
9683 size += leadingDetachedComments_ in CalculateSize()
[all...]

Completed in 14 milliseconds