Searched refs:PyGenericServices (Results 1 – 1 of 1) sorted by relevance
2975 public bool PyGenericServices { property in Google.Protobuf.Reflection.FileOptions3078 if (PyGenericServices != other.PyGenericServices) return false; in Equals()3099 if (PyGenericServices != false) hash ^= PyGenericServices.GetHashCode(); in GetHashCode()3143 if (PyGenericServices != false) { in WriteTo()3145 output.WriteBool(PyGenericServices); in WriteTo()3204 if (PyGenericServices != false) { in CalculateSize()3255 if (other.PyGenericServices != false) { in MergeFrom()3256 PyGenericServices = other.PyGenericServices; in MergeFrom()3310 PyGenericServices = input.ReadBool(); in MergeFrom()