Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3744 allowAlias_ = other.allowAlias_; in EnumOptions()
3755 private bool allowAlias_; field in Google.Protobuf.Reflection.EnumOptions
3761 get { return allowAlias_; }
3763 allowAlias_ = value;