Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3131 messageSetWireFormat_ = other.messageSetWireFormat_; in MessageOptions()
3144 private bool messageSetWireFormat_; field in Google.Protobuf.Reflection.MessageOptions
3166 get { return messageSetWireFormat_; }
3168 messageSetWireFormat_ = value;