Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go1647JavaGenericServices *bool `protobuf:"varint,17,opt,name=java_generic_services,json=javaGenericServ… member
1791 if x != nil && x.JavaGenericServices != nil {
1792 return *x.JavaGenericServices
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs5376 public bool JavaGenericServices { property in Google.Protobuf.Reflection.FileOptions
5766 if (JavaGenericServices != other.JavaGenericServices) return false; in Equals()
5797 if (HasJavaGenericServices) hash ^= JavaGenericServices.GetHashCode(); in GetHashCode()
5857 output.WriteBool(JavaGenericServices); in WriteTo()
5951 output.WriteBool(JavaGenericServices); in IBufferMessage.InternalWriteTo()
6120 JavaGenericServices = other.JavaGenericServices; in MergeFrom()
6199 JavaGenericServices = input.ReadBool(); in MergeFrom()
6300 JavaGenericServices = input.ReadBool(); in IBufferMessage.InternalMergeFrom()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs5376 public bool JavaGenericServices { property in Google.Protobuf.Reflection.FileOptions
5766 if (JavaGenericServices != other.JavaGenericServices) return false; in Equals()
5797 if (HasJavaGenericServices) hash ^= JavaGenericServices.GetHashCode(); in GetHashCode()
5857 output.WriteBool(JavaGenericServices); in WriteTo()
5951 output.WriteBool(JavaGenericServices); in IBufferMessage.InternalWriteTo()
6120 JavaGenericServices = other.JavaGenericServices; in MergeFrom()
6199 JavaGenericServices = input.ReadBool(); in MergeFrom()
6300 JavaGenericServices = input.ReadBool(); in IBufferMessage.InternalMergeFrom()