Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4992 public bool HasMessageSetWireFormat { property in Google.Protobuf.Reflection.MessageOptions
5147 if (HasMessageSetWireFormat) hash ^= MessageSetWireFormat.GetHashCode(); in GetHashCode()
5168 if (HasMessageSetWireFormat) { in WriteTo()
5196 if (HasMessageSetWireFormat) { in CalculateSize()
5223 if (other.HasMessageSetWireFormat) { in MergeFrom()