Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4413 public bool HasClientStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto
4478 if (HasClientStreaming) hash ^= ClientStreaming.GetHashCode(); in GetHashCode()
4512 if (HasClientStreaming) { in WriteTo()
4545 if (HasClientStreaming) { in IBufferMessage.InternalWriteTo()
4574 if (HasClientStreaming) { in CalculateSize()
4606 if (other.HasClientStreaming) { in MergeFrom()