Home
last modified time | relevance | path

Searched refs:CsharpNamespace (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DCustomOptionsTest.cs79 Assert.AreEqual("Google.Protobuf.TestProtos", fileOptions.CsharpNamespace); in BuiltinOptionsCanBeRetrieved()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DCustomOptionsTest.cs79 Assert.AreEqual("Google.Protobuf.TestProtos", fileOptions.CsharpNamespace); in BuiltinOptionsCanBeRetrieved()
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go1662CsharpNamespace *string `protobuf:"bytes,37,opt,name=csharp_namespace,json=csharpNamespace" json:"… member
1833 if x != nil && x.CsharpNamespace != nil {
1834 return *x.CsharpNamespace
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs5554 public string CsharpNamespace { property in Google.Protobuf.Reflection.FileOptions
5772 if (CsharpNamespace != other.CsharpNamespace) return false; in Equals()
5803 if (HasCsharpNamespace) hash ^= CsharpNamespace.GetHashCode(); in GetHashCode()
5885 output.WriteString(CsharpNamespace); in WriteTo()
5979 output.WriteString(CsharpNamespace); in IBufferMessage.InternalWriteTo()
6062 size += 2 + pb::CodedOutputStream.ComputeStringSize(CsharpNamespace); in CalculateSize()
6138 CsharpNamespace = other.CsharpNamespace; in MergeFrom()
6227 CsharpNamespace = input.ReadString(); in MergeFrom()
6328 CsharpNamespace = input.ReadString(); in IBufferMessage.InternalMergeFrom()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs5554 public string CsharpNamespace { property in Google.Protobuf.Reflection.FileOptions
5772 if (CsharpNamespace != other.CsharpNamespace) return false; in Equals()
5803 if (HasCsharpNamespace) hash ^= CsharpNamespace.GetHashCode(); in GetHashCode()
5885 output.WriteString(CsharpNamespace); in WriteTo()
5979 output.WriteString(CsharpNamespace); in IBufferMessage.InternalWriteTo()
6062 size += 2 + pb::CodedOutputStream.ComputeStringSize(CsharpNamespace); in CalculateSize()
6138 CsharpNamespace = other.CsharpNamespace; in MergeFrom()
6227 CsharpNamespace = input.ReadString(); in MergeFrom()
6328 CsharpNamespace = input.ReadString(); in IBufferMessage.InternalMergeFrom()