Searched refs:CcGenericServices (Results 1 – 1 of 1) sorted by relevance
2953 public bool CcGenericServices { property in Google.Protobuf.Reflection.FileOptions3076 if (CcGenericServices != other.CcGenericServices) return false; in Equals()3097 if (CcGenericServices != false) hash ^= CcGenericServices.GetHashCode(); in GetHashCode()3135 if (CcGenericServices != false) { in WriteTo()3137 output.WriteBool(CcGenericServices); in WriteTo()3198 if (CcGenericServices != false) { in CalculateSize()3249 if (other.CcGenericServices != false) { in MergeFrom()3250 CcGenericServices = other.CcGenericServices; in MergeFrom()3302 CcGenericServices = input.ReadBool(); in MergeFrom()