Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs408 public bool HasPackage { property in Google.Protobuf.Reflection.FileDescriptorProto
607 if (HasPackage) hash ^= Package.GetHashCode(); in GetHashCode()
635 if (HasPackage) { in WriteTo()
669 if (HasPackage) { in CalculateSize()
702 if (other.HasPackage) { in MergeFrom()