Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7003 public bool HasIdentifierValue { property in Google.Protobuf.Reflection.UninterpretedOption
7157 if (HasIdentifierValue) hash ^= IdentifierValue.GetHashCode(); in GetHashCode()
7177 if (HasIdentifierValue) { in WriteTo()
7210 if (HasIdentifierValue) { in CalculateSize()
7240 if (other.HasIdentifierValue) { in MergeFrom()