Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs422 … null && ContainingType.Proto.Options != null && ContainingType.Proto.Options.MessageSetWireFormat) in CrossLink()
DDescriptor.cs6077 public bool MessageSetWireFormat { property in Google.Protobuf.Reflection.MessageOptions
6227 if (MessageSetWireFormat != other.MessageSetWireFormat) return false; in Equals()
6241 if (HasMessageSetWireFormat) hash ^= MessageSetWireFormat.GetHashCode(); in GetHashCode()
6267 output.WriteBool(MessageSetWireFormat); in WriteTo()
6296 output.WriteBool(MessageSetWireFormat); in IBufferMessage.InternalWriteTo()
6351 MessageSetWireFormat = other.MessageSetWireFormat; in MergeFrom()
6381 MessageSetWireFormat = input.ReadBool(); in MergeFrom()
6417 MessageSetWireFormat = input.ReadBool(); in IBufferMessage.InternalMergeFrom()