Searched refs:HasOptions (Results 1 – 2 of 2) sorted by relevance
354 options_ = other.HasOptions ? other.options_.Clone() : null; in FileDescriptorProto()512 public bool HasOptions { property in Google.Protobuf.Reflection.FileDescriptorProto615 if (HasOptions) hash ^= Options.GetHashCode(); in GetHashCode()644 if (HasOptions) { in WriteTo()679 if (HasOptions) { in CalculateSize()712 if (other.HasOptions) { in MergeFrom()713 if (!HasOptions) { in MergeFrom()767 if (!HasOptions) { in MergeFrom()835 options_ = other.HasOptions ? other.options_.Clone() : null; in DescriptorProto()941 public bool HasOptions { property in Google.Protobuf.Reflection.DescriptorProto[all …]
372 …if (ContainingType != null && ContainingType.Proto.HasOptions && ContainingType.Proto.Options.Mess… in CrossLink()