Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4212 public bool HasDeprecated { property in Google.Protobuf.Reflection.FileOptions
4510 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
4572 if (HasDeprecated) { in WriteTo()
4661 if (HasDeprecated) { in CalculateSize()
4736 if (other.HasDeprecated) { in MergeFrom()
5051 public bool HasDeprecated { property in Google.Protobuf.Reflection.MessageOptions
5149 if (HasDeprecated) hash ^= Deprecated.GetHashCode(); in GetHashCode()
5176 if (HasDeprecated) { in WriteTo()
5202 if (HasDeprecated) { in CalculateSize()
5229 if (other.HasDeprecated) { in MergeFrom()
[all …]