Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs354 options_ = other.HasOptions ? other.options_.Clone() : null; in FileDescriptorProto()
512 public bool HasOptions { property in Google.Protobuf.Reflection.FileDescriptorProto
615 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 …]
DFieldDescriptor.cs372 …if (ContainingType != null && ContainingType.Proto.HasOptions && ContainingType.Proto.Options.Mess… in CrossLink()