Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3612 public bool HasClientStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto
3677 if (HasClientStreaming) hash ^= ClientStreaming.GetHashCode(); in GetHashCode()
3708 if (HasClientStreaming) { in WriteTo()
3736 if (HasClientStreaming) { in CalculateSize()
3768 if (other.HasClientStreaming) { in MergeFrom()