Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs5081 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.FileOptions
5092 get { if ((_hasBits0 & 64) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }
6126 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.MessageOptions
6137 get { if ((_hasBits0 & 4) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }
6667 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.FieldOptions
6678 get { if ((_hasBits0 & 4) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }
7349 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.EnumOptions
7360 get { if ((_hasBits0 & 2) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }
7639 private readonly static bool DeprecatedDefaultValue = false; field in Google.Protobuf.Reflection.EnumValueOptions
7650 get { if ((_hasBits0 & 1) != 0) { return deprecated_; } else { return DeprecatedDefaultValue; } }
7905 private readonly static bool DeprecatedDefaultValue = false; global() field in Google.Protobuf.Reflection.ServiceOptions
8172 private readonly static bool DeprecatedDefaultValue = false; global() field in Google.Protobuf.Reflection.MethodOptions
[all...]

Completed in 12 milliseconds