Home
last modified time | relevance | path

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

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