Home
last modified time | relevance | path

Searched refs:RubyPackage (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()
5313 public string RubyPackage { property in Google.Protobuf.Reflection.FileOptions
5376 if (RubyPackage != other.RubyPackage) return false; in Equals()
5406 if (HasRubyPackage) hash ^= RubyPackage.GetHashCode(); in GetHashCode()
5505 output.WriteString(RubyPackage); in WriteTo()
5598 output.WriteString(RubyPackage); in IBufferMessage.InternalWriteTo()
5671 size += 2 + pb::CodedOutputStream.ComputeStringSize(RubyPackage); in CalculateSize()
5746 RubyPackage = other.RubyPackage; in MergeFrom()
[all...]

Completed in 11 milliseconds