Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3564 public bool HasOutputType { property in Google.Protobuf.Reflection.MethodDescriptorProto
3675 if (HasOutputType) hash ^= OutputType.GetHashCode(); in GetHashCode()
3700 if (HasOutputType) { in WriteTo()
3730 if (HasOutputType) { in CalculateSize()
3759 if (other.HasOutputType) { in MergeFrom()