Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5013 public bool JavaGenericServices { property in Google.Protobuf.Reflection.FileOptions
5365 if (JavaGenericServices != other.JavaGenericServices) return false; in Equals()
5395 if (HasJavaGenericServices) hash ^= JavaGenericServices.GetHashCode(); in GetHashCode()
5453 output.WriteBool(JavaGenericServices); in WriteTo()
5546 output.WriteBool(JavaGenericServices); in IBufferMessage.InternalWriteTo()
5713 JavaGenericServices = other.JavaGenericServices; in MergeFrom()
5791 JavaGenericServices = input.ReadBool(); in MergeFrom()
5891 JavaGenericServices = input.ReadBool(); in IBufferMessage.InternalMergeFrom()