Searched refs:AllowAlias (Results 1 – 3 of 3) sorted by relevance
2298 …AllowAlias *bool `protobuf:"varint,2,opt,name=allow_alias,json=allowAlias" json:"allow_alias,omite… member2355 if x != nil && x.AllowAlias != nil {2356 return *x.AllowAlias
7891 public bool AllowAlias { property in Google.Protobuf.Reflection.EnumOptions7973 if (AllowAlias != other.AllowAlias) return false; in Equals()7986 if (HasAllowAlias) hash ^= AllowAlias.GetHashCode(); in GetHashCode()8012 output.WriteBool(AllowAlias); in WriteTo()8034 output.WriteBool(AllowAlias); in IBufferMessage.InternalWriteTo()8077 AllowAlias = other.AllowAlias; in MergeFrom()8102 AllowAlias = input.ReadBool(); in MergeFrom()8131 AllowAlias = input.ReadBool(); in IBufferMessage.InternalMergeFrom()