Searched refs:CcGenericServices (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | Descriptor.cs | 176 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileOptions), global::Google.Protobuf.Reflection.FileOptions.Parser, new[]{ "JavaPackage", "JavaOuterClassname", "JavaMultipleFiles", "JavaGenerateEqualsAndHash", "JavaStringCheckUtf8", "OptimizeFor", "GoPackage", "CcGenericServices", "JavaGenericServices", "PyGenericServices", "PhpGenericServices", "Deprecated", "CcEnableArenas", "ObjcClassPrefix", "CsharpNamespace", "SwiftPrefix", "PhpClassPrefix", "PhpNamespace", "PhpMetadataNamespace", "RubyPackage", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FileOptions.Types.OptimizeMode) }, null, null), in DescriptorReflection() 4989 public bool CcGenericServices { property in Google.Protobuf.Reflection.FileOptions 5364 if (CcGenericServices != other.CcGenericServices) return false; in Equals() 5394 if (HasCcGenericServices) hash ^= CcGenericServices.GetHashCode(); in GetHashCode() 5449 output.WriteBool(CcGenericServices); in WriteTo() 5542 output.WriteBool(CcGenericServices); in IBufferMessage.InternalWriteTo() 5710 CcGenericServices = other.CcGenericServices; in MergeFrom() 5787 CcGenericServices in MergeFrom() [all...] |
Completed in 11 milliseconds