Searched refs:DeprecatedDefaultValue (Results 1 – 1 of 1) sorted by relevance
4193 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.FileOptions4204 … get { if ((_hasBits0 & 64) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }5032 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.MessageOptions5043 … get { if ((_hasBits0 & 4) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }5495 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.FieldOptions5506 … get { if ((_hasBits0 & 4) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }6037 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.EnumOptions6048 … get { if ((_hasBits0 & 2) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }6265 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.EnumValueOptions6276 … get { if ((_hasBits0 & 1) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }[all …]