Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs110 if (!proto.HasSyntax || proto.Syntax == "proto2") in FileDescriptor()
DDescriptor.cs591 public bool HasSyntax { property in Google.Protobuf.Reflection.FileDescriptorProto
642 if (HasSyntax) hash ^= Syntax.GetHashCode(); in GetHashCode()
682 if (HasSyntax) { in WriteTo()
718 if (HasSyntax) { in IBufferMessage.InternalWriteTo()
750 if (HasSyntax) { in CalculateSize()
789 if (other.HasSyntax) { in MergeFrom()