Searched refs:PyGenericServices (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() 5037 public bool PyGenericServices { property in Google.Protobuf.Reflection.FileOptions 5366 if (PyGenericServices != other.PyGenericServices) return false; in Equals() 5396 if (HasPyGenericServices) hash ^= PyGenericServices.GetHashCode(); in GetHashCode() 5457 output.WriteBool(PyGenericServices); in WriteTo() 5550 output.WriteBool(PyGenericServices); in IBufferMessage.InternalWriteTo() 5716 PyGenericServices = other.PyGenericServices; in MergeFrom() 5795 PyGenericServices in MergeFrom() [all...] |
Completed in 12 milliseconds