Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs6053 private readonly static bool MessageSetWireFormatDefaultValue = false; field in Google.Protobuf.Reflection.MessageOptions
6078 …s0 & 1) != 0) { return messageSetWireFormat_; } else { return MessageSetWireFormatDefaultValue; } }