Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs6009 private readonly static bool AllowAliasDefaultValue = false; field in Google.Protobuf.Reflection.EnumOptions
6018 … get { if ((_hasBits0 & 1) != 0) { return allowAlias_; } else { return AllowAliasDefaultValue; } }