Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1350JavaGenericServices *bool `protobuf:"varint,17,opt,name=java_generic_services,json=javaGenericServ… member
1496 if m != nil && m.JavaGenericServices != nil {
1497 return *m.JavaGenericServices
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4125 public bool JavaGenericServices { property in Google.Protobuf.Reflection.FileOptions
4477 if (JavaGenericServices != other.JavaGenericServices) return false; in Equals()
4507 if (HasJavaGenericServices) hash ^= JavaGenericServices.GetHashCode(); in GetHashCode()
4562 output.WriteBool(JavaGenericServices); in WriteTo()
4728 JavaGenericServices = other.JavaGenericServices; in MergeFrom()
4803 JavaGenericServices = input.ReadBool(); in MergeFrom()