Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3541 public bool HasInputType { property in Google.Protobuf.Reflection.MethodDescriptorProto
3674 if (HasInputType) hash ^= InputType.GetHashCode(); in GetHashCode()
3696 if (HasInputType) { in WriteTo()
3727 if (HasInputType) { in CalculateSize()
3756 if (other.HasInputType) { in MergeFrom()