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/
DCustomOptionsTest.cs79 Assert.AreEqual("Google.Protobuf.TestProtos", fileOptions.CsharpNamespace); in BuiltinOptionsCanBeRetrieved()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5173 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()
5819 CsharpNamespace = input.ReadString(); in MergeFrom()
5919 CsharpNamespace = input.ReadString(); in IBufferMessage.InternalMergeFrom()