Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4322 public bool HasSwiftPrefix { property in Google.Protobuf.Reflection.FileOptions
4514 if (HasSwiftPrefix) hash ^= SwiftPrefix.GetHashCode(); in GetHashCode()
4592 if (HasSwiftPrefix) { in WriteTo()
4673 if (HasSwiftPrefix) { in CalculateSize()
4748 if (other.HasSwiftPrefix) { in MergeFrom()