Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5431 public bool HasJstype { property in Google.Protobuf.Reflection.FieldOptions
5594 if (HasJstype) hash ^= Jstype.GetHashCode(); in GetHashCode()
5631 if (HasJstype) { in WriteTo()
5657 if (HasJstype) { in CalculateSize()
5690 if (other.HasJstype) { in MergeFrom()