Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4293 public bool HasCsharpNamespace { property in Google.Protobuf.Reflection.FileOptions
4513 if (HasCsharpNamespace) hash ^= CsharpNamespace.GetHashCode(); in GetHashCode()
4588 if (HasCsharpNamespace) { in WriteTo()
4670 if (HasCsharpNamespace) { in CalculateSize()
4745 if (other.HasCsharpNamespace) { in MergeFrom()