Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs566 public bool HasSyntax { property in Google.Protobuf.Reflection.FileDescriptorProto
617 if (HasSyntax) hash ^= Syntax.GetHashCode(); in GetHashCode()
654 if (HasSyntax) { in WriteTo()
685 if (HasSyntax) { in CalculateSize()
724 if (other.HasSyntax) { in MergeFrom()