Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs6086 public bool HasMessageSetWireFormat { property in Google.Protobuf.Reflection.MessageOptions
6241 if (HasMessageSetWireFormat) hash ^= MessageSetWireFormat.GetHashCode(); in GetHashCode()
6265 if (HasMessageSetWireFormat) { in WriteTo()
6294 if (HasMessageSetWireFormat) { in IBufferMessage.InternalWriteTo()
6323 if (HasMessageSetWireFormat) { in CalculateSize()
6350 if (other.HasMessageSetWireFormat) { in MergeFrom()