Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs372 …pe != null && ContainingType.Proto.HasOptions && ContainingType.Proto.Options.MessageSetWireFormat) in CrossLink()
DDescriptor.cs4983 public bool MessageSetWireFormat { property in Google.Protobuf.Reflection.MessageOptions
5133 if (MessageSetWireFormat != other.MessageSetWireFormat) return false; in Equals()
5147 if (HasMessageSetWireFormat) hash ^= MessageSetWireFormat.GetHashCode(); in GetHashCode()
5170 output.WriteBool(MessageSetWireFormat); in WriteTo()
5224 MessageSetWireFormat = other.MessageSetWireFormat; in MergeFrom()
5251 MessageSetWireFormat = input.ReadBool(); in MergeFrom()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1605MessageSetWireFormat *bool `protobuf:"varint,1,opt,name=message_set_wire_format,json=messageSetWir… member
1683 if m != nil && m.MessageSetWireFormat != nil {
1684 return *m.MessageSetWireFormat