Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2784 public string CsharpNamespace { property in Google.Protobuf.Reflection.FileOptions
2827 if (CsharpNamespace != other.CsharpNamespace) return false; in Equals()
2847 if (CsharpNamespace.Length != 0) hash ^= CsharpNamespace.GetHashCode(); in GetHashCode()
2909 if (CsharpNamespace.Length != 0) { in WriteTo()
2911 output.WriteString(CsharpNamespace); in WriteTo()
2957 if (CsharpNamespace.Length != 0) { in CalculateSize()
2958 size += 2 + pb::CodedOutputStream.ComputeStringSize(CsharpNamespace); in CalculateSize()
3007 if (other.CsharpNamespace.Length != 0) { in MergeFrom()
3008 CsharpNamespace = other.CsharpNamespace; in MergeFrom()
3073 CsharpNamespace = input.ReadString(); in MergeFrom()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1365CsharpNamespace *string `protobuf:"bytes,37,opt,name=csharp_namespace,json=csharpNamespace" json:"… member
1538 if m != nil && m.CsharpNamespace != nil {
1539 return *m.CsharpNamespace
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1326CsharpNamespace *string `protobuf:"bytes,37,opt,name=csharp_namespace,json=csharpNamespace" json:"… member
1490 if m != nil && m.CsharpNamespace != nil {
1491 return *m.CsharpNamespace