Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs6469 private readonly static bool MessageSetWireFormatDefaultValue = false; field in Google.Protobuf.Reflection.MessageOptions
6495 …s0 & 1) != 0) { return messageSetWireFormat_; } else { return MessageSetWireFormatDefaultValue; } }
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs6469 private readonly static bool MessageSetWireFormatDefaultValue = false; field in Google.Protobuf.Reflection.MessageOptions
6495 …s0 & 1) != 0) { return messageSetWireFormat_; } else { return MessageSetWireFormatDefaultValue; } }