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.cs180 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.EnumOptions), global::Google.Protobuf.Reflection.EnumOptions.Parser, new[]{ "AllowAlias", "Deprecated", "UninterpretedOption" }, null, null, null, null), in DescriptorReflection()
7329 public bool AllowAlias { property in Google.Protobuf.Reflection.EnumOptions
7403 if (AllowAlias != other.AllowAlias) return false; in Equals()
7415 if (HasAllowAlias) hash ^= AllowAlias.GetHashCode(); in GetHashCode()
7439 output.WriteBool(AllowAlias); in WriteTo()
7460 output.WriteBool(AllowAlias); in IBufferMessage.InternalWriteTo()
7501 AllowAlias = other.AllowAlias; in MergeFrom()
7525 AllowAlias in MergeFrom()
[all...]

Completed in 13 milliseconds