Home
last modified time | relevance | path

Searched refs:PhpMetadataNamespace (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs176 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()
5285 public string PhpMetadataNamespace { property in Google.Protobuf.Reflection.FileOptions
5375 if (PhpMetadataNamespace != other.PhpMetadataNamespace) return false; in Equals()
5405 if (HasPhpMetadataNamespace) hash ^= PhpMetadataNamespace.GetHashCode(); in GetHashCode()
5501 output.WriteString(PhpMetadataNamespace); in WriteTo()
5594 output.WriteString(PhpMetadataNamespace); in IBufferMessage.InternalWriteTo()
5668 size += 2 + pb::CodedOutputStream.ComputeStringSize(PhpMetadataNamespace); in CalculateSize()
5743 PhpMetadataNamespace = other.PhpMetadataNamespace; in MergeFrom()
[all...]

Completed in 11 milliseconds