Home
last modified time | relevance | path

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

/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go2298AllowAlias *bool `protobuf:"varint,2,opt,name=allow_alias,json=allowAlias" json:"allow_alias,omite… member
2355 if x != nil && x.AllowAlias != nil {
2356 return *x.AllowAlias
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7891 public bool AllowAlias { property in Google.Protobuf.Reflection.EnumOptions
7973 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()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7891 public bool AllowAlias { property in Google.Protobuf.Reflection.EnumOptions
7973 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()