Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs7307 allowAlias_ = other.allowAlias_; in EnumOptions()
7323 private bool allowAlias_; field in Google.Protobuf.Reflection.EnumOptions
7330 get { if ((_hasBits0 & 1) != 0) { return allowAlias_; } else { return AllowAliasDefaultValue; } }
7333 allowAlias_ = value;

Completed in 23 milliseconds