Searched refs:AllowAlias (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 3760 public bool AllowAlias { property in Google.Protobuf.Reflection.EnumOptions 3806 if (AllowAlias != other.AllowAlias) return false; in Equals() 3814 if (AllowAlias != false) hash ^= AllowAlias.GetHashCode(); in GetHashCode() 3825 if (AllowAlias != false) { in WriteTo() 3827 output.WriteBool(AllowAlias); in WriteTo() 3838 if (AllowAlias != false) { in CalculateSize() 3852 if (other.AllowAlias != false) { in MergeFrom() 3853 AllowAlias = other.AllowAlias; in MergeFrom() 3869 AllowAlias = input.ReadBool(); in MergeFrom()
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1925 …AllowAlias *bool `protobuf:"varint,2,opt,name=allow_alias,json=allowAlias" json:"allow_alias,omite… member 1975 if m != nil && m.AllowAlias != nil { 1976 return *m.AllowAlias
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1860 …AllowAlias *bool `protobuf:"varint,2,opt,name=allow_alias,json=allowAlias" json:"allow_alias,omite… member 1909 if m != nil && m.AllowAlias != nil { 1910 return *m.AllowAlias
|