Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DCustomOptionsTest.cs79 Assert.AreEqual("Google.Protobuf.TestProtos", fileOptions.CsharpNamespace); in BuiltinOptionsCanBeRetrieved()
/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()
5173 public string CsharpNamespace { property in Google.Protobuf.Reflection.FileOptions
5371 if (CsharpNamespace != other.CsharpNamespace) return false; in Equals()
5401 if (HasCsharpNamespace) hash ^= CsharpNamespace.GetHashCode(); in GetHashCode()
5481 output.WriteString(CsharpNamespace); in WriteTo()
5574 output.WriteString(CsharpNamespace); in IBufferMessage.InternalWriteTo()
5656 size += 2 + pb::CodedOutputStream.ComputeStringSize(CsharpNamespace); in CalculateSize()
5731 CsharpNamespace = other.CsharpNamespace; in MergeFrom()
[all...]

Completed in 12 milliseconds