Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4193 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.FileOptions
4204 … get { if ((_hasBits0 & 64) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }
5032 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.MessageOptions
5043 … get { if ((_hasBits0 & 4) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }
5495 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.FieldOptions
5506 … get { if ((_hasBits0 & 4) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }
6037 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.EnumOptions
6048 … get { if ((_hasBits0 & 2) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }
6265 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.EnumValueOptions
6276 … get { if ((_hasBits0 & 1) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }
[all …]